Home
last modified time | relevance | path

Searched refs:CIV (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp624 bool matchLeftShift(SelectInst *SelI, Value *CIV, ParsedValues &PV);
627 Value *CIV, ParsedValues &PV, bool PreScan);
686 Value *CIV, ParsedValues &PV) { in matchLeftShift() argument
713 if (match(A, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift()
716 } else if (match(B, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift()
787 if (!match(T, m_Shl(m_Value(Q), m_Specific(CIV))) && in matchLeftShift()
788 !match(T, m_Shl(m_ZExt(m_Value(Q)), m_ZExt(m_Specific(CIV))))) in matchLeftShift()
876 BasicBlock *LoopB, BasicBlock *PrehB, Value *CIV, ParsedValues &PV, in scanSelect() argument
917 if (matchLeftShift(SelI, CIV, PV)) { in scanSelect()
1314 Value *CIV = getCountIV(LoopB); in convertShiftsToLeft() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2677 auto *CIV = Builder.CreatePHI(Ty, 2, CurLoop->getName() + ".iv"); in recognizeShiftUntilZero() local
2682 Builder.CreateAdd(CIV, ConstantInt::get(Ty, 1), CIV->getName() + ".next", in recognizeShiftUntilZero()
2695 auto *IVDePHId = Builder.CreateAdd(CIV, Start, "", /*HasNUW=*/false, in recognizeShiftUntilZero()
2705 CIV->addIncoming(ConstantInt::get(Ty, 0), LoopPreheaderBB); in recognizeShiftUntilZero()
2706 CIV->addIncoming(CIVNext, LoopHeaderBB); in recognizeShiftUntilZero()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp369 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints(); in mightUseCTR() local
370 for (unsigned i = 0, ie = CIV.size(); i < ie; ++i) { in mightUseCTR()
371 InlineAsm::ConstraintInfo &C = CIV[i]; in mightUseCTR()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166_de56 CI CIV Côte d'Ivoire
/netbsd-src/share/misc/
H A Dcountry74 Cote d'Ivoire CI CIV 384 IV
H A Dairport1312 CIV:Chomley, AK, USA
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h305 const APInt &CIV = CI->getValue(); in match() local
307 return CIV == static_cast<uint64_t>(Val); in match()
311 return -CIV == -Val; in match()