Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h260 bool selectInstruction(const Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1601 bool FastISel::selectInstruction(const Instruction *I) { in selectInstruction() function in FastISel
H A DSelectionDAGISel.cpp1738 if (FastIS->selectInstruction(Inst)) { in SelectAllBasicBlocks()