Searched refs:hasExtraSrcRegAllocReq (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 427 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 242 bool hasExtraSrcRegAllocReq; variable
|
D | InstrInfoEmitter.cpp | 323 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 318 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 552 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
|
/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 198 MI->hasExtraSrcRegAllocReq() || in PrescanInstruction()
|
D | AggressiveAntiDepBreaker.cpp | 455 MI->hasExtraSrcRegAllocReq() || in ScanInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 715 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 743 let mayStore = 1, Uses = [SP], Defs = [SP], hasExtraSrcRegAllocReq = 1 in
|
D | ARMInstrInfo.td | 2462 let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in 2625 let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in { 2656 } // mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 2860 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 2880 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 4267 let hasExtraSrcRegAllocReq = 1 in
|
D | ARMInstrNEON.td | 1502 let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in { 1913 } // mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 2017 let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in { 2239 } // mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 5410 let hasExtraSrcRegAllocReq = 1 in { 5424 } // hasExtraSrcRegAllocReq = 1 5438 let hasExtraSrcRegAllocReq = 1 in { 5454 } // hasExtraSrcRegAllocReq = 1
|
D | ARMInstrThumb2.td | 1350 let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in 1710 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 3114 let hasExtraSrcRegAllocReq = 1 in
|
D | ARMInstrVFP.td | 193 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 348 bit hasExtraSrcRegAllocReq = 0; // Sources have special regalloc requirement?
|