Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h249 bool selectInstruction(const Instruction *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1355 bool FastISel::selectInstruction(const Instruction *I) { in selectInstruction() function in FastISel
DSelectionDAGISel.cpp1369 if (FastIS->selectInstruction(Inst)) { in SelectAllBasicBlocks()