Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp132 if (isPreISelGenericOpcode(MI.getOpcode())) { in createdOrChangedInstr()
193 if (!isPreISelGenericOpcode(MI.getOpcode())) in legalizeMachineFunction()
225 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
272 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
H A DLegalizerInfo.cpp429 if (isPreISelGenericOpcode(MI.getOpcode()) && in machineFunctionIsIllegal()
H A DUtils.cpp154 assert(!isPreISelGenericOpcode(I.getOpcode()) && in constrainSelectedInstRegOperands()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h30 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceRegisterUses.cpp26 if (isPreISelGenericOpcode(MI.getOpcode())) in removeUsesFromFunction()
/llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/
H A DM68kInstructionSelector.cpp74 if (!isPreISelGenericOpcode(I.getOpcode())) in select()
H A DM68kRegisterBankInfo.cpp71 if (!isPreISelGenericOpcode(Opc)) { in getInstrMapping()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstructionSelector.cpp85 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h35 return isPreISelGenericOpcode(MI->getOpcode()); in classof()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp168 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DX86InstructionSelector.cpp320 if (!isPreISelGenericOpcode(Opcode)) { in select()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp220 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DARMInstructionSelector.cpp846 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp573 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
H A DAArch64InstructionSelector.cpp4438 assert(!isPreISelGenericOpcode(Opcode) && in emitInstr()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp292 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1769 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()
2109 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp211 if (!isPreISelGenericOpcode(Opcode)) { in select()