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

  /external/llvm/lib/Target/R600/
SIRegisterInfo.h 82 unsigned getPhysRegSubReg(unsigned Reg, const TargetRegisterClass *SubRC,
SIInstrInfo.h 34 const TargetRegisterClass *SubRC) const;
40 const TargetRegisterClass *SubRC) const;
SIRegisterInfo.cpp 414 const TargetRegisterClass *SubRC,
459 return SubRC->getRegister(Index + Channel);
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 98 const TargetRegisterClass *SubRC = getRegClass(Idx + Offset);
99 if (SubRC->isAllocatable())
100 return SubRC;
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 354 CodeGenRegisterClass *SubRC) {
355 SubClassWithSubReg[SubIdx] = SubRC;
CodeGenRegisters.cpp 862 CodeGenRegisterClass &SubRC = *I2;
863 if (RC.SubClasses.test(SubRC.EnumValue))
865 if (!testSubClass(&RC, &SubRC))
867 // SubRC is a sub-class. Grap all its sub-classes so we won't have to
869 RC.SubClasses |= SubRC.SubClasses;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/opencv/cxcore/src/
cxarithm.cpp 245 ICV_DEF_UN_ARI_ALL( CV_SUB, SubRC )
260 ICV_DEF_INIT_ARITHM_FUNC_TAB( SubRC, C1R )
    [all...]

Completed in 163 milliseconds