Home
last modified time | relevance | path

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

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