Home
last modified time | relevance | path

Searched refs:Stage (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/llvm/lib/CodeGen/
HDRegAllocGreedy.cpp129 LiveRangeStage Stage; member
134 RegInfo() : Stage(RS_New), Cascade(0) {} in RegInfo()
140 return ExtraRegInfo[VirtReg.reg].Stage; in getStage()
143 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { in setStage() argument
145 ExtraRegInfo[VirtReg.reg].Stage = Stage; in setStage()
153 if (ExtraRegInfo[Reg].Stage == RS_New) in setStage()
154 ExtraRegInfo[Reg].Stage = NewStage; in setStage()
388 ExtraRegInfo[Old].Stage = RS_Assign; in LRE_DidCloneVirtReg()
409 if (ExtraRegInfo[Reg].Stage == RS_New) in enqueue()
410 ExtraRegInfo[Reg].Stage = RS_Assign; in enqueue()
[all …]
/trueos/contrib/llvm/utils/TableGen/
HDDFAPacketizerEmitter.cpp387 const Record *Stage = StageList[i]; in collectAllInsnClasses() local
391 Stage->getValueAsListOfDefs("Units"); in collectAllInsnClasses()
HDSubtargetEmitter.cpp304 const Record *Stage = StageList[i]; in FormItineraryStageString() local
307 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString()
311 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units"); in FormItineraryStageString()
320 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString()
323 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString()
/trueos/contrib/libc++/include/
Dlocale1006 // Stage 1
1008 // Stage 2
1036 // Stage 3
1056 // Stage 1
1058 // Stage 2
1086 // Stage 3
1106 // Stage 1, nothing to do
1107 // Stage 2
1141 // Stage 3
1158 // Stage 1
[all …]
/trueos/contrib/gcc/cp/
HDMake-lang.in205 # Stage hooks:
/trueos/contrib/bmake/mk/
HDChangeLog174 Stage*() return early if passed no args.
/trueos/contrib/binutils/
HDconfigure.ac2555 # Stage specific cflags for build.
HDChangeLog916 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2534 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
/trueos/contrib/gcc/
HDconfigure.ac975 # Stage specific cflags for build.
HDChangeLog-200534396 * Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
HDChangeLog-20049787 * Makefile.in: Stage the build directory too.
/trueos/contrib/libstdc++/
DChangeLog-20041042 according to the standard (22.2.2.1.2, Stage 2), 'in' shall be