/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 530 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 463 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 132 FLAG(hasExtraDefRegAllocReq) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 255 bool hasExtraDefRegAllocReq : 1; variable
|
D | InstrInfoEmitter.cpp | 601 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraDefRegAllocReq) in emitRecord()
|
D | CodeGenInstruction.cpp | 344 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 505 bool hasExtraDefRegAllocReq() const { in hasExtraDefRegAllocReq() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.h | 243 bool hasExtraDefRegAllocReq; variable
|
D | InstrInfoEmitter.cpp | 297 if (Inst.hasExtraDefRegAllocReq) OS << "|(1<<MCID::ExtraDefRegAllocReq)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 319 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq"); in CodeGenInstruction()
|
/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/swiftshader/third_party/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-7.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 292 let mayLoad = 1, hasExtraDefRegAllocReq = 1, Constraints = "$base = $base_wb" in { 375 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 547 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 625 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 744 let mayLoad = 1, hasExtraDefRegAllocReq = 1, 825 let mayLoad = 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-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 255 let hasExtraDefRegAllocReq = 1 in 322 let hasExtraDefRegAllocReq = 1 in { 332 } // hasExtraDefRegAllocReq = 1 1116 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, Size = 8, 1125 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1148 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1157 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 604 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 589 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI)) in BreakAntiDependencies()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 575 if (MI->getDesc().isCall() || MI->getDesc().hasExtraDefRegAllocReq() || in BreakAntiDependencies()
|
/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-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 779 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 784 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 796 let mayLoad = 1, hasExtraDefRegAllocReq = 1 in 829 let mayLoad = 1, Uses = [SP], Defs = [SP], hasExtraDefRegAllocReq = 1 in 1673 hasExtraDefRegAllocReq = 1 in
|