HomeSort by relevance Sort by last modified time
    Searched refs:composeSubRegIndices (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 218 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA);
227 unsigned FinalB = composeSubRegIndices(IB.getSubReg(), SubB);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 458 /// composeSubRegIndices - Return the subregister index you get from composing
461 /// If R:a:b is the same register as R:c, then composeSubRegIndices(a, b)
462 /// returns c. Note that composeSubRegIndices does not tell you about illegal
464 /// b, composeSubRegIndices doesn't tell you.
470 virtual unsigned composeSubRegIndices(unsigned a, unsigned b) const {
480 /// 1. PreA + SubA == PreB + SubB (using composeSubRegIndices()), and
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineInstr.cpp 74 SubIdx = TRI.composeSubRegIndices(SubIdx, getSubReg());
    [all...]
RegisterCoalescer.cpp 199 return tri.composeSubRegIndices(a, b);
    [all...]

Completed in 66 milliseconds