/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 125 FLAG(hasPostISelHook) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 263 bool hasPostISelHook : 1; variable
|
D | InstrInfoEmitter.cpp | 772 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 396 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 500 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 515 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 245 bool hasPostISelHook : 1; variable
|
D | InstrInfoEmitter.cpp | 500 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 320 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 141 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 {
|
D | VOPInstructions.td | 79 let hasPostISelHook = 1; 106 let hasPostISelHook = 1;
|
D | DSInstructions.td | 162 let hasPostISelHook = 1; 186 let hasPostISelHook = 1; 213 let hasPostISelHook = 1;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 157 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 {
|
D | VOPInstructions.td | 82 let hasPostISelHook = 1; 109 let hasPostISelHook = 1;
|
D | DSInstructions.td | 162 let hasPostISelHook = 1; 186 let hasPostISelHook = 1; 213 let hasPostISelHook = 1;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 684 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 2692 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;
|
D | SIInstrFormats.td | 172 let hasPostISelHook = 1;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 946 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1051 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 877 if (II.hasPostISelHook()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 974 if (II.hasPostISelHook()) in EmitMachineNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 1057 if (II.hasPostISelHook()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 984 let hasPostISelHook = 1, Defs = [CPSR] in { 1338 let hasPostISelHook = 1, Defs = [CPSR] in {
|