Searched refs:regA (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 133 bool isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, 583 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, in isProfitableToCommute() argument 619 unsigned ToRegA = getMappedReg(regA, DstRegMap); in isProfitableToCommute() 667 if (isRevCopyChain(regC, regA, MaxDataFlowEdge)) in isProfitableToCommute() 670 if (isRevCopyChain(regB, regA, MaxDataFlowEdge)) in isProfitableToCommute() 1277 Register regA = MI.getOperand(DstIdx).getReg(); in tryInstructionTransform() local 1284 if (Register::isVirtualRegister(regA)) in tryInstructionTransform() 1285 scanUses(regA); in tryInstructionTransform() 1320 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform() 1322 if (convertInstTo3Addr(mi, nmi, regA, regB, Dist)) { in tryInstructionTransform() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 380 bool regsOverlap(Register regA, Register regB) const { in regsOverlap() argument 381 if (regA == regB) return true; in regsOverlap() 382 if (regA.isVirtual() || regB.isVirtual()) in regsOverlap() 386 MCRegUnitIterator RUA(regA, this); in regsOverlap()
|