Searched refs:RAI (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DGCStrategy.cpp363 MachineBasicBlock::iterator RAI = CI; local
364 ++RAI;
372 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc());
H A DMachineBasicBlock.cpp1014 for (MCRegAliasIterator RAI(Reg, TRI, /*IncludeSelf=*/true);
1015 RAI.isValid(); ++RAI) {
1016 if (MBB->isLiveIn(*RAI))
1017 return (*RAI == Reg) ? LQR_Live : LQR_OverlappingLive;
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSubtargetEmitter.cpp742 for (RecIter RAI = ProcModel.ReadAdvanceDefs.begin(),
743 RAE = ProcModel.ReadAdvanceDefs.end(); RAI != RAE; ++RAI) {
744 if (!(*RAI)->isSubClassOf("ReadAdvance"))
746 if (AliasDef == (*RAI)->getValueAsDef("ReadType")
747 || SchedRead.TheDef == (*RAI)->getValueAsDef("ReadType")) {
749 throw TGError((*RAI)->getLoc(), "Resources are defined for both "
753 ResDef = *RAI;
H A DCodeGenSchedule.cpp1388 for (RecIter RAI = RADefs.begin(), RAE = RADefs.end(); RAI != RAE; ++RAI) {
1389 Record *ModelDef = (*RAI)->getValueAsDef("SchedModel");
1390 addReadAdvance(*RAI, getProcModel(ModelDef).Index);

Completed in 233 milliseconds