Home
last modified time | relevance | path

Searched refs:isPreISelGenericOpcode (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp135 if (isPreISelGenericOpcode(MI.getOpcode())) { in createdOrChangedInstr()
197 if (!isPreISelGenericOpcode(MI.getOpcode())) in legalizeMachineFunction()
229 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
277 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
H A DLegalizerInfo.cpp458 if (isPreISelGenericOpcode(MI.getOpcode()) && in machineFunctionIsIllegal()
H A DUtils.cpp159 assert(!isPreISelGenericOpcode(I.getOpcode()) && in constrainSelectedInstRegOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h30 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/GISel/
H A DBPFInstructionSelector.cpp77 if (!isPreISelGenericOpcode(I.getOpcode())) in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kInstructionSelector.cpp74 if (!isPreISelGenericOpcode(I.getOpcode())) in select()
H A DM68kRegisterBankInfo.cpp65 if (!isPreISelGenericOpcode(Opc)) { in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp56 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DPPCInstructionSelector.cpp713 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp260 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DX86InstructionSelector.cpp367 if (!isPreISelGenericOpcode(Opcode) && !I.isPreISelOpcode()) { in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp211 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp179 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DARMInstructionSelector.cpp857 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h41 return isPreISelGenericOpcode(MI->getOpcode()); in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp664 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
H A DAArch64InstructionSelector.cpp4390 assert(!isPreISelGenericOpcode(Opcode) && in emitInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp293 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2345 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()
2722 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp401 if (isPreISelGenericOpcode(MI.getOpcode())) in resetVRegsType()
502 if (!isPreISelGenericOpcode(Opcode)) { in select()