Searched refs:CIV (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 612 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV); 615 Value *CIV, ParsedValues &PV, bool PreScan); 674 Value *CIV, ParsedValues &PV) { in matchLeftShift() argument 701 if (match(A, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift() 704 } else if (match(B, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift() 774 if (!match(T, m_Shl(m_Value(Q), m_Specific(CIV))) && in matchLeftShift() 775 !match(T, m_Shl(m_ZExt(m_Value(Q)), m_ZExt(m_Specific(CIV))))) in matchLeftShift() 858 BasicBlock *LoopB, BasicBlock *PrehB, Value *CIV, ParsedValues &PV, in scanSelect() argument 899 if (matchLeftShift(SelI, CIV, PV)) { in scanSelect() 1292 Value *CIV = getCountIV(LoopB); in convertShiftsToLeft() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 3342 auto *CIV = Builder.CreatePHI(Ty, 2, CurLoop->getName() + ".iv"); in recognizeShiftUntilZero() local 3347 Builder.CreateAdd(CIV, ConstantInt::get(Ty, 1), CIV->getName() + ".next", in recognizeShiftUntilZero() 3360 auto *IVDePHId = Builder.CreateAdd(CIV, Start, "", /*HasNUW=*/false, in recognizeShiftUntilZero() 3370 CIV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilZero() 3371 CIV->addIncoming(CIVNext, LoopHeaderBB); in recognizeShiftUntilZero()
|
| /freebsd/share/misc/ |
| H A D | iso3166 | 75 CI CIV 384 Côte d'Ivoire
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 334 const APInt &CIV = CI->getValue(); in match() local 336 return CIV == static_cast<uint64_t>(Val); in match() 340 return -CIV == -Val; in match()
|