| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 133 FLAG(hasExtraDefRegAllocReq) in EmitInstrDocs()
|
| H A D | CodeGenInstruction.h | 267 bool hasExtraDefRegAllocReq : 1; variable
|
| H A D | InstrInfoEmitter.cpp | 621 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraDefRegAllocReq) in emitRecord()
|
| H A D | CodeGenInstruction.cpp | 385 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 512 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 253 let hasExtraDefRegAllocReq = 1 in 320 let hasExtraDefRegAllocReq = 1 in { 330 } // hasExtraDefRegAllocReq = 1 1124 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, Size = 8, 1133 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1156 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1165 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
| H A D | PPCInstrInfo.td | 2629 let hasExtraDefRegAllocReq = 1 in { 2639 } // hasExtraDefRegAllocReq = 1 3057 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3065 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3080 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 3089 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CriticalAntiDepBreaker.cpp | 604 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
| H A D | AggressiveAntiDepBreaker.cpp | 390 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI) || in PrescanInstruction()
|
| H A D | MachineOperand.cpp | 127 return !MI->hasExtraDefRegAllocReq(MachineInstr::IgnoreBundle); in isRenamable()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 784 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 796 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 829 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1, 1689 hasExtraDefRegAllocReq = 1 in
|
| H A D | ARMInstrInfo.td | 2669 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 2786 let hasExtraDefRegAllocReq = 1 in { 2814 } // hasExtraDefRegAllocReq = 1 3349 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 3363 hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in 3370 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 4998 let hasExtraDefRegAllocReq = 1 in 5013 let hasExtraDefRegAllocReq = 1 in
|
| H A D | ARMInstrThumb2.td | 1260 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1266 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 1778 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 3300 let hasExtraDefRegAllocReq = 1 in 3334 let hasExtraDefRegAllocReq = 1 in 3517 hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in
|
| H A D | ARMInstrNEON.td | 661 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1044 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 1144 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1398 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 1445 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in { 1671 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1
|
| H A D | ARMInstrVFP.td | 234 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 927 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 379 let mayLoad = 1, hasExtraDefRegAllocReq = 1, Constraints = "$rs = $wb" in { 474 hasExtraDefRegAllocReq = 1,
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 600 hasExtraDefRegAllocReq = 1, hasExtraSrcRegAllocReq = 1, mayLoad = 1 in {
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 469 bit hasExtraDefRegAllocReq = 0; // Defs have special regalloc requirement? 1407 // setting hasExtraDefRegAllocReq and hasExtraSrcRegAllocReq to 1
|