/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 136 if (isPreISelGenericOpcode(MI.getOpcode())) { in createdOrChangedInstr() 198 if (!isPreISelGenericOpcode(MI.getOpcode())) in legalizeMachineFunction() 230 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction() 278 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
|
H A D | LegalizerInfo.cpp | 433 if (isPreISelGenericOpcode(MI.getOpcode()) && in machineFunctionIsIllegal()
|
H A D | Utils.cpp | 159 assert(!isPreISelGenericOpcode(I.getOpcode()) && in constrainSelectedInstRegOperands()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetOpcodes.h | 30 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kInstructionSelector.cpp | 74 if (!isPreISelGenericOpcode(I.getOpcode())) in select()
|
H A D | M68kRegisterBankInfo.cpp | 71 if (!isPreISelGenericOpcode(Opc)) { in getInstrMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.cpp | 75 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
|
H A D | PPCInstructionSelector.cpp | 713 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterBankInfo.cpp |
|
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86RegisterBankInfo.cpp | 285 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
|
H A D | X86InstructionSelector.cpp | 363 if (!isPreISelGenericOpcode(Opcode)) { in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVRegisterBankInfo.cpp | 253 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.cpp | 217 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
|
H A D | ARMInstructionSelector.cpp | 857 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GenericMachineInstrs.h | 41 return isPreISelGenericOpcode(MI->getOpcode()); in classof()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 653 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
|
H A D | AArch64InstructionSelector.cpp | 4255 assert(!isPreISelGenericOpcode(Opcode) && in emitInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 293 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 2215 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore() 2594 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 297 if (!isPreISelGenericOpcode(Opcode)) { in select()
|