Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1151 FastISel *FastIS = nullptr; in SelectAllBasicBlocks() local
1153 FastIS = TLI->createFastISel(*FuncInfo, LibInfo); in SelectAllBasicBlocks()
1202 if (FastIS) { in SelectAllBasicBlocks()
1203 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1211 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
1228 FastIS->setLastLocalValue(std::prev(FuncInfo->InsertPt)); in SelectAllBasicBlocks()
1230 FastIS->setLastLocalValue(nullptr); in SelectAllBasicBlocks()
1246 FastIS->recomputeInsertPt(); in SelectAllBasicBlocks()
1249 if (FastIS->selectInstruction(Inst)) { in SelectAllBasicBlocks()
1263 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { in SelectAllBasicBlocks()
[all …]