/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 57 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst() 60 for (auto &CI : WorkList) { in perform() local 83 Value *createOrCond(CallInst *CI, Value *Arg, CmpInst::Predicate Cmp, in createOrCond() 93 Value *createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, in createOrCond() 111 Value *createCond(CallInst *CI, Value *Arg, CmpInst::Predicate Cmp, in createCond() 118 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond() 130 bool LibCallsShrinkWrap::performCallDomainErrorOnly(CallInst *CI, in performCallDomainErrorOnly() 182 bool LibCallsShrinkWrap::performCallRangeErrorOnly(CallInst *CI, in performCallRangeErrorOnly() 220 bool LibCallsShrinkWrap::performCallErrors(CallInst *CI, in performCallErrors() 284 void LibCallsShrinkWrap::checkCandidate(CallInst &CI) { in checkCandidate() [all …]
|
H A D | SimplifyLibCalls.cpp | 117 callHasFloatingPointArgument(const CallInst * CI) callHasFloatingPointArgument() argument 123 callHasFP128Argument(const CallInst * CI) callHasFP128Argument() argument 136 convertStrToInt(CallInst * CI,StringRef & Str,Value * EndPtr,uint64_t Base,bool AsSigned,IRBuilderBase & B) convertStrToInt() argument 250 canTransformToMemCmp(CallInst * CI,Value * Str,uint64_t Len,const DataLayout & DL) canTransformToMemCmp() argument 264 annotateDereferenceableBytes(CallInst * CI,ArrayRef<unsigned> ArgNos,uint64_t DereferenceableBytes) annotateDereferenceableBytes() argument 289 annotateNonNullNoUndefBasedOnAccess(CallInst * CI,ArrayRef<unsigned> ArgNos) annotateNonNullNoUndefBasedOnAccess() argument 311 annotateNonNullAndDereferenceable(CallInst * CI,ArrayRef<unsigned> ArgNos,Value * Size,const DataLayout & DL) annotateNonNullAndDereferenceable() argument 356 optimizeStrCat(CallInst * CI,IRBuilderBase & B) optimizeStrCat() argument 398 optimizeStrNCat(CallInst * CI,IRBuilderBase & B) optimizeStrNCat() argument 444 memChrToCharCompare(CallInst * CI,Value * NBytes,IRBuilderBase & B,const DataLayout & DL) memChrToCharCompare() argument 466 optimizeStrChr(CallInst * CI,IRBuilderBase & B) optimizeStrChr() argument 528 optimizeStrRChr(CallInst * CI,IRBuilderBase & B) optimizeStrRChr() argument 552 optimizeStrCmp(CallInst * CI,IRBuilderBase & B) optimizeStrCmp() argument 617 optimizeStrNCmp(CallInst * CI,IRBuilderBase & B) optimizeStrNCmp() argument 689 optimizeStrNDup(CallInst * CI,IRBuilderBase & B) optimizeStrNDup() argument 702 optimizeStrCpy(CallInst * CI,IRBuilderBase & B) optimizeStrCpy() argument 724 optimizeStpCpy(CallInst * CI,IRBuilderBase & B) optimizeStpCpy() argument 758 optimizeStrLCpy(CallInst * CI,IRBuilderBase & B) optimizeStrLCpy() argument 837 optimizeStringNCpy(CallInst * CI,bool RetEnd,IRBuilderBase & B) optimizeStringNCpy() argument 930 optimizeStringLength(CallInst * CI,IRBuilderBase & B,unsigned CharSize,Value * Bound) optimizeStringLength() argument 1046 optimizeStrLen(CallInst * CI,IRBuilderBase & B) optimizeStrLen() argument 1053 optimizeStrNLen(CallInst * CI,IRBuilderBase & B) optimizeStrNLen() argument 1063 optimizeWcslen(CallInst * CI,IRBuilderBase & B) optimizeWcslen() argument 1073 optimizeStrPBrk(CallInst * CI,IRBuilderBase & B) optimizeStrPBrk() argument 1100 optimizeStrTo(CallInst * CI,IRBuilderBase & B) optimizeStrTo() argument 1111 optimizeStrSpn(CallInst * CI,IRBuilderBase & B) optimizeStrSpn() argument 1132 optimizeStrCSpn(CallInst * CI,IRBuilderBase & B) optimizeStrCSpn() argument 1156 optimizeStrStr(CallInst * CI,IRBuilderBase & B) optimizeStrStr() argument 1210 optimizeMemRChr(CallInst * CI,IRBuilderBase & B) optimizeMemRChr() argument 1298 optimizeMemChr(CallInst * CI,IRBuilderBase & B) optimizeMemChr() argument 1492 optimizeMemCmpVarSize(CallInst * CI,Value * LHS,Value * RHS,Value * Size,bool StrNCmp,IRBuilderBase & B,const DataLayout & DL) optimizeMemCmpVarSize() argument 1534 optimizeMemCmpConstantSize(CallInst * CI,Value * LHS,Value * RHS,uint64_t Len,IRBuilderBase & B,const DataLayout & DL) optimizeMemCmpConstantSize() argument 1581 optimizeMemCmpBCmpCommon(CallInst * CI,IRBuilderBase & B) optimizeMemCmpBCmpCommon() argument 1599 optimizeMemCmp(CallInst * CI,IRBuilderBase & B) optimizeMemCmp() argument 1618 optimizeBCmp(CallInst * CI,IRBuilderBase & B) optimizeBCmp() argument 1622 optimizeMemCpy(CallInst * CI,IRBuilderBase & B) optimizeMemCpy() argument 1635 optimizeMemCCpy(CallInst * CI,IRBuilderBase & B) optimizeMemCCpy() argument 1675 optimizeMemPCpy(CallInst * CI,IRBuilderBase & B) optimizeMemPCpy() argument 1688 optimizeMemMove(CallInst * CI,IRBuilderBase & B) optimizeMemMove() argument 1701 optimizeMemSet(CallInst * CI,IRBuilderBase & B) optimizeMemSet() argument 1714 optimizeRealloc(CallInst * CI,IRBuilderBase & B) optimizeRealloc() argument 1725 optimizeNew(CallInst * CI,IRBuilderBase & B,LibFunc & Func) optimizeNew() argument 1856 replaceUnaryCall(CallInst * CI,IRBuilderBase & B,Intrinsic::ID IID) replaceUnaryCall() argument 1886 optimizeDoubleFP(CallInst * CI,IRBuilderBase & B,bool isBinary,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeDoubleFP() argument 1946 optimizeUnaryDoubleFP(CallInst * CI,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeUnaryDoubleFP() argument 1953 optimizeBinaryDoubleFP(CallInst * CI,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeBinaryDoubleFP() argument 1960 optimizeCAbs(CallInst * CI,IRBuilderBase & B) optimizeCAbs() argument 2374 optimizeExp2(CallInst * CI,IRBuilderBase & B) optimizeExp2() argument 2421 optimizeFMinFMax(CallInst * CI,IRBuilderBase & B) optimizeFMinFMax() argument 2605 mergeSqrtToExp(CallInst * CI,IRBuilderBase & B) mergeSqrtToExp() argument 2668 optimizeSqrt(CallInst * CI,IRBuilderBase & B) optimizeSqrt() argument 2739 optimizeTrigInversionPairs(CallInst * CI,IRBuilderBase & B) optimizeTrigInversionPairs() argument 2792 isTrigLibCall(CallInst * CI) isTrigLibCall() argument 2855 optimizeSymmetricCall(CallInst * CI,bool IsEven,IRBuilderBase & B) optimizeSymmetricCall() argument 2886 optimizeSymmetric(CallInst * CI,LibFunc Func,IRBuilderBase & B) optimizeSymmetric() argument 2912 optimizeSinCosPi(CallInst * CI,bool IsSin,IRBuilderBase & B) optimizeSinCosPi() argument 2959 auto *CI = dyn_cast<CallInst>(Val); classifyArgUse() local 2996 optimizeFFS(CallInst * CI,IRBuilderBase & B) optimizeFFS() argument 3011 optimizeFls(CallInst * CI,IRBuilderBase & B) optimizeFls() argument 3023 optimizeAbs(CallInst * CI,IRBuilderBase & B) optimizeAbs() argument 3032 optimizeIsDigit(CallInst * CI,IRBuilderBase & B) optimizeIsDigit() argument 3041 optimizeIsAscii(CallInst * CI,IRBuilderBase & B) optimizeIsAscii() argument 3049 optimizeToAscii(CallInst * CI,IRBuilderBase & B) optimizeToAscii() argument 3056 optimizeAtoi(CallInst * CI,IRBuilderBase & B) optimizeAtoi() argument 3067 optimizeStrToInt(CallInst * CI,IRBuilderBase & B,bool AsSigned) optimizeStrToInt() argument 3095 optimizeErrorReporting(CallInst * CI,IRBuilderBase & B,int StreamArg) optimizeErrorReporting() argument 3114 isReportingError(Function * Callee,CallInst * CI,int StreamArg) isReportingError() argument 3135 optimizePrintFString(CallInst * CI,IRBuilderBase & B) optimizePrintFString() argument 3213 optimizePrintF(CallInst * CI,IRBuilderBase & B) optimizePrintF() argument 3251 optimizeSPrintFString(CallInst * CI,IRBuilderBase & B) optimizeSPrintFString() argument 3335 optimizeSPrintF(CallInst * CI,IRBuilderBase & B) optimizeSPrintF() argument 3377 emitSnPrintfMemCpy(CallInst * CI,Value * StrArg,StringRef Str,uint64_t N,IRBuilderBase & B) emitSnPrintfMemCpy() argument 3426 optimizeSnPrintFString(CallInst * CI,IRBuilderBase & B) optimizeSnPrintFString() argument 3496 optimizeSnPrintF(CallInst * CI,IRBuilderBase & B) optimizeSnPrintF() argument 3506 optimizeFPrintFString(CallInst * CI,IRBuilderBase & B) optimizeFPrintFString() argument 3561 optimizeFPrintF(CallInst * CI,IRBuilderBase & B) optimizeFPrintF() argument 3597 optimizeFWrite(CallInst * CI,IRBuilderBase & B) optimizeFWrite() argument 3624 optimizeFPuts(CallInst * CI,IRBuilderBase & B) optimizeFPuts() argument 3654 optimizePuts(CallInst * CI,IRBuilderBase & B) optimizePuts() argument 3672 optimizeBCopy(CallInst * CI,IRBuilderBase & B) optimizeBCopy() argument 3685 optimizeStringMemoryLibCall(CallInst * CI,IRBuilderBase & Builder) optimizeStringMemoryLibCall() argument 3790 optimizeFloatingPointLibCall(CallInst * CI,LibFunc Func,IRBuilderBase & Builder) optimizeFloatingPointLibCall() argument 3905 optimizeCall(CallInst * CI,IRBuilderBase & Builder) optimizeCall() argument 4084 isFortifiedCallFoldable(CallInst * CI,unsigned ObjSizeOp,std::optional<unsigned> SizeOp,std::optional<unsigned> StrOp,std::optional<unsigned> FlagOp) isFortifiedCallFoldable() argument 4124 optimizeMemCpyChk(CallInst * CI,IRBuilderBase & B) optimizeMemCpyChk() argument 4136 optimizeMemMoveChk(CallInst * CI,IRBuilderBase & B) optimizeMemMoveChk() argument 4148 optimizeMemSetChk(CallInst * CI,IRBuilderBase & B) optimizeMemSetChk() argument 4160 optimizeMemPCpyChk(CallInst * CI,IRBuilderBase & B) optimizeMemPCpyChk() argument 4171 optimizeStrpCpyChk(CallInst * CI,IRBuilderBase & B,LibFunc Func) optimizeStrpCpyChk() argument 4218 optimizeStrLenChk(CallInst * CI,IRBuilderBase & B) optimizeStrLenChk() argument 4226 optimizeStrpNCpyChk(CallInst * CI,IRBuilderBase & B,LibFunc Func) optimizeStrpNCpyChk() argument 4243 optimizeMemCCpyChk(CallInst * CI,IRBuilderBase & B) optimizeMemCCpyChk() argument 4253 optimizeSNPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeSNPrintfChk() argument 4265 optimizeSPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeSPrintfChk() argument 4277 optimizeStrCatChk(CallInst * CI,IRBuilderBase & B) optimizeStrCatChk() argument 4286 optimizeStrLCat(CallInst * CI,IRBuilderBase & B) optimizeStrLCat() argument 4296 optimizeStrNCatChk(CallInst * CI,IRBuilderBase & B) optimizeStrNCatChk() argument 4306 optimizeStrLCpyChk(CallInst * CI,IRBuilderBase & B) optimizeStrLCpyChk() argument 4316 optimizeVSNPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeVSNPrintfChk() argument 4326 optimizeVSPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeVSPrintfChk() argument 4336 optimizeCall(CallInst * CI,IRBuilderBase & Builder) optimizeCall() argument [all...] |
H A D | EscapeEnumerator.cpp | 44 if (CallInst *CI = CurBB->getTerminatingMustTailCall()) in Next() local 63 if (CallInst *CI = dyn_cast<CallInst>(&II)) in Next() local 92 CallInst *CI = cast<CallInst>(Calls[--I]); in Next() local
|
/llvm-project/clang/examples/PluginsOrder/ |
H A D | PluginsOrder.cpp | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 30 bool ParseArgs(const CompilerInstance &CI, in ParseArgs() 49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 54 bool ParseArgs(const CompilerInstance &CI, in ParseArgs() 73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 78 bool ParseArgs(const CompilerInstance &CI, in ParseArgs() 97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 102 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() argument 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() argument 164 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 187 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 196 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 205 CompilerInstance &CI; global() member in RewriteIncludesAction::RewriteImportsListener 211 RewriteImportsListener(CompilerInstance & CI,std::shared_ptr<raw_ostream> Out) RewriteImportsListener() argument 271 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 306 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 42 GetCodeCompletionConsumer(CompilerInstance & CI) GetCodeCompletionConsumer() argument 47 EnsureSemaIsCreated(CompilerInstance & CI,FrontendAction & Action) EnsureSemaIsCreated() argument 63 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 86 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 96 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 104 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 113 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 118 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 123 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 152 ComputeASTConsumerArguments(CompilerInstance & CI,std::string & Sysroot) ComputeASTConsumerArguments() argument 164 CreateOutputFile(CompilerInstance & CI,StringRef InFile,std::string & OutputFile) CreateOutputFile() argument 182 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 188 CreateMultiplexConsumer(CompilerInstance & CI,StringRef InFile) CreateMultiplexConsumer() argument 217 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 233 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 243 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 266 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 273 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 292 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 298 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 305 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 315 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 324 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 329 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 335 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 340 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 579 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 584 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 812 BeginInvocation(CompilerInstance & CI) BeginInvocation() argument 846 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1014 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1107 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1117 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1165 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1196 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local [all...] |
H A D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
|
H A D | FrontendAction.cpp | 158 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule() local 164 FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer() argument 252 ReadOriginalFileName(CompilerInstance & CI,std::string & InputFile,bool IsModuleMap=false) ReadOriginalFileName() argument 446 loadModuleMapForModuleBuild(CompilerInstance & CI,bool IsSystem,bool IsPreprocessed,std::string & PresumedModuleMapFile,unsigned & Offset) loadModuleMapForModuleBuild() argument 489 prepareToBuildModule(CompilerInstance & CI,StringRef ModuleMapFilename) prepareToBuildModule() argument 561 getInputBufferForModule(CompilerInstance & CI,Module * M) getInputBufferForModule() argument 586 BeginSourceFile(CompilerInstance & CI,const FrontendInputFile & RealInput) BeginSourceFile() argument 1072 CompilerInstance &CI = getCompilerInstance(); Execute() local 1101 CompilerInstance &CI = getCompilerInstance(); EndSourceFile() local 1170 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1199 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 1204 PrepareToExecuteAction(CompilerInstance & CI) PrepareToExecuteAction() argument 1208 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 1212 BeginInvocation(CompilerInstance & CI) BeginInvocation() argument 1215 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument [all...] |
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMTActions.cpp | 16 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 39 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
|
/llvm-project/clang/unittests/Interpreter/ |
H A D | IncrementalCompilerBuilderTest.cpp | 23 static void cleanupRemappedFileBuffers(CompilerInstance &CI) { in cleanupRemappedFileBuffers() 34 auto CI = cantFail(CB.CreateCpp()); in TEST() local 42 auto CI = cantFail(CB.CreateCpp()); in TEST() local
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 39 static inline void EraseInstruction(Instruction *CI) { in EraseInstruction() 126 if (auto *CI = dyn_cast<CallInst>(I)) in contains() local 132 void eraseInst(CallInst *CI) { in eraseInst() 137 if (auto *CI = dyn_cast<CallInst>(U)) in eraseInst() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CallPromotionUtilsTest.cpp | 80 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 110 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 137 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 172 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 214 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 256 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 315 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 383 auto *CI = dyn_cast<CallInst>(Inst); TEST() local 430 CallInst *CI = dyn_cast<CallInst>(&*std::next(F->front().rbegin())); TEST() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | FrontendActions.cpp | 16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
|
H A D | AnalyzerHelpFlags.cpp | 28 void ento::printCheckerHelp(raw_ostream &out, CompilerInstance &CI) { in printCheckerHelp() 40 void ento::printEnabledCheckerList(raw_ostream &out, CompilerInstance &CI) { in printEnabledCheckerList() 50 void ento::printCheckerConfigList(raw_ostream &out, CompilerInstance &CI) { in printCheckerConfigList()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerWidenableCondition.cpp | 40 ToLower.push_back(CI); in lowerWidenableCondition() local 47 CI->eraseFromParent(); in lowerWidenableCondition() local
|
H A D | LowerGuardIntrinsic.cpp | 40 if (auto *CI = dyn_cast<CallInst>(U)) lowerGuardIntrinsic() local 51 for (auto *CI : ToLower) { lowerGuardIntrinsic() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendAction.h | 55 PrepareToExecuteAction(CompilerInstance & CI) PrepareToExecuteAction() argument 79 BeginInvocation(CompilerInstance & CI) BeginInvocation() argument 85 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 207 PrepareToExecute(CompilerInstance & CI) PrepareToExecute() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | TypeMetadataUtils.cpp | 27 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset() argument 41 findCallsAtConstantOffset(DevirtCalls, HasNonCallUses, User, Offset, CI, in findCallsAtConstantOffset() local 54 findLoadCallsAtConstantOffset(const Module * M,SmallVectorImpl<DevirtCallSite> & DevirtCalls,Value * VPtr,int64_t Offset,const CallInst * CI,DominatorTree & DT) findLoadCallsAtConstantOffset() argument 84 findDevirtualizableCallsForTypeTest(SmallVectorImpl<DevirtCallSite> & DevirtCalls,SmallVectorImpl<CallInst * > & Assumes,const CallInst * CI,DominatorTree & DT) findDevirtualizableCallsForTypeTest() argument 108 findDevirtualizableCallsForTypeCheckedLoad(SmallVectorImpl<DevirtCallSite> & DevirtCalls,SmallVectorImpl<Instruction * > & LoadedPtrs,SmallVectorImpl<Instruction * > & Preds,bool & HasNonCallUses,const CallInst * CI,DominatorTree & DT) findDevirtualizableCallsForTypeCheckedLoad() argument 179 if (auto *CI = dyn_cast<ConstantInt>(I)) { getPointerAtOffset() local [all...] |
/llvm-project/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 220 BuildASTContext(CompilerInstance & CI,SelectorTable & ST,Builtin::Context & BC) BuildASTContext() argument 229 BuildCodeGen(CompilerInstance & CI,llvm::LLVMContext & LLVMCtx) BuildCodeGen() argument 251 std::unique_ptr<CompilerInstance> CI; global() member 267 AddExternalSource(CIAndOrigins & CI,llvm::MutableArrayRef<CIAndOrigins> Imports) AddExternalSource() argument 280 BuildIndirect(CIAndOrigins & CI) BuildIndirect() argument 291 ParseSource(const std::string & Path,CompilerInstance & CI,ASTConsumer & Consumer) ParseSource() argument 308 CIAndOrigins CI{init_convenience::BuildCompilerInstance()}; Parse() local 346 Forget(CIAndOrigins & CI,llvm::MutableArrayRef<CIAndOrigins> Imports) Forget() argument [all...] |
/llvm-project/llvm/unittests/Transforms/Coroutines/ |
H A D | ExtraRematTest.cpp | 50 if (CallInst *CI = dyn_cast<CallInst>(&I)) getCallByName() local 127 if (auto *CI = dyn_cast<CallInst>(&I)) { ExtraMaterializable() local 156 CallInst *CI = getCallByName(Resume1, "should.remat"); TEST_F() local 181 CallInst *CI = getCallByName(Resume1, "should.remat"); TEST_F() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Compiler.cpp | 46 void disableUnsupportedOptions(CompilerInvocation &CI) { in disableUnsupportedOptions() argument 116 std::unique_ptr<CompilerInvocation> CI = createInvocation(ArgStrs, CIOpts); buildCompilerInvocation() local 129 prepareCompilerInstance(std::unique_ptr<clang::CompilerInvocation> CI,const PrecompiledPreamble * Preamble,std::unique_ptr<llvm::MemoryBuffer> Buffer,llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,DiagnosticConsumer & DiagsClient) prepareCompilerInstance() argument [all...] |
/llvm-project/clang/unittests/Sema/ |
H A D | SemaLookupTest.cpp | 18 CreateASTConsumer(CompilerInstance &CI, StringRef /*Unused*/) override { in CreateASTConsumer() 23 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorLexer.h | 95 PPConditionalInfo CI; in pushConditionalLevel() local 102 void pushConditionalLevel(const PPConditionalInfo &CI) { in pushConditionalLevel() 109 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel()
|
/llvm-project/clang/unittests/Frontend/ |
H A D | UtilsTest.cpp | 34 std::unique_ptr<CompilerInvocation> CI = createInvocation(Args, Opts); in TEST() local 55 std::unique_ptr<CompilerInvocation> CI = createInvocation(Args, CIOpts); in TEST() local [all...] |
/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 40 CreateFrontendBaseAction(CompilerInstance & CI) CreateFrontendBaseAction() argument 144 CreateFrontendAction(CompilerInstance & CI) CreateFrontendAction() argument [all...] |