Home
last modified time | relevance | path

Searched defs:SelI (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp685 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift()
800 bool PolynomialMultiplyRecognize::matchRightShift(SelectInst *SelI, in matchRightShift()
875 bool PolynomialMultiplyRecognize::scanSelect(SelectInst *SelI, in scanSelect()
1839 SelectInst *SelI = (T && isa<SelectInst>(T)) ? cast<SelectInst>(T) : SI; in recognize() local
1873 SelectInst *SelI = dyn_cast_or_null<SelectInst>(T); in recognize() local
1890 SelectInst *SelI = dyn_cast<SelectInst>(&In); in recognize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp168 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7110 auto *SelI = dyn_cast<SelectInst>(I); in createOp() local