Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h93 bool SelectInstruction(const Instruction *I);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp752 FastISel::SelectInstruction(const Instruction *I) { in SelectInstruction() function in FastISel
DSelectionDAGISel.cpp910 if (FastIS->SelectInstruction(Inst)) { in SelectAllBasicBlocks()