Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp683 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift() argument
798 matchRightShift(SelectInst * SelI,ParsedValues & PV) matchRightShift() argument
873 scanSelect(SelectInst * SelI,BasicBlock * LoopB,BasicBlock * PrehB,Value * CIV,ParsedValues & PV,bool PreScan) scanSelect() argument
1834 SelectInst *SelI = (T && isa<SelectInst>(T)) ? cast<SelectInst>(T) : SI; recognize() local
1868 SelectInst *SelI = dyn_cast_or_null<SelectInst>(T); recognize() local
1885 SelectInst *SelI = dyn_cast<SelectInst>(&In); recognize() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp186 auto *SelI = cast<Instruction>(SelVal); substituteLPadValues() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp425 } else if (SelectInst *SelI = dyn_cast<SelectInst>(Current)) { isCandidate() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5053 tryOptSelectConjunction(GSelect & SelI,MachineInstr & CondMI) tryOptSelectConjunction() argument