Searched refs:hasExtraSrcRegAllocReq (Results 1 – 22 of 22) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | InstrDocsEmitter.cpp | 131 FLAG(hasExtraSrcRegAllocReq) in EmitInstrDocs()
|
| D | CodeGenInstruction.h | 269 bool hasExtraSrcRegAllocReq : 1; variable
|
| D | CodeGenInstruction.cpp | 415 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
|
| D | InstrInfoEmitter.cpp | 976 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraSrcRegAllocReq) in emitRecord()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCInstrDesc.h | 537 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CriticalAntiDepBreaker.cpp | 178 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
|
| D | AggressiveAntiDepBreaker.cpp | 458 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
|
| D | MachineOperand.cpp | 133 return !MI->hasExtraSrcRegAllocReq(MachineInstr::IgnoreBundle); in isRenamable()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIInstrFormats.td | 223 let hasExtraSrcRegAllocReq = !or(VOP1, VOP2, VOP3, VOPC, SDWA, VALU);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstr64Bit.td | 461 let hasExtraSrcRegAllocReq = 1 in { 471 } // hasExtraSrcRegAllocReq = 1 1402 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1 in { 1434 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1464 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
| D | PPCInstrInfo.td | 2205 let hasExtraSrcRegAllocReq = 1 in 3068 let hasExtraSrcRegAllocReq = 1 in { 3078 } // hasExtraSrcRegAllocReq = 1 3502 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3511 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3519 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3540 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3549 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 1126 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMInstrThumb.td | 852 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 881 let mayStore = 1, Uses = [SP], Defs = [SP], hasExtraSrcRegAllocReq = 1 in
|
| D | ARMInstrInfo.td | 3117 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in { 3290 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in { 3320 } // mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 3535 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 3556 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 5258 let hasExtraSrcRegAllocReq = 1 in 5276 let hasExtraSrcRegAllocReq = 1 in
|
| D | ARMInstrNEON.td | 1661 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in { 2123 } // mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 2236 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in { 2459 } // mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 7176 let hasExtraSrcRegAllocReq = 1 in { 7190 } // hasExtraSrcRegAllocReq = 1 7204 let hasExtraSrcRegAllocReq = 1 in { 7220 } // hasExtraSrcRegAllocReq = 1
|
| D | ARMInstrThumb2.td | 1645 let mayStore = 1, hasSideEffects = 0, hasExtraSrcRegAllocReq = 1 in 2118 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in 3713 let hasExtraSrcRegAllocReq = 1 in 3759 let hasExtraSrcRegAllocReq = 1 in
|
| D | ARMInstrVFP.td | 304 let mayStore = 1, hasExtraSrcRegAllocReq = 1 in
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFInstrInfo.td | 864 hasExtraDefRegAllocReq = 1, hasExtraSrcRegAllocReq = 1, mayLoad = 1 in {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.td | 546 bit hasExtraSrcRegAllocReq = 1; 1599 hasExtraSrcRegAllocReq = 1, isCTI = 1, Defs = [AT] in { 2306 let hasExtraSrcRegAllocReq = 1;
|
| D | Mips32r6InstrInfo.td | 1106 hasExtraSrcRegAllocReq = 1, isCTI = 1, Defs = [AT], hasPostISelHook = 1 in {
|
| D | Mips16InstrInfo.td | 1386 hasExtraSrcRegAllocReq = 1 in
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | Target.td | 552 bit hasExtraSrcRegAllocReq = false; // Sources have special regalloc requirement? 1557 // setting hasExtraDefRegAllocReq and hasExtraSrcRegAllocReq to 1
|