Home
last modified time | relevance | path

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

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