Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp683 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift() argument
797 bool PolynomialMultiplyRecognize::matchRightShift(SelectInst *SelI, in matchRightShift() argument
867 scanSelect(SelectInst * SelI,BasicBlock * LoopB,BasicBlock * PrehB,Value * CIV,ParsedValues & PV,bool PreScan) scanSelect() argument
1828 SelectInst *SelI = (T && isa<SelectInst>(T)) ? cast<SelectInst>(T) : SI; recognize() local
1862 SelectInst *SelI = dyn_cast_or_null<SelectInst>(T); recognize() local
1879 SelectInst *SelI = dyn_cast<SelectInst>(&In); recognize() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp184 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp447 } else if (SelectInst *SelI = dyn_cast<SelectInst>(Current)) { isCandidate() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4845 tryOptSelectConjunction(GSelect & SelI,MachineInstr & CondMI) tryOptSelectConjunction() argument