Home
last modified time | relevance | path

Searched refs:hasRegUnit (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h429 bool hasRegUnit(unsigned Reg, unsigned RegUnit) const { in hasRegUnit() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h397 bool hasRegUnit(unsigned Reg, unsigned RegUnit) const { in hasRegUnit() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h403 bool hasRegUnit(MCRegister Reg, Register RegUnit) const { in hasRegUnit() function
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp196 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1473 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1474 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1757 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1758 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocFast.cpp1001 assert(TRI->hasRegUnit(I->PhysReg, Unit) && "inverse mapping present"); in dumpState()
DLiveIntervals.cpp1479 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
DMachineVerifier.cpp2662 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp1360 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
DMachineVerifier.cpp1640 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp1459 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
DMachineVerifier.cpp2444 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp1754 if (hasRegUnit(AMDGPU::M0, RegUnit)) in getRegUnitPressureSets()