Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h424 bool hasPostISelHook() const { return Flags & (1 << MCID::HasPostISelHook); } in hasPostISelHook() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h246 bool hasPostISelHook : 1; variable
DInstrInfoEmitter.cpp502 if (Inst.hasPostISelHook) OS << "|(1ULL<<MCID::HasPostISelHook)"; in emitRecord()
DCodeGenInstruction.cpp317 hasPostISelHook = R->getValueAsBit("hasPostISelHook"); in CodeGenInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h652 bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td2094 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;
DSIInstrFormats.td146 let hasPostISelHook = 1;
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp875 if (II.hasPostISelHook()) in EmitMachineNode()
DSelectionDAGISel.cpp344 assert(!MI->hasPostISelHook() && in AdjustInstrPostInstrSelection()
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td1370 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 {
DARMInstrThumb2.td706 let hasPostISelHook = 1, Defs = [CPSR] in {
737 let hasPostISelHook = 1, Defs = [CPSR] in {
2052 let hasPostISelHook = 1 in {
/external/llvm/include/llvm/Target/
DTarget.td381 bit hasPostISelHook = 0; // To be *adjusted* after isel by target hook.