Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h250 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h236 bool isPreISelOpcode : 1; variable
H A DCodeGenInstruction.cpp370 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp944 if (Inst.isPreISelOpcode) OS << "|(1ULL<<MCID::PreISelOpcode)"; in emitRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp710 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h789 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td19 let isPreISelOpcode = true;
H A DTarget.td514 bit isPreISelOpcode = false;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3097 if (!I.isPreISelOpcode()) { in select()
H A DSIInstrInfo.cpp3729 if (MI.isPreISelOpcode() || in shouldReadExec()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2286 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) { in select()