/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 492 bool hasPostISelHook() const { in hasPostISelHook() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 99 let hasPostISelHook = 1; 197 let hasPostISelHook = 0; 248 let hasPostISelHook = 0; 427 Gather4 = 1, hasPostISelHook = 0 in {
|
D | VOPInstructions.td | 81 let hasPostISelHook = 1; 108 let hasPostISelHook = 1;
|
D | DSInstructions.td | 148 let hasPostISelHook = 1; 172 let hasPostISelHook = 1; 199 let hasPostISelHook = 1;
|
D | FLATInstructions.td | 248 let hasPostISelHook = 1;
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 125 FLAG(hasPostISelHook) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 248 bool hasPostISelHook : 1; variable
|
D | InstrInfoEmitter.cpp | 595 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 324 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 466 bool hasPostISelHook() const { return Flags & (1ULL << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.h | 236 bool hasPostISelHook; variable
|
D | InstrInfoEmitter.cpp | 292 if (Inst.hasPostISelHook) OS << "|(1<<MCID::HasPostISelHook)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 312 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/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/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-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 738 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 781 if (II.hasPostISelHook()) in EmitMachineNode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 877 if (II.hasPostISelHook()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 957 if (II.hasPostISelHook()) in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 963 let hasPostISelHook = 1, Defs = [CPSR] in { 1317 let hasPostISelHook = 1, Defs = [CPSR] in {
|