Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h255 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h241 bool isPreISelOpcode : 1; variable
H A DCodeGenInstruction.cpp436 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction()
/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/include/llvm/CodeGen/
H A DMachineInstr.h910 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1208 if (Inst.isPreISelOpcode) in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp518 if (!MI.isPreISelOpcode() || Opc == TargetOpcode::G_PHI) { in select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td19 let isPreISelOpcode = true;
H A DTarget.td624 bit isPreISelOpcode = false;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp967 if (I->isPreISelOpcode()) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4593 if (MI.isPreISelOpcode() || in shouldReadExec()
9624 if (MI.isPreISelOpcode()) in getInstructionUniformity()
H A DAMDGPUInstructionSelector.cpp3503 if (!I.isPreISelOpcode()) { in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2457 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) { in select()