Home
last modified time | relevance | path

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

12345678910

/external/clang/lib/Rewrite/Frontend/
DFrontendActions.cpp33 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/ARCMigrate/
DARCMTActions.cpp17 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
38 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
/external/clang/lib/Frontend/
DFrontendActions.cpp36 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 *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
71 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
76 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
90 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI, in ComputeASTConsumerArguments()
114 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
243 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
[all …]
DFrontendAction.cpp135 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer()
168 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, in BeginSourceFile()
407 CompilerInstance &CI = getCompilerInstance(); in Execute() local
428 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() local
493 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
518 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
523 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
527 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
530 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
DASTMerge.cpp19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp55 CallInst *CI = B.CreateCall(StrLen, CastToCStr(Ptr, B), "strlen"); in EmitStrLen() local
85 CallInst *CI = B.CreateCall2(StrNLen, CastToCStr(Ptr, B), MaxLen, "strnlen"); in EmitStrNLen() local
112 CallInst *CI = B.CreateCall2(StrChr, CastToCStr(Ptr, B), in EmitStrChr() local
142 CallInst *CI = B.CreateCall3(StrNCmp, CastToCStr(Ptr1, B), in EmitStrNCmp() local
168 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B), in EmitStrCpy() local
194 CallInst *CI = B.CreateCall3(StrNCpy, CastToCStr(Dst, B), CastToCStr(Src, B), in EmitStrNCpy() local
224 CallInst *CI = B.CreateCall4(MemCpy, Dst, Src, Len, ObjSize); in EmitMemCpyChk() local
251 CallInst *CI = B.CreateCall3(MemChr, CastToCStr(Ptr, B), Val, Len, "memchr"); in EmitMemChr() local
281 CallInst *CI = B.CreateCall3(MemCmp, CastToCStr(Ptr1, B), CastToCStr(Ptr2, B), in EmitMemCmp() local
317 CallInst *CI = B.CreateCall(Callee, Op, Name); in EmitUnaryFloatFnCall() local
[all …]
DLowerExpectIntrinsic.cpp62 CallInst *CI = dyn_cast<CallInst>(SI->getCondition()); in HandleSwitchExpect() local
106 CallInst *CI; in HandleIfExpect() local
165 CallInst *CI = dyn_cast<CallInst>(BI++); in runOnFunction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp30 if (ConstantInt *CI = dyn_cast<ConstantInt>(Val)) { in DecomposeSimpleLinearExpr() local
81 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, in PromoteCastOfAllocation()
238 const CastInst *CI, ///< The first cast instruction in isEliminableCastPair()
280 if (const CastInst *CI = dyn_cast<CastInst>(V)) in ShouldOptimizeCast() local
294 Instruction *InstCombiner::commonCastTransforms(CastInst &CI) { in commonCastTransforms()
388 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateTruncated() local
398 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { in CanEvaluateTruncated() local
439 Instruction *InstCombiner::visitTrunc(TruncInst &CI) { in visitTrunc()
513 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, in transformZExtICmp()
760 Instruction *InstCombiner::visitZExt(ZExtInst &CI) { in visitZExt()
[all …]
DInstCombineCompares.cpp162 static bool isHighOnes(const ConstantInt *CI) { in isHighOnes()
519 if (ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i))) { in EvaluateGEPOffsetExpression() local
547 ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i)); in EvaluateGEPOffsetExpression() local
741 Value *X, ConstantInt *CI, in FoldICmpAddOpCst()
1824 if (CastInst *CI = dyn_cast<CastInst>(ICI.getOperand(1))) { in visitICmpInstWithCastAndCast() local
1849 ConstantInt *CI = dyn_cast<ConstantInt>(ICI.getOperand(1)); in visitICmpInstWithCastAndCast() local
2077 if (ConstantInt *CI = dyn_cast<ConstantInt>(BO->getOperand(1))) { in ProcessUMulZExtIdiom() local
2106 ConstantInt *CI; in ProcessUMulZExtIdiom() local
2124 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() local
2136 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal)) { in ProcessUMulZExtIdiom() local
[all …]
/external/clang/include/clang/Lex/
DPreprocessorLexer.h99 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/
DTailRecursionElimination.cpp299 CallInst *CI = dyn_cast<CallInst>(&I); in markTails() local
440 bool TailCallElim::CanMoveAboveCall(Instruction *I, CallInst *CI) { in CanMoveAboveCall()
478 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) { in isDynamicConstant()
513 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue()
541 CallInst *CI) { in CanTransformAccumulatorRecursion()
578 CallInst *CI = nullptr; in FindTRECandidate() local
619 bool TailCallElim::EliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, in EliminateRecursiveTailCall()
821 if (CallInst *CI = FindTRECandidate(BI, CannotTailCallElimCallsMarkedTail)){ in FoldReturnAndProcessPred() local
840 CallInst *CI = FindTRECandidate(Ret, CannotTailCallElimCallsMarkedTail); in ProcessReturningBlock() local
/external/llvm/lib/IR/
DIRBuilder.cpp57 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
DInstruction.cpp284 if (const CmpInst *CI = dyn_cast<CmpInst>(I1)) in haveSameSpecialState() local
286 if (const CallInst *CI = dyn_cast<CallInst>(I1)) in haveSameSpecialState() local
290 if (const InvokeInst *CI = dyn_cast<InvokeInst>(I1)) in haveSameSpecialState() local
442 if (const CallInst *CI = dyn_cast<CallInst>(this)) in mayThrow() local
448 if (const CallInst *CI = dyn_cast<CallInst>(this)) in mayReturn() local
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp34 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { in CreateFrontendBaseAction()
132 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction()
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { in CreateASTConsumer()
43 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp242 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/
DAMDILPeepholeOptimizer.cpp242 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/libcxx/test/containers/sequences/deque/deque.cons/
Dassign_iter_iter.pass.cpp58 typedef typename C::const_iterator CI; in testN() typedef
68 typedef typename C::const_iterator CI; in testI() typedef
81 typedef typename C::const_iterator CI; in testNI() typedef
Dassign_size_value.pass.cpp46 typedef typename C::const_iterator CI; in test() typedef
60 typedef typename C::const_iterator CI; in testN() typedef
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
Dinsert_value.pass.cpp46 typedef typename C::const_iterator CI; in test() typedef
66 typedef typename C::const_iterator CI; in testN() typedef
97 typedef typename C::const_iterator CI; in self_reference_test() typedef
Dinsert_iter_iter.pass.cpp50 typedef typename C::const_iterator CI; in test() typedef
71 typedef typename C::const_iterator CI; in testN() typedef
133 typedef typename C::const_iterator CI; in testI() typedef
154 typedef typename C::const_iterator CI; in testNI() typedef
208 typedef typename C::const_iterator CI; in test_move() typedef
Dinsert_size_value.pass.cpp46 typedef typename C::const_iterator CI; in test() typedef
66 typedef typename C::const_iterator CI; in testN() typedef
113 typedef typename C::const_iterator CI; in self_reference_test() typedef
/external/clang/lib/StaticAnalyzer/Frontend/
DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
/external/clang/include/clang/Frontend/
DFrontendAction.h73 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } in BeginInvocation()
79 virtual bool BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
/external/libcxx/test/containers/sequences/deque/deque.capacity/
Dresize_size.pass.cpp45 typedef typename C::const_iterator CI; in test() typedef
61 typedef typename C::const_iterator CI; in testN() typedef

12345678910