Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizer.cpp102 if (isPreISelGenericOpcode(MI.getOpcode())) { in createdOrChangedInstr()
162 if (!isPreISelGenericOpcode(MI.getOpcode())) in legalizeMachineFunction()
197 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
243 assert(isPreISelGenericOpcode(MI.getOpcode()) && in legalizeMachineFunction()
DCSEInfo.cpp220 if (!isPreISelGenericOpcode(Opc)) in shouldCSE()
DUtils.cpp115 assert(!isPreISelGenericOpcode(I.getOpcode()) && in constrainSelectedInstRegOperands()
DLegalizerInfo.cpp748 if (isPreISelGenericOpcode(MI.getOpcode()) && in machineFunctionIsIllegal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetOpcodes.h30 inline bool isPreISelGenericOpcode(unsigned Opcode) { in isPreISelGenericOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstructionSelector.cpp85 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp169 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
DX86InstructionSelector.cpp317 if (!isPreISelGenericOpcode(Opcode)) { in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp217 if (!isPreISelGenericOpcode(Opc) || Opc == TargetOpcode::G_PHI) { in getInstrMapping()
DARMInstructionSelector.cpp848 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp515 if ((Opc != TargetOpcode::COPY && !isPreISelGenericOpcode(Opc)) || in getInstrMapping()
DAArch64InstructionSelector.cpp1422 if (!isPreISelGenericOpcode(Opcode) || Opcode == TargetOpcode::G_PHI) { in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp257 if (!isPreISelGenericOpcode(I.getOpcode())) { in select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1514 if (isPreISelGenericOpcode(MCID.getOpcode())) { in visitMachineInstrBefore()
1756 if (!isPreISelGenericOpcode(MCID.getOpcode()) && in visitMachineOperand()