Home
last modified time | relevance | path

Searched refs:isPreISelOpcode (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h252 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.h237 bool isPreISelOpcode : 1; variable
H A DCodeGenInstruction.cpp369 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp1126 if (Inst.isPreISelOpcode) OS << "|(1ULL<<MCID::PreISelOpcode)"; in emitRecord()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp711 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h787 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DGenericOpcodes.td19 let isPreISelOpcode = true;
H A DTarget.td527 bit isPreISelOpcode = false;
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1902 bit isPreISelOpcode = 0;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3436 if (!I.isPreISelOpcode()) { in select()
H A DSIInstrInfo.cpp3964 if (MI.isPreISelOpcode() || in shouldReadExec()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2344 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) { in select()