Home
last modified time | relevance | path

Searched refs:hasExtraSrcRegAllocReq (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dpostra-norename.mir4 # since V_MOV_B32_e32 has hasExtraSrcRegAllocReq set.
/external/llvm/include/llvm/MC/
DMCInstrDesc.h453 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp131 FLAG(hasExtraSrcRegAllocReq) in EmitInstrDocs()
DCodeGenInstruction.h269 bool hasExtraSrcRegAllocReq : 1; variable
DInstrInfoEmitter.cpp776 if (!Target.getAllowRegisterRenaming() || Inst.hasExtraSrcRegAllocReq) in emitRecord()
DCodeGenInstruction.cpp418 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h529 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h544 bool hasExtraSrcRegAllocReq() const { in hasExtraSrcRegAllocReq() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h251 bool hasExtraSrcRegAllocReq : 1; variable
DInstrInfoEmitter.cpp504 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1ULL<<MCID::ExtraSrcRegAllocReq)"; in emitRecord()
DCodeGenInstruction.cpp338 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq"); in CodeGenInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td330 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/
DPPCInstr64Bit.td342 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp183 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
DAggressiveAntiDepBreaker.cpp466 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp167 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
DAggressiveAntiDepBreaker.cpp448 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
/external/llvm-project/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp180 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI); in PrescanInstruction()
DAggressiveAntiDepBreaker.cpp461 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() || in ScanInstruction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td213 let hasExtraSrcRegAllocReq = !or(VOP1, VOP2, VOP3, VOPC, SDWA, VALU);
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h715 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td207 …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/
DPPCInstr64Bit.td362 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/
DMachineInstr.h977 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1082 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {

123