Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h528 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h251 bool hasExtraSrcRegAllocReq : 1; variable
H A DInstrInfoEmitter.cpp506 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)"; in emitRecord()
H A DCodeGenInstruction.cpp333 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp168 MI->hasExtraSrcRegAllocReq() || in PrescanInstruction()
H A DAggressiveAntiDepBreaker.cpp436 MI->hasExtraSrcRegAllocReq() || in ScanInstruction()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h679 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td313 bit hasExtraSrcRegAllocReq = 1;
828 hasExtraSrcRegAllocReq = 1, Defs = [AT] in {
1350 let hasExtraSrcRegAllocReq = 1;
H A DMips16InstrInfo.td1389 hasExtraSrcRegAllocReq = 1 in
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb.td745 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
773 let mayStore = 1, Uses = [SP], Defs = [SP], hasExtraSrcRegAllocReq = 1 in
H A DARMInstrInfo.td2725 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in {
2890 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in {
2920 } // mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1
3135 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
3156 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
4615 let hasExtraSrcRegAllocReq = 1 in
4633 let hasExtraSrcRegAllocReq = 1 in
H A DARMInstrNEON.td1614 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in {
2028 } // mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1
2132 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in {
2354 } // mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1
5971 let hasExtraSrcRegAllocReq = 1 in {
5985 } // hasExtraSrcRegAllocReq = 1
5999 let hasExtraSrcRegAllocReq = 1 in {
6015 } // hasExtraSrcRegAllocReq = 1
H A DARMInstrThumb2.td1446 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in
1848 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
3380 let hasExtraSrcRegAllocReq = 1 in
3423 let hasExtraSrcRegAllocReq = 1 in
H A DARMInstrVFP.td202 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td308 let hasExtraSrcRegAllocReq = 1 in // to enable post-ra anti-dep breaking.
H A DPPCInstrInfo.td2171 let hasExtraSrcRegAllocReq = 1 in // to enable post-ra anti-dep breaking.
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td379 bit hasExtraSrcRegAllocReq = 0; // Sources have special regalloc requirement?