/external/clang/lib/Rewrite/Frontend/ |
D | FrontendActions.cpp | 33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 87 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 107 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 153 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 170 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 178 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 36 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 48 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 55 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 61 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 66 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 77 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 82 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 87 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 100 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI, in ComputeASTConsumerArguments() 124 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() [all …]
|
D | FrontendAction.cpp | 128 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer() 162 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, in BeginSourceFile() 365 CompilerInstance &CI = getCompilerInstance(); in Execute() local 393 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() local 457 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 482 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 487 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 491 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 494 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
|
D | ASTMerge.cpp | 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
|
D | CreateInvocationFromCommandLine.cpp | 81 OwningPtr<CompilerInvocation> CI(new CompilerInvocation()); in createInvocationFromCommandLine() local
|
/external/clang/lib/ARCMigrate/ |
D | ARCMTActions.cpp | 17 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 38 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 54 CallInst *CI = B.CreateCall(StrLen, CastToCStr(Ptr, B), "strlen"); in EmitStrLen() local 84 CallInst *CI = B.CreateCall2(StrNLen, CastToCStr(Ptr, B), MaxLen, "strnlen"); in EmitStrNLen() local 111 CallInst *CI = B.CreateCall2(StrChr, CastToCStr(Ptr, B), in EmitStrChr() local 141 CallInst *CI = B.CreateCall3(StrNCmp, CastToCStr(Ptr1, B), in EmitStrNCmp() local 167 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B), in EmitStrCpy() local 193 CallInst *CI = B.CreateCall3(StrNCpy, CastToCStr(Dst, B), CastToCStr(Src, B), in EmitStrNCpy() local 223 CallInst *CI = B.CreateCall4(MemCpy, Dst, Src, Len, ObjSize); in EmitMemCpyChk() local 250 CallInst *CI = B.CreateCall3(MemChr, CastToCStr(Ptr, B), Val, Len, "memchr"); in EmitMemChr() local 280 CallInst *CI = B.CreateCall3(MemCmp, CastToCStr(Ptr1, B), CastToCStr(Ptr2, B), in EmitMemCmp() local 309 CallInst *CI = B.CreateCall(Callee, Op, Name); in EmitUnaryFloatFnCall() local [all …]
|
D | LowerExpectIntrinsic.cpp | 61 CallInst *CI = dyn_cast<CallInst>(SI->getCondition()); in HandleSwitchExpect() local 105 CallInst *CI = dyn_cast<CallInst>(CmpI->getOperand(0)); in HandleIfExpect() local 151 CallInst *CI = dyn_cast<CallInst>(BI++); in runOnFunction() local
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 294 if (const CmpInst *CI = dyn_cast<CmpInst>(this)) in isIdenticalToWhenDefined() local 296 if (const CallInst *CI = dyn_cast<CallInst>(this)) in isIdenticalToWhenDefined() local 300 if (const InvokeInst *CI = dyn_cast<InvokeInst>(this)) in isIdenticalToWhenDefined() local 367 if (const CmpInst *CI = dyn_cast<CmpInst>(this)) in isSameOperationAs() local 369 if (const CallInst *CI = dyn_cast<CallInst>(this)) in isSameOperationAs() local 373 if (const InvokeInst *CI = dyn_cast<InvokeInst>(this)) in isSameOperationAs() local 459 if (const CallInst *CI = dyn_cast<CallInst>(this)) in mayThrow() local 465 if (const CallInst *CI = dyn_cast<CallInst>(this)) in mayReturn() local
|
D | IRBuilder.cpp | 57 CallInst *CI = CallInst::Create(Callee, Ops, ""); in createCallHelper() local 72 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemSet() local 92 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemCpy() local 116 CallInst *CI = createCallHelper(TheFn, Ops, this); in CreateMemMove() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 28 if (ConstantInt *CI = dyn_cast<ConstantInt>(Val)) { in DecomposeSimpleLinearExpr() local 79 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, in PromoteCastOfAllocation() 235 const CastInst *CI, ///< The first cast instruction in isEliminableCastPair() 277 if (const CastInst *CI = dyn_cast<CastInst>(V)) in ShouldOptimizeCast() local 291 Instruction *InstCombiner::commonCastTransforms(CastInst &CI) { in commonCastTransforms() 385 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateTruncated() local 395 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateTruncated() local 436 Instruction *InstCombiner::visitTrunc(TruncInst &CI) { in visitTrunc() 510 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, in transformZExtICmp() 757 Instruction *InstCombiner::visitZExt(ZExtInst &CI) { in visitZExt() [all …]
|
D | InstCombineCompares.cpp | 169 static bool isHighOnes(const ConstantInt *CI) { in isHighOnes() 522 if (ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i))) { in EvaluateGEPOffsetExpression() local 550 ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i)); in EvaluateGEPOffsetExpression() local 741 Value *X, ConstantInt *CI, in FoldICmpAddOpCst() 1809 if (CastInst *CI = dyn_cast<CastInst>(ICI.getOperand(1))) { in visitICmpInstWithCastAndCast() local 1834 ConstantInt *CI = dyn_cast<ConstantInt>(ICI.getOperand(1)); in visitICmpInstWithCastAndCast() local 2009 ConstantInt *CI = dyn_cast<ConstantInt>(I.getOperand(1)); in DemandedBitsLHSMask() local 2125 if (ConstantInt *CI = dyn_cast<ConstantInt>(Op1)) { in visitICmpInst() local 2258 const APInt *CI; in visitICmpInst() local 2295 const APInt *CI; in visitICmpInst() local [all …]
|
/external/clang/include/clang/Lex/ |
D | PreprocessorLexer.h | 99 PPConditionalInfo CI; in pushConditionalLevel() local 106 void pushConditionalLevel(const PPConditionalInfo &CI) { in pushConditionalLevel() 113 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel()
|
/external/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 250 if (CallInst *CI = dyn_cast<CallInst>(I)) { in runOnFunction() local 268 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { in CanMoveAboveCall() 306 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) { in isDynamicConstant() 341 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue() 369 CallInst *CI) { in CanTransformAccumulatorRecursion() 406 CallInst *CI = 0; in FindTRECandidate() local 447 bool TailCallElim::EliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, in EliminateRecursiveTailCall() 646 if (CallInst *CI = FindTRECandidate(BI, CannotTailCallElimCallsMarkedTail)){ in FoldReturnAndProcessPred() local 665 CallInst *CI = FindTRECandidate(Ret, CannotTailCallElimCallsMarkedTail); in ProcessReturningBlock() local
|
D | CodeGenPrepare.cpp | 462 static bool OptimizeNoopCopyExpression(CastInst *CI, const TargetLowering &TLI){ in OptimizeNoopCopyExpression() 544 static bool OptimizeCmpExpression(CmpInst *CI) { in OptimizeCmpExpression() 609 bool CodeGenPrepare::OptimizeCallInst(CallInst *CI) { in OptimizeCallInst() 762 CallInst *CI = dyn_cast<CallInst>(PN->getIncomingValue(I)); in DupRetToEnableTailCallOpts() local 781 CallInst *CI = dyn_cast<CallInst>(&*RI); in DupRetToEnableTailCallOpts() local 789 CallInst *CI = TailCalls[i]; in DupRetToEnableTailCallOpts() local 974 ConstantInt *CI = 0; Value *AddLHS = 0; in MatchScaledValue() local 1105 if (ConstantInt *CI = dyn_cast<ConstantInt>(AddrInst->getOperand(i))) { in MatchOperationAddr() local 1184 if (ConstantInt *CI = dyn_cast<ConstantInt>(Addr)) { in MatchAddr() local 1253 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, in IsOperandAMemoryOperand() [all …]
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { in CreateASTConsumer() 43 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 33 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { in CreateFrontendBaseAction() 130 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 242 CallInst *CI = isConstVec[x]; in doIsConstCallConversionIfNeeded() local 301 CallInst *CI = dyn_cast<CallInst>(inst); in optimizeCallInst() local 669 CallInst *CI = CallInst::Create(Func, Operands, "BitInsertOpt"); in optimizeBitInsert() local 834 CallInst *CI = CallInst::Create(Func, Operands, "ByteExtractOpt"); in optimizeBitExtract() local 842 AMDGPUPeepholeOpt::expandBFI(CallInst *CI) in expandBFI() 881 AMDGPUPeepholeOpt::expandBFM(CallInst *CI) in expandBFM() 977 AMDGPUPeepholeOpt::isSigned24BitOps(CallInst *CI) in isSigned24BitOps() 995 AMDGPUPeepholeOpt::expandSigned24BitOps(CallInst *CI) in expandSigned24BitOps() 1067 AMDGPUPeepholeOpt::isRWGLocalOpt(CallInst *CI) in isRWGLocalOpt() 1075 AMDGPUPeepholeOpt::convertAccurateDivide(CallInst *CI) in convertAccurateDivide() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 242 CallInst *CI = isConstVec[x]; in doIsConstCallConversionIfNeeded() local 301 CallInst *CI = dyn_cast<CallInst>(inst); in optimizeCallInst() local 669 CallInst *CI = CallInst::Create(Func, Operands, "BitInsertOpt"); in optimizeBitInsert() local 834 CallInst *CI = CallInst::Create(Func, Operands, "ByteExtractOpt"); in optimizeBitExtract() local 842 AMDGPUPeepholeOpt::expandBFI(CallInst *CI) in expandBFI() 881 AMDGPUPeepholeOpt::expandBFM(CallInst *CI) in expandBFM() 977 AMDGPUPeepholeOpt::isSigned24BitOps(CallInst *CI) in isSigned24BitOps() 995 AMDGPUPeepholeOpt::expandSigned24BitOps(CallInst *CI) in expandSigned24BitOps() 1067 AMDGPUPeepholeOpt::isRWGLocalOpt(CallInst *CI) in isRWGLocalOpt() 1075 AMDGPUPeepholeOpt::convertAccurateDivide(CallInst *CI) in convertAccurateDivide() [all …]
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | FrontendActions.cpp | 16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
|
/external/clang/include/clang/Frontend/ |
D | FrontendAction.h | 73 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } in BeginInvocation() 79 virtual bool BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 115 if (CallInst *CI = dyn_cast<CallInst>(I)) { in runOnSCC() local 210 if (CallInst *CI = dyn_cast<CallInst>(I++)) in SimplifyFunction() local 242 if (CallInst *CI = dyn_cast<CallInst>(I)) { in DeleteBasicBlock() local
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 65 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith() 317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, in ReplaceFPIntrinsicWithCall() 340 void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) { in LowerIntrinsicCall() 550 bool IntrinsicLowering::LowerToByteSwap(CallInst *CI) { in LowerToByteSwap()
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 67 if (const CallInst *CI = dyn_cast<CallInst>(II)) in analyzeBasicBlock() local
|
D | Lint.cpp | 487 if (ConstantInt *CI = in visitLShr() local 494 if (ConstantInt *CI = in visitAShr() local 501 if (ConstantInt *CI = in visitShl() local 560 if (ConstantInt *CI = in visitExtractElementInst() local 568 if (ConstantInt *CI = in visitInsertElementInst() local 626 } else if (CastInst *CI = dyn_cast<CastInst>(V)) { in findValueImpl() local
|