Home
last modified time | relevance | path

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

/external/v8/src/
Dic.h261 friend class IC; variable
369 friend class IC; variable
549 friend class IC; variable
618 friend class IC; variable
712 friend class IC; variable
Dv8globals.h135 class IC; variable
Dic.cc112 IC::IC(FrameDepth depth, Isolate* isolate) : isolate_(isolate) { in IC() function in v8::internal::IC
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp29 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()
DInstCombineShifts.cpp69 InstCombiner &IC) { in CanEvaluateShifted()
184 InstCombiner &IC) { in GetShiftedValue()
DInstCombineMulDivRem.cpp26 static Value *simplifyValueKnownNonZero(Value *V, InstCombiner &IC) { in simplifyValueKnownNonZero()
459 Value *IC = Builder->CreateICmpULT(Op0, C); in visitUDiv() local
DInstCombineCasts.cpp1399 InstCombiner &IC) { in OptimizeVectorResize()
1568 InstCombiner &IC) { in OptimizeIntegerToVectorInsertions()
1594 static Instruction *OptimizeIntToFloatBitCast(BitCastInst &CI,InstCombiner &IC){ in OptimizeIntToFloatBitCast()
DInstCombineCalls.cpp778 InstCombiner *IC; member in __anonc8faa4a80111::InstCombineFortifiedLibCalls
804 InstCombineFortifiedLibCalls(InstCombiner *IC) : IC(IC), NewInstruction(0) { } in InstCombineFortifiedLibCalls()
DInstCombineSelect.cpp588 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition()); in foldSelectICmpAnd() local
DInstCombineCompares.cpp475 static Value *EvaluateGEPOffsetExpression(User *GEP, InstCombiner &IC) { in EvaluateGEPOffsetExpression()
1662 InstCombiner &IC) { in ProcessUGT_ADDCST_ADD()
1743 InstCombiner &IC) { in ProcessUAddIdiom()
DInstructionCombining.cpp525 InstCombiner *IC) { in FoldOperationIntoSelectOperand()
1803 InstCombiner &IC, in AddReachableCodeToWorklist()
/external/llvm/include/llvm/Support/
DIRBuilder.h840 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/
DCodeEmitterGen.cpp261 for (std::vector<Record*>::iterator IC = Insts.begin(), EC = Insts.end(); in run() local
/external/llvm/lib/Transforms/IPO/
DInliner.cpp225 InlineCost IC = getInlineCost(CS); in shouldInline() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp595 ObjCImplementationDecl *IC = 0; in ActOnPropertyImplDecl() local
1416 ObjCImplementationDecl *IC=dyn_cast_or_null<ObjCImplementationDecl>(D); in DefaultSynthesizeProperties() local
DSemaDeclObjC.cpp329 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) { in ActOnStartOfObjCMethodDef() local
2337 if (ObjCImplementationDecl *IC=dyn_cast<ObjCImplementationDecl>(ClassDecl)) { in ActOnAtEnd() local
DSemaAccess.cpp204 DeclContext *IC = S.computeDeclContext(getBaseObjectType()); in resolveInstanceContext() local
DSemaTemplateDeduction.cpp140 if (ImplicitCastExpr *IC = dyn_cast<ImplicitCastExpr>(E)) in getDeducedParameterFromExpr() local
/external/llvm/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp93 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/
DInstructions.cpp2894 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
DVerifier.cpp1254 void Verifier::visitICmpInst(ICmpInst &IC) { in visitICmpInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1358 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/
DDecl.h1190 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr()
1743 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr()
/external/bluetooth/hcidump/parser/
Drfcomm.h105 #define IC 0x40 /* incoming call */ macro
/external/clang/lib/Rewrite/
DRewriteModernObjC.cpp4477 void RewriteModernObjC::RewriteImplicitCastObjCExpr(CastExpr *IC) { in RewriteImplicitCastObjCExpr()