Home
last modified time | relevance | path

Searched refs:hasRegUnit (Results 1 – 9 of 9) 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-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h440 bool hasRegUnit(unsigned Reg, unsigned 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp249 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() function
1675 || hasRegUnit(NormalUnits, AdjustUnit) in normalizeWeight()
1676 || hasRegUnit(UberSet->SingularDeterminants, AdjustUnit)) { in normalizeWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp1566 if (hasRegUnit(AMDGPU::M0, RegUnit)) in getRegUnitPressureSets()
/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-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp1436 TRI.hasRegUnit(MO->getReg(), Reg)) in findLastUseBefore()
DMachineVerifier.cpp1930 !TRI->hasRegUnit(MOI->getReg(), Reg)) in verifyLiveRangeValue()