Home
last modified time | relevance | path

Searched refs:hasExtraSrcRegAllocReq (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h427 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h242 bool hasExtraSrcRegAllocReq; variable
DInstrInfoEmitter.cpp323 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)"; in emitRecord()
DCodeGenInstruction.cpp318 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h552 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp198 MI->hasExtraSrcRegAllocReq() || in PrescanInstruction()
DAggressiveAntiDepBreaker.cpp455 MI->hasExtraSrcRegAllocReq() || in ScanInstruction()
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td715 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
743 let mayStore = 1, Uses = [SP], Defs = [SP], hasExtraSrcRegAllocReq = 1 in
DARMInstrInfo.td2462 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
DARMInstrNEON.td1502 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
DARMInstrThumb2.td1350 let mayStore = 1, neverHasSideEffects = 1, hasExtraSrcRegAllocReq = 1 in
1710 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
3114 let hasExtraSrcRegAllocReq = 1 in
DARMInstrVFP.td193 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
/external/llvm/include/llvm/Target/
DTarget.td348 bit hasExtraSrcRegAllocReq = 0; // Sources have special regalloc requirement?