Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h259 bool selectInstruction(const Instruction *I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1476 bool FastISel::selectInstruction(const Instruction *I) { in selectInstruction() function in FastISel
H A DSelectionDAGISel.cpp1493 if (FastIS->selectInstruction(Inst)) { in SelectAllBasicBlocks()