Searched refs:hasPostISelHook (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 494 bool hasPostISelHook() const { in hasPostISelHook() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 245 bool hasPostISelHook : 1; variable
|
D | InstrInfoEmitter.cpp | 504 if (Inst.hasPostISelHook) OS << "|(1<<MCID::HasPostISelHook)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 317 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 644 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.td | 2062 let mayStore = 1, mayLoad = 1, hasPostISelHook = 1 in { 2108 } // mayStore = 1, mayLoad = 1, hasPostISelHook = 1 2268 let hasPostISelHook = 1; 2302 let hasPostISelHook = 1; 2357 let hasPostISelHook = 0;
|
D | SIInstrFormats.td | 72 let hasPostISelHook = 1;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 873 if (II.hasPostISelHook()) in EmitMachineNode()
|
D | SelectionDAGISel.cpp | 334 assert(!MI->hasPostISelHook() && in AdjustInstrPostInstrSelection()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1359 let hasPostISelHook = 1, Defs = [CPSR] in { 1392 let hasPostISelHook = 1, Defs = [CPSR] in { 1555 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in { 1625 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in {
|
D | ARMInstrThumb2.td | 704 let hasPostISelHook = 1, Defs = [CPSR] in { 735 let hasPostISelHook = 1, Defs = [CPSR] in { 2047 let hasPostISelHook = 1 in {
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 381 bit hasPostISelHook = 0; // To be *adjusted* after isel by target hook.
|