/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
|
D | ic.cc | 112 IC::IC(FrameDepth depth, Isolate* isolate) : isolate_(isolate) { in IC() function in v8::internal::IC
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 29 static Instruction *removeDeadAlloca(InstCombiner &IC, AllocaInst &AI) { in removeDeadAlloca() 158 static Instruction *InstCombineLoadCast(InstCombiner &IC, LoadInst &LI, in InstCombineLoadCast() 325 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 | 1399 InstCombiner &IC) { in OptimizeVectorResize() 1568 InstCombiner &IC) { in OptimizeIntegerToVectorInsertions() 1594 static Instruction *OptimizeIntToFloatBitCast(BitCastInst &CI,InstCombiner &IC){ in OptimizeIntToFloatBitCast()
|
D | InstCombineCalls.cpp | 778 InstCombiner *IC; member in __anonc8faa4a80111::InstCombineFortifiedLibCalls 804 InstCombineFortifiedLibCalls(InstCombiner *IC) : IC(IC), NewInstruction(0) { } in InstCombineFortifiedLibCalls()
|
D | InstCombineSelect.cpp | 588 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAnd() local
|
D | InstCombineCompares.cpp | 475 static Value *EvaluateGEPOffsetExpression(User *GEP, InstCombiner &IC) { in EvaluateGEPOffsetExpression() 1662 InstCombiner &IC) { in ProcessUGT_ADDCST_ADD() 1743 InstCombiner &IC) { in ProcessUAddIdiom()
|
D | InstructionCombining.cpp | 525 InstCombiner *IC) { in FoldOperationIntoSelectOperand() 1803 InstCombiner &IC, in AddReachableCodeToWorklist()
|
/external/llvm/include/llvm/Support/ |
D | IRBuilder.h | 840 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 846 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1200 if (Constant *IC = dyn_cast<Constant>(Idx)) variable 1209 if (Constant *IC = dyn_cast<Constant>(Idx)) variable
|
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 261 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 225 InlineCost IC = getInlineCost(CS); in shouldInline() local
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 595 ObjCImplementationDecl *IC = 0; in ActOnPropertyImplDecl() local 1416 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties() local
|
D | SemaDeclObjC.cpp | 329 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) { in ActOnStartOfObjCMethodDef() local 2337 if (ObjCImplementationDecl *IC=dyn_cast<ObjCImplementationDecl>(ClassDecl)) { in ActOnAtEnd() local
|
D | SemaAccess.cpp | 204 DeclContext *IC = S.computeDeclContext(getBaseObjectType()); in resolveInstanceContext() local
|
D | SemaTemplateDeduction.cpp | 140 if (ImplicitCastExpr *IC = dyn_cast<ImplicitCastExpr>(E)) in getDeducedParameterFromExpr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 93 if (ICmpInst *IC = dyn_cast<ICmpInst>(*UI)) in IsOnlyUsedInZeroEqualityComparison() local 118 if (ICmpInst *IC = dyn_cast<ICmpInst>(*UI)) in IsOnlyUsedInEqualityComparison() local
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 2894 if (ICmpInst *IC = dyn_cast<ICmpInst>(this)) in swapOperands() local 2901 if (const ICmpInst *IC = dyn_cast<ICmpInst>(this)) in isCommutative() local 2907 if (const ICmpInst *IC = dyn_cast<ICmpInst>(this)) in isEquality() local
|
D | Verifier.cpp | 1254 void Verifier::visitICmpInst(ICmpInst &IC) { in visitICmpInst()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1358 if (const ICmpInst *IC = dyn_cast<ICmpInst>(Cond)) { in EmitBranchForMergedCondition() local 2636 if (const ICmpInst *IC = dyn_cast<ICmpInst>(&I)) in visitICmp() local 2638 else if (const ConstantExpr *IC = dyn_cast<ConstantExpr>(&I)) in visitICmp() local 5351 if (const ICmpInst *IC = dyn_cast<ICmpInst>(*UI)) in IsOnlyUsedInZeroEqualityComparison() local
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1190 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() 1743 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr()
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 105 #define IC 0x40 /* incoming call */ macro
|
/external/clang/lib/Rewrite/ |
D | RewriteModernObjC.cpp | 4477 void RewriteModernObjC::RewriteImplicitCastObjCExpr(CastExpr *IC) { in RewriteImplicitCastObjCExpr()
|