| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 141 FLAG(hasExtraDefRegAllocReq) in EmitInstrDocs()
|
| H A D | InstrInfoEmitter.cpp | 1191 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraDefRegAllocReq) in emitRecord()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenInstruction.h | 273 bool hasExtraDefRegAllocReq : 1; variable
|
| H A D | CodeGenInstruction.cpp | 479 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 557 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CriticalAntiDepBreaker.cpp | 603 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
| H A D | AggressiveAntiDepBreaker.cpp | 378 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI) || in PrescanInstruction()
|
| H A D | MachineOperand.cpp | 135 return !MI->hasExtraDefRegAllocReq(MachineInstr::IgnoreBundle); in isRenamable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 354 let hasExtraDefRegAllocReq = 1 in 484 let hasExtraDefRegAllocReq = 1 in { 494 } // hasExtraDefRegAllocReq = 1 1546 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1 in { 1585 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1618 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
| H A D | PPCInstrInfo.td | 2806 let hasExtraDefRegAllocReq = 1 in { 2816 } // hasExtraDefRegAllocReq = 1 3273 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3282 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3297 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3313 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3337 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3346 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 824 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 836 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 869 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1, 1752 hasExtraDefRegAllocReq = 1 in
|
| H A D | ARMInstrInfo.td | 2890 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 3015 let hasExtraDefRegAllocReq = 1 in { 3043 } // hasExtraDefRegAllocReq = 1 3591 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 3605 hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in 3612 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 5297 let hasExtraDefRegAllocReq = 1 in 5312 let hasExtraDefRegAllocReq = 1 in
|
| H A D | ARMInstrThumb2.td | 1475 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1482 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 2123 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 3735 let hasExtraDefRegAllocReq = 1 in 3769 let hasExtraDefRegAllocReq = 1 in 3955 hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in
|
| H A D | ARMInstrNEON.td | 596 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 999 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 1113 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1367 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 1418 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1673 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1
|
| H A D | ARMInstrVFP.td | 314 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 379 let mayLoad = 1, hasExtraDefRegAllocReq = 1, Constraints = "$rs = $wb" in { 470 hasExtraDefRegAllocReq = 1,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1265 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 668 bit hasExtraDefRegAllocReq = false; // Defs have special regalloc requirement? 1807 // setting hasExtraDefRegAllocReq and hasExtraSrcRegAllocReq to 1
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 1189 hasExtraDefRegAllocReq = 1, hasExtraSrcRegAllocReq = 1, mayLoad = 1 in {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstructions.td | 1023 let hasExtraDefRegAllocReq = 1;
|