Home
last modified time | relevance | path

Searched defs:RegB (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCRegisterInfo.h434 bool isSubRegister(unsigned RegA, unsigned RegB) const { in isSubRegister()
442 bool isSubRegisterEq(unsigned RegA, unsigned RegB) const { in isSubRegisterEq()
448 bool isSuperRegisterEq(unsigned RegA, unsigned RegB) const { in isSuperRegisterEq()
454 bool isSuperOrSubRegisterEq(unsigned RegA, unsigned RegB) const { in isSuperOrSubRegisterEq()
527 inline bool MCRegisterInfo::isSuperRegister(unsigned RegA, unsigned RegB) const{ in isSuperRegister()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp534 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) { in regsAreCompatible()
674 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr()
693 unsigned RegA, unsigned RegB, in convertInstTo3Addr()
1456 unsigned RegB = 0; in processTiedPairs() local
DTargetInstrInfo.cpp702 unsigned RegB = OpB.getReg(); in reassociateOps() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp516 regsAreCompatible(unsigned RegA, unsigned RegB, const TargetRegisterInfo *TRI) { in regsAreCompatible()
595 unsigned RegB, unsigned RegC, unsigned Dist) { in CommuteInstruction()
631 TwoAddressInstructionPass::isProfitableToConv3Addr(unsigned RegA,unsigned RegB){ in isProfitableToConv3Addr()
651 unsigned RegA, unsigned RegB, in ConvertInstTo3Addr()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1981 for (auto &RegB : UsesB) { in isDependent() local