Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp683 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift()
798 bool PolynomialMultiplyRecognize::matchRightShift(SelectInst *SelI, in matchRightShift()
873 bool PolynomialMultiplyRecognize::scanSelect(SelectInst *SelI, in scanSelect()
1834 SelectInst *SelI = (T && isa<SelectInst>(T)) ? cast<SelectInst>(T) : SI; in recognize() local
1868 SelectInst *SelI = dyn_cast_or_null<SelectInst>(T); in recognize() local
1885 SelectInst *SelI = dyn_cast<SelectInst>(&In); in recognize() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp168 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp466 } else if (SelectInst *SelI = dyn_cast<SelectInst>(Current)) { in isCandidate() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5018 bool AArch64InstructionSelector::tryOptSelectConjunction(GSelect &SelI, in tryOptSelectConjunction()