Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp136 if (isPreISelGenericOpcode(MI.getOpcode())) { in createdOrChangedInstr()
197 if (!isPreISelGenericOpcode(MI.getOpcode())) in legalizeMachineFunction()
232 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
281 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
H A DLegalizerInfo.cpp432 if (isPreISelGenericOpcode(MI.getOpcode()) && in machineFunctionIsIllegal()
H A DUtils.cpp138 assert(!isPreISelGenericOpcode(I.getOpcode()) && in constrainSelectedInstRegOperands()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h30 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstructionSelector.cpp86 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/GlSel/
H A DM68kInstructionSelector.cpp74 if (!isPreISelGenericOpcode(I.getOpcode())) in select()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h34 return isPreISelGenericOpcode(MI->getOpcode()); in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp169 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DX86InstructionSelector.cpp318 if (!isPreISelGenericOpcode(Opcode)) { in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp221 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DARMInstructionSelector.cpp846 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp564 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
H A DAArch64InstructionSelector.cpp4231 assert(!isPreISelGenericOpcode(Opcode) && in emitInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp292 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1676 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()
1998 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()