HomeSort by: relevance | last modified time | path
    Searched refs:isPreISelOpcode (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 250 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h 236 bool isPreISelOpcode : 1;
CodeGenInstruction.cpp 370 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode");
InstrInfoEmitter.cpp 944 if (Inst.isPreISelOpcode) OS << "|(1ULL<<MCID::PreISelOpcode)";
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 778 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 710 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 3056 if (!I.isPreISelOpcode()) {
SIInstrInfo.cpp 3676 if (MI.isPreISelOpcode() ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 2182 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) {

Completed in 36 milliseconds