Home
last modified time | relevance | path

Searched refs:hasPostISelHook (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/include/llvm/MC/
DMCInstrDesc.h424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp125 FLAG(hasPostISelHook) in EmitInstrDocs()
DCodeGenInstruction.h263 bool hasPostISelHook : 1; variable
DInstrInfoEmitter.cpp772 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
DCodeGenInstruction.cpp396 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h500 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h515 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h245 bool hasPostISelHook : 1; variable
DInstrInfoEmitter.cpp500 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
DCodeGenInstruction.cpp320 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td141 let hasPostISelHook = 1;
357 let mayLoad = 0, mayStore = 1, hasSideEffects = 0, hasPostISelHook = 0,
463 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1,
681 Gather4 = 1, hasPostISelHook = 0 in {
DVOPInstructions.td79 let hasPostISelHook = 1;
106 let hasPostISelHook = 1;
DDSInstructions.td162 let hasPostISelHook = 1;
186 let hasPostISelHook = 1;
213 let hasPostISelHook = 1;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td157 let hasPostISelHook = 1;
373 let mayLoad = 0, mayStore = 1, hasSideEffects = 0, hasPostISelHook = 0,
479 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1,
698 Gather4 = 1, hasPostISelHook = 0 in {
DVOPInstructions.td82 let hasPostISelHook = 1;
109 let hasPostISelHook = 1;
DDSInstructions.td162 let hasPostISelHook = 1;
186 let hasPostISelHook = 1;
213 let hasPostISelHook = 1;
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h684 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td2692 let hasPostISelHook = 1 in {
2725 let hasPostISelHook = 1 in {
3022 let mayStore = 1, mayLoad = 1, hasPostISelHook = 1, hasSideEffects = 1 in {
3126 } // mayStore = 1, mayLoad = 1, hasPostISelHook = 1
3349 let glc = 1, hasPostISelHook = 1 in {
3374 let hasPostISelHook = 1;
3425 let hasPostISelHook = 0;
3456 let hasPostISelHook = 0;
3562 let hasPostISelHook = 0;
DSIInstrFormats.td172 let hasPostISelHook = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h946 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1051 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp877 if (II.hasPostISelHook()) in EmitMachineNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp974 if (II.hasPostISelHook()) in EmitMachineNode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1057 if (II.hasPostISelHook()) in EmitMachineNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td984 let hasPostISelHook = 1, Defs = [CPSR] in {
1338 let hasPostISelHook = 1, Defs = [CPSR] in {

123