Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp99 if (isPreISelGenericOpcode(MI.getOpcode())) { in createdInstr()
155 if (!isPreISelGenericOpcode(MI.getOpcode())) in runOnMachineFunction()
196 assert(isPreISelGenericOpcode(MI.getOpcode()) && "Expecting generic opcode"); in runOnMachineFunction()
217 assert(isPreISelGenericOpcode(MI.getOpcode()) && "Expecting generic opcode"); in runOnMachineFunction()
H A DUtils.cpp92 assert(!isPreISelGenericOpcode(I.getOpcode()) && in constrainSelectedInstRegOperands()
H A DCSEInfo.cpp204 if (!isPreISelGenericOpcode(Opc)) in shouldCSE()
H A DLegalizerInfo.cpp587 if (isPreISelGenericOpcode(MI.getOpcode()) && !MLI->isLegal(MI, MRI)) in machineFunctionIsIllegal()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h31 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp167 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DX86InstructionSelector.cpp322 if (!isPreISelGenericOpcode(Opcode)) { in select()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp101 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp206 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
H A DARMInstructionSelector.cpp731 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterBankInfo.cpp447 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
H A DAArch64InstructionSelector.cpp723 if (!isPreISelGenericOpcode(Opcode) || Opcode == TargetOpcode::G_PHI) { in select()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp622 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp940 if (isPreISelGenericOpcode(MCID.getOpcode())) { in visitMachineInstrBefore()
1367 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()