Home
last modified time | relevance | path

Searched refs:isPreISelOpcode (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h257 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp693 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h648 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td19 let isPreISelOpcode = 1;
DTarget.td497 bit isPreISelOpcode = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp1773 if (!I.isPreISelOpcode()) { in select()
DSIInstrInfo.cpp3180 if (MI.isPreISelOpcode() || in shouldReadExec()