Home
last modified time | relevance | path

Searched refs:hasExtraDefRegAllocReq (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp132 FLAG(hasExtraDefRegAllocReq) in EmitInstrDocs()
H A DCodeGenInstruction.h270 bool hasExtraDefRegAllocReq : 1; variable
H A DCodeGenInstruction.cpp416 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp978 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraDefRegAllocReq) in emitRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h547 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp608 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
H A DAggressiveAntiDepBreaker.cpp381 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI) || in PrescanInstruction()
H A DMachineOperand.cpp130 return !MI->hasExtraDefRegAllocReq(MachineInstr::IgnoreBundle); in isRenamable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td280 let hasExtraDefRegAllocReq = 1 in
347 let hasExtraDefRegAllocReq = 1 in {
357 } // hasExtraDefRegAllocReq = 1
1286 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1 in {
1318 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
1348 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
H A DPPCInstrInfo.td3025 let hasExtraDefRegAllocReq = 1 in {
3035 } // hasExtraDefRegAllocReq = 1
3465 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
3474 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
3482 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
3503 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
3512 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb.td825 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in
837 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in
870 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1,
1734 hasExtraDefRegAllocReq = 1 in
H A DARMInstrInfo.td2827 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in {
2952 let hasExtraDefRegAllocReq = 1 in {
2980 } // hasExtraDefRegAllocReq = 1
3526 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in
3540 hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in
3547 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in
5207 let hasExtraDefRegAllocReq = 1 in
5222 let hasExtraDefRegAllocReq = 1 in
H A DARMInstrThumb2.td1454 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in {
1461 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1
2038 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in
3622 let hasExtraDefRegAllocReq = 1 in
3656 let hasExtraDefRegAllocReq = 1 in
3840 hasExtraDefRegAllocReq = 1, isCodeGenOnly = 1 in
H A DARMInstrNEON.td596 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in {
979 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1
1093 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in {
1347 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1
1398 let mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1 in {
1624 } // mayLoad = 1, hasSideEffects = 0, hasExtraDefRegAllocReq = 1
H A DARMInstrVFP.td301 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1125 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td378 let mayLoad = 1, hasExtraDefRegAllocReq = 1, Constraints = "$rs = $wb" in {
473 hasExtraDefRegAllocReq = 1,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td864 hasExtraDefRegAllocReq = 1, hasExtraSrcRegAllocReq = 1, mayLoad = 1 in {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td553 bit hasExtraDefRegAllocReq = false; // Defs have special regalloc requirement?
1544 // setting hasExtraDefRegAllocReq and hasExtraSrcRegAllocReq to 1
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1928 bit hasExtraDefRegAllocReq = 0;