Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h242 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h257 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h236 bool isPreISelOpcode : 1; variable
DInstrInfoEmitter.cpp744 if (Inst.isPreISelOpcode) OS << "|(1ULL<<MCID::PreISelOpcode)"; in emitRecord()
DCodeGenInstruction.cpp373 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp693 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp693 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h648 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h745 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td19 let isPreISelOpcode = 1;
DTarget.td497 bit isPreISelOpcode = 0;
/external/llvm-project/llvm/include/llvm/Target/
DGenericOpcodes.td19 let isPreISelOpcode = true;
DTarget.td509 bit isPreISelOpcode = false;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp1773 if (!I.isPreISelOpcode()) { in select()
DSIInstrInfo.cpp3180 if (MI.isPreISelOpcode() || in shouldReadExec()
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst1814 bit isPreISelOpcode = 0;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp3031 if (!I.isPreISelOpcode()) { in select()
DSIInstrInfo.cpp3624 if (MI.isPreISelOpcode() || in shouldReadExec()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp2138 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) { in select()