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

/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp364 MachineBasicBlock::iterator RAI = CI; local
365 ++RAI;
373 MCSymbol* Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc());
H A DMachineBasicBlock.cpp1143 for (MCRegAliasIterator RAI(Reg, TRI, /*IncludeSelf=*/true);
1144 RAI.isValid(); ++RAI) {
1145 if (MBB->isLiveIn(*RAI))
1146 return (*RAI == Reg) ? LQR_Live : LQR_OverlappingLive;
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp760 for (RecIter RAI = ProcModel.ReadAdvanceDefs.begin(),
761 RAE = ProcModel.ReadAdvanceDefs.end(); RAI != RAE; ++RAI) {
762 if (!(*RAI)->isSubClassOf("ReadAdvance"))
764 if (AliasDef == (*RAI)->getValueAsDef("ReadType")
765 || SchedRead.TheDef == (*RAI)->getValueAsDef("ReadType")) {
767 PrintFatalError((*RAI)->getLoc(), "Resources are defined for both "
771 ResDef = *RAI;
H A DCodeGenSchedule.cpp1397 for (RecIter RAI = RADefs.begin(), RAE = RADefs.end(); RAI != RAE; ++RAI) {
1398 Record *ModelDef = (*RAI)->getValueAsDef("SchedModel");
1399 addReadAdvance(*RAI, getProcModel(ModelDef).Index);
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 214 milliseconds