Searched defs:FastIS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp938 FastISel *FastIS = 0; local
940 FastIS = getTargetLowering()->createFastISel(*FuncInfo, LibInfo);
985 if (FastIS) {
986 FastIS->startNewBlock();
994 if (!FastIS->LowerArguments()) {
1011 FastIS->setLastLocalValue(llvm::prior(FuncInfo->InsertPt));
1013 FastIS->setLastLocalValue(0);
1029 FastIS->recomputeInsertPt();
1032 if (FastIS->SelectInstruction(Inst)) {
1046 FastIS
[all...]

Completed in 67 milliseconds