/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | postra-norename.mir | 4 # since V_MOV_B32_e32 has hasExtraSrcRegAllocReq set.
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 453 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 131 FLAG(hasExtraSrcRegAllocReq) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 269 bool hasExtraSrcRegAllocReq : 1; variable
|
D | InstrInfoEmitter.cpp | 776 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraSrcRegAllocReq) in emitRecord()
|
D | CodeGenInstruction.cpp | 418 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 529 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 544 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 251 bool hasExtraSrcRegAllocReq : 1; variable
|
D | InstrInfoEmitter.cpp | 504 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1ULL<<MCID::ExtraSrcRegAllocReq)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 338 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 330 let hasExtraSrcRegAllocReq = 1 in { 340 } // hasExtraSrcRegAllocReq = 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-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 342 let hasExtraSrcRegAllocReq = 1 in { 352 } // hasExtraSrcRegAllocReq = 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 | 167 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
|
D | AggressiveAntiDepBreaker.cpp | 448 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 183 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
|
D | AggressiveAntiDepBreaker.cpp | 466 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 180 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
|
D | AggressiveAntiDepBreaker.cpp | 461 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 213 let hasExtraSrcRegAllocReq = !or(VOP1, VOP2, VOP3, VOPC, SDWA, VALU);
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 715 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 207 …let hasExtraSrcRegAllocReq = !if(VOP1,1,!if(VOP2,1,!if(VOP3,1,!if(VOPC,1,!if(SDWA,1, !if(VALU,1,0)…
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 362 let hasExtraSrcRegAllocReq = 1 in { 372 } // hasExtraSrcRegAllocReq = 1 1283 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1 in { 1303 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1, 1326 let hasExtraSrcRegAllocReq = 1, hasExtraDefRegAllocReq = 1,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 977 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1082 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
|