Searched refs:SelI (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 605 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV); 606 bool matchRightShift(SelectInst *SelI, ParsedValues &PV); 666 bool PolynomialMultiplyRecognize::matchLeftShift(SelectInst *SelI, in matchLeftShift() argument 675 Value *CondV = SelI->getCondition(); in matchLeftShift() 676 Value *TrueV = SelI->getTrueValue(); in matchLeftShift() 677 Value *FalseV = SelI->getFalseValue(); in matchLeftShift() 749 if (!SelI->hasOneUse()) in matchLeftShift() 755 Value *U = *SelI->user_begin(); in matchLeftShift() 756 if (!match(U, m_Xor(m_Specific(SelI), m_Value(R))) && in matchLeftShift() 757 !match(U, m_Xor(m_Value(R), m_Specific(SelI)))) in matchLeftShift() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 161 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local 162 IRBuilder<> Builder(SelI->getParent(), std::next(SelI->getIterator())); in substituteLPadValues()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 158 auto *SelI = cast<Instruction>(SelVal); in substituteLPadValues() local 159 IRBuilder<> Builder(SelI->getParent(), std::next(SelI->getIterator())); in substituteLPadValues()
|