Home
last modified time | relevance | path

Searched refs:SubRC (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp98 const TargetRegisterClass *SubRC = getRegClass(Idx + Offset); in getAllocatableClass() local
99 if (SubRC->isAllocatable()) in getAllocatableClass()
100 return SubRC; in getAllocatableClass()
/external/llvm/lib/Target/R600/
DSIRegisterInfo.h82 unsigned getPhysRegSubReg(unsigned Reg, const TargetRegisterClass *SubRC,
DSIInstrInfo.h34 const TargetRegisterClass *SubRC) const;
40 const TargetRegisterClass *SubRC) const;
DSIRegisterInfo.cpp414 const TargetRegisterClass *SubRC, in getPhysRegSubReg() argument
459 return SubRC->getRegister(Index + Channel); in getPhysRegSubReg()
DSIInstrInfo.cpp1497 const TargetRegisterClass *SubRC) in buildExtractSubReg()
1502 unsigned SubReg = MRI.createVirtualRegister(SubRC); in buildExtractSubReg()
1526 const TargetRegisterClass *SubRC) const { in buildExtractSubRegOrImm()
1538 SubIdx, SubRC); in buildExtractSubRegOrImm()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp862 CodeGenRegisterClass &SubRC = *I2; in computeSubClasses() local
863 if (RC.SubClasses.test(SubRC.EnumValue)) in computeSubClasses()
865 if (!testSubClass(&RC, &SubRC)) in computeSubClasses()
869 RC.SubClasses |= SubRC.SubClasses; in computeSubClasses()
1919 CodeGenRegisterClass *SubRC = in inferSubClassWithSubReg() local
1922 RC->setSubClassWithSubReg(&SubIdx, SubRC); in inferSubClassWithSubReg()
1964 CodeGenRegisterClass &SubRC = *I; in inferMatchingSuperRegClass() local
1966 if (!TopoSigs.anyCommon(SubRC.getTopoSigs())) in inferMatchingSuperRegClass()
1971 if (SubRC.contains(SSPairs[i].second)) in inferMatchingSuperRegClass()
1980 SubRC.addSuperRegClass(&SubIdx, RC); in inferMatchingSuperRegClass()
[all …]
DCodeGenRegisters.h354 CodeGenRegisterClass *SubRC) { in setSubClassWithSubReg() argument
355 SubClassWithSubReg[SubIdx] = SubRC; in setSubClassWithSubReg()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2774 const TargetRegisterClass *SubRC; in genAlternativeCodeSequence() local
2778 SubRC = &AArch64::GPR32spRegClass; in genAlternativeCodeSequence()
2784 SubRC = &AArch64::GPR64spRegClass; in genAlternativeCodeSequence()
2789 unsigned NewVR = MRI.createVirtualRegister(SubRC); in genAlternativeCodeSequence()
/external/opencv/cxcore/src/
Dcxarithm.cpp245 ICV_DEF_UN_ARI_ALL( CV_SUB, SubRC ) in ICV_DEF_BIN_ARI_ALL()
260 ICV_DEF_INIT_ARITHM_FUNC_TAB( SubRC, C1R )