/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 463 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 132 FLAG(hasExtraDefRegAllocReq) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 270 bool hasExtraDefRegAllocReq : 1; variable
|
D | InstrInfoEmitter.cpp | 778 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraDefRegAllocReq) in emitRecord()
|
D | CodeGenInstruction.cpp | 419 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 539 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 554 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 252 bool hasExtraDefRegAllocReq : 1; variable
|
D | InstrInfoEmitter.cpp | 505 if (Inst.hasExtraDefRegAllocReq) OS << "|(1ULL<<MCID::ExtraDefRegAllocReq)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 339 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 248 let hasExtraDefRegAllocReq = 1 in 315 let hasExtraDefRegAllocReq = 1 in { 325 } // hasExtraDefRegAllocReq = 1 978 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 987 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1010 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1019 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 284 let mayLoad = 1, hasExtraDefRegAllocReq = 1, Constraints = "$base = $base_wb" in { 367 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 539 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 617 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 736 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 817 let mayLoad = 1, hasExtraDefRegAllocReq = 1,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 260 let hasExtraDefRegAllocReq = 1 in 327 let hasExtraDefRegAllocReq = 1 in { 337 } // hasExtraDefRegAllocReq = 1 1138 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, Size = 8, 1147 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1170 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1179 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 589 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 371 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI) || in PrescanInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 614 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 389 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI) || in PrescanInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 611 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 280 let hasExtraDefRegAllocReq = 1 in 347 let hasExtraDefRegAllocReq = 1 in { 357 } // hasExtraDefRegAllocReq = 1 1283 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1 in { 1303 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1326 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 725 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 767 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 779 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 812 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1 in 1530 hasExtraDefRegAllocReq = 1 in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 804 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 816 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 849 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1, 1716 hasExtraDefRegAllocReq = 1 in
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 816 let mayLoad = 1, hasExtraDefRegAllocReq = 1, variadicOpsAreDefs = 1 in 828 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 861 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1, 1728 hasExtraDefRegAllocReq = 1 in
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 987 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1092 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
|