Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp136 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 DLegalizerInfo.cpp433 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/M68k/GISel/
H A DM68kInstructionSelector.cpp74 if (!isPreISelGenericOpcode(I.getOpcode())) in select()
H A DM68kRegisterBankInfo.cpp71 if (!isPreISelGenericOpcode(Opc)) { in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp75 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.cpp285 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DX86InstructionSelector.cpp363 if (!isPreISelGenericOpcode(Opcode)) { in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp253 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp217 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.cpp653 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
H A DAArch64InstructionSelector.cpp4255 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.cpp2215 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()
2594 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp297 if (!isPreISelGenericOpcode(Opcode)) { in select()