Searched refs:PreA (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp228 unsigned &PreA, unsigned &PreB) const {
244 unsigned *BestPreA = &PreA;
265 // The indexes must compose identically: PreA+SubA == PreB+SubB.
H A DDetectDeadLanes.cpp185 unsigned PreA, PreB; // Unused. local
187 return !TRI.getCommonSuperRegClass(SrcRC, SrcSubIdx, DstRC, DstSubIdx, PreA,
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h608 /// Find a register class, SuperRC and two sub-register indices, PreA and
611 /// 1. PreA + SubA == PreB + SubB (using composeSubRegIndices()), and
613 /// 2. For all Reg in SuperRC: Reg:PreA in RCA and Reg:PreB in RCB, and
623 /// Either of the PreA and PreB sub-register indices may be returned as 0. In
632 unsigned &PreA, unsigned &PreB) const;

Completed in 122 milliseconds