Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankSelect.cpp155 if (UseMI.isPreISelOpcode()) { in reAssignRegBankOnDef()
244 if (!MI.isPreISelOpcode()) in runOnMachineFunction()
280 MRI.getVRegDef(UseReg)->isPreISelOpcode()) in runOnMachineFunction()
H A DAMDGPURegBankLegalize.cpp298 if (!MI->isPreISelOpcode()) in runOnMachineFunction()
H A DSIInstrInfo.cpp4741 if (MI.isPreISelOpcode() || in shouldReadExec()
10091 if (MI.isPreISelOpcode()) in getInstructionUniformity()
H A DAMDGPUInstructionSelector.cpp4005 if (!I.isPreISelOpcode()) { in select()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h239 bool isPreISelOpcode : 1; variable
H A DCodeGenInstruction.cpp433 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h256 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp698 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in assignRegisterBanks()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1123 if (Inst.isPreISelOpcode) in emitRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h906 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp682 if (!MI.isPreISelOpcode() || Opc == TargetOpcode::G_PHI) { in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp367 if (!isPreISelGenericOpcode(Opcode) && !I.isPreISelOpcode()) { in select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td19 let isPreISelOpcode = true;
H A DTarget.td629 bit isPreISelOpcode = false;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1191 if (I->isPreISelOpcode()) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2586 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) { in select()