Home
last modified time | relevance | path

Searched defs:IC (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp167 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize()
317 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy) { in combineLoadToNewType()
383 static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value *V) { in combineStoreToNewValue()
445 static Instruction *combineLoadToOperationType(InstCombiner &IC, LoadInst &LI) { in combineLoadToOperationType()
584 static bool canReplaceGEPIdxWithZero(InstCombiner &IC, GetElementPtrInst *GEPI, in canReplaceGEPIdxWithZero()
658 static Instruction *replaceGEPIdxWithZero(InstCombiner &IC, Value *Ptr, in replaceGEPIdxWithZero()
803 static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) { in combineStoreToValueType()
823 static bool unpackStoreToAggregate(InstCombiner &IC, StoreInst &SI) { in unpackStoreToAggregate()
DInstCombineCasts.cpp332 static bool CanEvaluateTruncated(Value *V, Type *Ty, InstCombiner &IC, in CanEvaluateTruncated()
650 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateZExtd()
1483 InstCombiner &IC) { in OptimizeVectorResize()
1662 InstCombiner &IC) { in OptimizeIntegerToVectorInsertions()
1689 static Instruction *OptimizeIntToFloatBitCast(BitCastInst &CI, InstCombiner &IC, in OptimizeIntToFloatBitCast()
DInstCombineShifts.cpp71 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateShifted()
190 InstCombiner &IC, const DataLayout &DL) { in GetShiftedValue()
DInstCombineMulDivRem.cpp28 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC, in simplifyValueKnownNonZero()
951 const BinaryOperator &I, InstCombiner &IC) { in foldUDivPow2Cst()
962 const BinaryOperator &I, InstCombiner &IC) { in foldUDivNegCst()
971 InstCombiner &IC) { in foldUDivShl()
DInstCombineSelect.cpp394 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAndOr() local
842 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAnd() local
DInstCombineCompares.cpp510 static Value *EvaluateGEPOffsetExpression(User *GEP, InstCombiner &IC, in EvaluateGEPOffsetExpression()
2033 InstCombiner &IC) { in ProcessUGT_ADDCST_ADD()
2235 Value *OtherVal, InstCombiner &IC) { in ProcessUMulZExtIdiom()
2576 auto *IC = dyn_cast<ICmpInst>(BI->getCondition()); in isChainSelectCmpBranch() local
DInstructionCombining.cpp654 InstCombiner *IC) { in FoldOperationIntoSelectOperand()
2965 InstCombiner IC(Worklist, &Builder, MinimizeSize, &AC, &TLI, &DT, DL, LI); in combineInstructionsOverFunction() local
/external/v8/src/ic/
Dic.h394 friend class IC; variable
443 friend class IC; variable
520 friend class IC; variable
599 friend class IC; variable
643 friend class IC; variable
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfSquareOrCircleAnnotation_autogen.cpp47 SkPdfArray* SkPdfSquareOrCircleAnnotation::IC(SkPdfNativeDoc* doc) { in IC() function in SkPdfSquareOrCircleAnnotation
DSkPdfLineAnnotationDictionary_autogen.cpp71 SkPdfArray* SkPdfLineAnnotationDictionary::IC(SkPdfNativeDoc* doc) { in IC() function in SkPdfLineAnnotationDictionary
/external/llvm/include/llvm/IR/
DIRBuilder.h1059 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
1066 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
1486 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
1495 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp270 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local
/external/llvm/lib/Analysis/
DLint.cpp546 IntrinsicInst *IC = dyn_cast<IntrinsicInst>(I); in allSuccessorsReachEndCatch() local
631 IntrinsicInst *IC = dyn_cast<IntrinsicInst>(&*RI); in allPredCameFromBeginCatch() local
/external/llvm/lib/Transforms/IPO/
DInliner.cpp299 InlineCost IC = getInlineCost(CS); in shouldInline() local
/external/clang/lib/AST/
DCommentParser.cpp414 InlineCommandComment *IC; in parseInlineCommand() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp822 ObjCImplementationDecl *IC = nullptr; in ActOnPropertyImplDecl() local
1615 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp71 if (ICmpInst *IC = dyn_cast<ICmpInst>(U)) in isOnlyUsedInZeroEqualityComparison() local
86 if (ICmpInst *IC = dyn_cast<ICmpInst>(U)) in isOnlyUsedInEqualityComparison() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp623 auto IC = S.counters().begin(); in EmitOMPSimdFinal() local
1550 if (auto *IC = dyn_cast<llvm::ConstantInt>(UpdateVal)) { in emitOMPAtomicRMW() local
/external/clang/include/clang/AST/
DDecl.h1206 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr()
1210 void setInitCapture(bool IC) { VarDeclBits.IsInitCapture = IC; } in setInitCapture()
1795 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr()
/external/cblas/testing/
Dc_dblat2.f488 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
848 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
1866 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
2162 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local
2859 INTEGER I, IC, MI local
Dc_zblat2.f498 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
854 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
1872 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
2166 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local
2693 INTEGER I, IC, J, MI, MJ local
Dc_cblat2.f497 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
852 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
1867 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
2160 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local
2687 INTEGER I, IC, J, MI, MJ local
Dc_sblat2.f488 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
848 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
1866 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
2162 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local
2859 INTEGER I, IC, MI local
/external/eigen/blas/testing/
Ddblat2.f423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
764 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
1723 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
2001 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local
3008 INTEGER I, IC, MI local
Dsblat2.f423 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local
764 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local
1723 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local
2001 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local
3008 INTEGER I, IC, MI local

123