Searched refs:hasPostISelHook (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 246 bool hasPostISelHook : 1; variable
|
D | InstrInfoEmitter.cpp | 502 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 317 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 652 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 2094 let hasPostISelHook = 1 in { 2110 let hasPostISelHook = 1 in { 2380 let mayStore = 1, mayLoad = 1, hasPostISelHook = 1 in { 2426 } // mayStore = 1, mayLoad = 1, hasPostISelHook = 1 2600 let hasPostISelHook = 1; 2624 let hasPostISelHook = 1; 2658 let hasPostISelHook = 1; 2713 let hasPostISelHook = 0;
|
D | SIInstrFormats.td | 146 let hasPostISelHook = 1;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 875 if (II.hasPostISelHook()) in EmitMachineNode()
|
D | SelectionDAGISel.cpp | 344 assert(!MI->hasPostISelHook() && in AdjustInstrPostInstrSelection()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1370 let hasPostISelHook = 1, Defs = [CPSR] in { 1403 let hasPostISelHook = 1, Defs = [CPSR] in { 1566 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in { 1636 let hasPostISelHook = 1, Defs = [CPSR], Uses = [CPSR] in { 4591 let hasPostISelHook = 1, Constraints = "$newdst = $dst, $newsrc = $src" in {
|
D | ARMInstrThumb2.td | 706 let hasPostISelHook = 1, Defs = [CPSR] in { 737 let hasPostISelHook = 1, Defs = [CPSR] in { 2052 let hasPostISelHook = 1 in {
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 381 bit hasPostISelHook = 0; // To be *adjusted* after isel by target hook.
|