Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h245 bool selectInstruction(const Instruction *I);
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1329 bool FastISel::selectInstruction(const Instruction *I) { in selectInstruction() function in FastISel
HDSelectionDAGISel.cpp1208 if (FastIS->selectInstruction(Inst)) { in SelectAllBasicBlocks()