/external/v8/src/ |
D | ic.h | 261 friend class IC; variable 369 friend class IC; variable 549 friend class IC; variable 618 friend class IC; variable 712 friend class IC; variable
|
D | v8globals.h | 135 class IC; variable
|
/external/llvm/include/llvm/ |
D | IRBuilder.h | 855 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 861 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1215 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1224 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 293 static Instruction *InstCombineLoadCast(InstCombiner &IC, LoadInst &LI, in InstCombineLoadCast() 460 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) { in InstCombineStoreToCast()
|
D | InstCombineShifts.cpp | 69 InstCombiner &IC) { in CanEvaluateShifted() 184 InstCombiner &IC) { in GetShiftedValue()
|
D | InstCombineMulDivRem.cpp | 26 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC) { in simplifyValueKnownNonZero() 459 Value *IC = Builder->CreateICmpULT(Op0, C); in visitUDiv() local
|
D | InstCombineCasts.cpp | 1393 InstCombiner &IC) { in OptimizeVectorResize() 1562 InstCombiner &IC) { in OptimizeIntegerToVectorInsertions() 1588 static Instruction *OptimizeIntToFloatBitCast(BitCastInst &CI,InstCombiner &IC){ in OptimizeIntToFloatBitCast()
|
D | InstCombineCalls.cpp | 757 InstCombiner *IC; member in __anona81e412a0111::InstCombineFortifiedLibCalls 783 InstCombineFortifiedLibCalls(InstCombiner *IC) : IC(IC), NewInstruction(0) { } in InstCombineFortifiedLibCalls()
|
D | InstCombineSelect.cpp | 594 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAnd() local
|
D | InstCombineCompares.cpp | 476 static Value *EvaluateGEPOffsetExpression(User *GEP, InstCombiner &IC) { in EvaluateGEPOffsetExpression() 1663 InstCombiner &IC) { in ProcessUGT_ADDCST_ADD() 1744 InstCombiner &IC) { in ProcessUAddIdiom()
|
D | InstructionCombining.cpp | 529 InstCombiner *IC) { in FoldOperationIntoSelectOperand() 1856 InstCombiner &IC, in AddReachableCodeToWorklist()
|
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 283 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 229 InlineCost IC = getInlineCost(CS); in shouldInline() local
|
/external/clang/lib/AST/ |
D | CommentParser.cpp | 393 InlineCommandComment *IC; in parseInlineCommand() local
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 730 ObjCImplementationDecl *IC = 0; in ActOnPropertyImplDecl() local 1635 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties() local
|
D | SemaDeclObjC.cpp | 373 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) { in ActOnStartOfObjCMethodDef() local 2350 if (ObjCImplementationDecl *IC=dyn_cast<ObjCImplementationDecl>(ClassDecl)) { in ActOnAtEnd() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 98 if (ICmpInst *IC = dyn_cast<ICmpInst>(*UI)) in IsOnlyUsedInZeroEqualityComparison() local 123 if (ICmpInst *IC = dyn_cast<ICmpInst>(*UI)) in IsOnlyUsedInEqualityComparison() local
|
/external/eigen/blas/testing/ |
D | zblat1.f | 13 INTEGER IC variable
|
D | cblat1.f | 13 INTEGER IC variable
|
D | sblat2.f | 423 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
|
D | dblat2.f | 423 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
|
D | zblat2.f | 435 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local 781 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local 1770 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local 2055 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local 3114 INTEGER I, IC, J, MI, MJ local
|
D | cblat2.f | 433 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY, local 778 INTEGER I, IA, IB, IC, IK, IN, INCX, INCXS, INCY, local 1764 INTEGER I, IA, IC, IN, INCX, INCXS, IX, J, JA, JJ, LAA, local 2048 INTEGER I, IA, IC, IN, INCX, INCXS, INCY, INCYS, IX, local 3106 INTEGER I, IC, J, MI, MJ local
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 2900 if (ICmpInst *IC = dyn_cast<ICmpInst>(this)) in swapOperands() local 2907 if (const ICmpInst *IC = dyn_cast<ICmpInst>(this)) in isCommutative() local 2913 if (const ICmpInst *IC = dyn_cast<ICmpInst>(this)) in isEquality() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1361 if (const ICmpInst *IC = dyn_cast<ICmpInst>(Cond)) { in EmitBranchForMergedCondition() local 2671 if (const ICmpInst *IC = dyn_cast<ICmpInst>(&I)) in visitICmp() local 2673 else if (const ConstantExpr *IC = dyn_cast<ConstantExpr>(&I)) in visitICmp() local 5445 if (const ICmpInst *IC = dyn_cast<ICmpInst>(*UI)) in IsOnlyUsedInZeroEqualityComparison() local
|