/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 57 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst() argument 60 for (auto &CI : WorkList) { in perform() local 83 createOrCond(CallInst * CI,Value * Arg,CmpInst::Predicate Cmp,float Val,Value * Arg2,CmpInst::Predicate Cmp2,float Val2) createOrCond() argument 93 createOrCond(CallInst * CI,CmpInst::Predicate Cmp,float Val,CmpInst::Predicate Cmp2,float Val2) createOrCond() argument 111 createCond(CallInst * CI,Value * Arg,CmpInst::Predicate Cmp,float Val) createCond() argument 118 createCond(CallInst * CI,CmpInst::Predicate Cmp,float Val) createCond() argument 130 performCallDomainErrorOnly(CallInst * CI,const LibFunc & Func) performCallDomainErrorOnly() argument 182 performCallRangeErrorOnly(CallInst * CI,const LibFunc & Func) performCallRangeErrorOnly() argument 220 performCallErrors(CallInst * CI,const LibFunc & Func) performCallErrors() argument 284 checkCandidate(CallInst & CI) checkCandidate() argument 313 generateOneRangeCond(CallInst * CI,const LibFunc & Func) generateOneRangeCond() argument 335 generateTwoRangeCond(CallInst * CI,const LibFunc & Func) generateTwoRangeCond() argument 414 generateCondForPow(CallInst * CI,const LibFunc & Func) generateCondForPow() argument 467 shrinkWrapCI(CallInst * CI,Value * Cond) shrinkWrapCI() argument 487 perform(CallInst * CI) perform() argument [all...] |
H A D | SimplifyLibCalls.cpp | 109 callHasFloatingPointArgument(const CallInst * CI) callHasFloatingPointArgument() argument 115 callHasFP128Argument(const CallInst * CI) callHasFP128Argument() argument 128 convertStrToInt(CallInst * CI,StringRef & Str,Value * EndPtr,uint64_t Base,bool AsSigned,IRBuilderBase & B) convertStrToInt() argument 242 canTransformToMemCmp(CallInst * CI,Value * Str,uint64_t Len,const DataLayout & DL) canTransformToMemCmp() argument 256 annotateDereferenceableBytes(CallInst * CI,ArrayRef<unsigned> ArgNos,uint64_t DereferenceableBytes) annotateDereferenceableBytes() argument 281 annotateNonNullNoUndefBasedOnAccess(CallInst * CI,ArrayRef<unsigned> ArgNos) annotateNonNullNoUndefBasedOnAccess() argument 303 annotateNonNullAndDereferenceable(CallInst * CI,ArrayRef<unsigned> ArgNos,Value * Size,const DataLayout & DL) annotateNonNullAndDereferenceable() argument 348 optimizeStrCat(CallInst * CI,IRBuilderBase & B) optimizeStrCat() argument 390 optimizeStrNCat(CallInst * CI,IRBuilderBase & B) optimizeStrNCat() argument 436 memChrToCharCompare(CallInst * CI,Value * NBytes,IRBuilderBase & B,const DataLayout & DL) memChrToCharCompare() argument 458 optimizeStrChr(CallInst * CI,IRBuilderBase & B) optimizeStrChr() argument 520 optimizeStrRChr(CallInst * CI,IRBuilderBase & B) optimizeStrRChr() argument 544 optimizeStrCmp(CallInst * CI,IRBuilderBase & B) optimizeStrCmp() argument 609 optimizeStrNCmp(CallInst * CI,IRBuilderBase & B) optimizeStrNCmp() argument 681 optimizeStrNDup(CallInst * CI,IRBuilderBase & B) optimizeStrNDup() argument 694 optimizeStrCpy(CallInst * CI,IRBuilderBase & B) optimizeStrCpy() argument 716 optimizeStpCpy(CallInst * CI,IRBuilderBase & B) optimizeStpCpy() argument 750 optimizeStrLCpy(CallInst * CI,IRBuilderBase & B) optimizeStrLCpy() argument 829 optimizeStringNCpy(CallInst * CI,bool RetEnd,IRBuilderBase & B) optimizeStringNCpy() argument 922 optimizeStringLength(CallInst * CI,IRBuilderBase & B,unsigned CharSize,Value * Bound) optimizeStringLength() argument 1038 optimizeStrLen(CallInst * CI,IRBuilderBase & B) optimizeStrLen() argument 1045 optimizeStrNLen(CallInst * CI,IRBuilderBase & B) optimizeStrNLen() argument 1055 optimizeWcslen(CallInst * CI,IRBuilderBase & B) optimizeWcslen() argument 1065 optimizeStrPBrk(CallInst * CI,IRBuilderBase & B) optimizeStrPBrk() argument 1092 optimizeStrTo(CallInst * CI,IRBuilderBase & B) optimizeStrTo() argument 1103 optimizeStrSpn(CallInst * CI,IRBuilderBase & B) optimizeStrSpn() argument 1124 optimizeStrCSpn(CallInst * CI,IRBuilderBase & B) optimizeStrCSpn() argument 1148 optimizeStrStr(CallInst * CI,IRBuilderBase & B) optimizeStrStr() argument 1202 optimizeMemRChr(CallInst * CI,IRBuilderBase & B) optimizeMemRChr() argument 1290 optimizeMemChr(CallInst * CI,IRBuilderBase & B) optimizeMemChr() argument 1484 optimizeMemCmpVarSize(CallInst * CI,Value * LHS,Value * RHS,Value * Size,bool StrNCmp,IRBuilderBase & B,const DataLayout & DL) optimizeMemCmpVarSize() argument 1526 optimizeMemCmpConstantSize(CallInst * CI,Value * LHS,Value * RHS,uint64_t Len,IRBuilderBase & B,const DataLayout & DL) optimizeMemCmpConstantSize() argument 1573 optimizeMemCmpBCmpCommon(CallInst * CI,IRBuilderBase & B) optimizeMemCmpBCmpCommon() argument 1591 optimizeMemCmp(CallInst * CI,IRBuilderBase & B) optimizeMemCmp() argument 1610 optimizeBCmp(CallInst * CI,IRBuilderBase & B) optimizeBCmp() argument 1614 optimizeMemCpy(CallInst * CI,IRBuilderBase & B) optimizeMemCpy() argument 1627 optimizeMemCCpy(CallInst * CI,IRBuilderBase & B) optimizeMemCCpy() argument 1667 optimizeMemPCpy(CallInst * CI,IRBuilderBase & B) optimizeMemPCpy() argument 1680 optimizeMemMove(CallInst * CI,IRBuilderBase & B) optimizeMemMove() argument 1693 optimizeMemSet(CallInst * CI,IRBuilderBase & B) optimizeMemSet() argument 1706 optimizeRealloc(CallInst * CI,IRBuilderBase & B) optimizeRealloc() argument 1717 optimizeNew(CallInst * CI,IRBuilderBase & B,LibFunc & Func) optimizeNew() argument 1771 replaceUnaryCall(CallInst * CI,IRBuilderBase & B,Intrinsic::ID IID) replaceUnaryCall() argument 1808 optimizeDoubleFP(CallInst * CI,IRBuilderBase & B,bool isBinary,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeDoubleFP() argument 1868 optimizeUnaryDoubleFP(CallInst * CI,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeUnaryDoubleFP() argument 1875 optimizeBinaryDoubleFP(CallInst * CI,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool isPrecise=false) optimizeBinaryDoubleFP() argument 1882 optimizeCAbs(CallInst * CI,IRBuilderBase & B) optimizeCAbs() argument 2322 optimizeExp2(CallInst * CI,IRBuilderBase & B) optimizeExp2() argument 2355 optimizeFMinFMax(CallInst * CI,IRBuilderBase & B) optimizeFMinFMax() argument 2541 optimizeSqrt(CallInst * CI,IRBuilderBase & B) optimizeSqrt() argument 2611 optimizeTan(CallInst * CI,IRBuilderBase & B) optimizeTan() argument 2642 isTrigLibCall(CallInst * CI) isTrigLibCall() argument 2705 optimizeSinCosPi(CallInst * CI,bool IsSin,IRBuilderBase & B) optimizeSinCosPi() argument 2752 auto *CI = dyn_cast<CallInst>(Val); classifyArgUse() local 2789 optimizeFFS(CallInst * CI,IRBuilderBase & B) optimizeFFS() argument 2805 optimizeFls(CallInst * CI,IRBuilderBase & B) optimizeFls() argument 2818 optimizeAbs(CallInst * CI,IRBuilderBase & B) optimizeAbs() argument 2827 optimizeIsDigit(CallInst * CI,IRBuilderBase & B) optimizeIsDigit() argument 2836 optimizeIsAscii(CallInst * CI,IRBuilderBase & B) optimizeIsAscii() argument 2844 optimizeToAscii(CallInst * CI,IRBuilderBase & B) optimizeToAscii() argument 2851 optimizeAtoi(CallInst * CI,IRBuilderBase & B) optimizeAtoi() argument 2862 optimizeStrToInt(CallInst * CI,IRBuilderBase & B,bool AsSigned) optimizeStrToInt() argument 2890 optimizeErrorReporting(CallInst * CI,IRBuilderBase & B,int StreamArg) optimizeErrorReporting() argument 2909 isReportingError(Function * Callee,CallInst * CI,int StreamArg) isReportingError() argument 2930 optimizePrintFString(CallInst * CI,IRBuilderBase & B) optimizePrintFString() argument 3008 optimizePrintF(CallInst * CI,IRBuilderBase & B) optimizePrintF() argument 3046 optimizeSPrintFString(CallInst * CI,IRBuilderBase & B) optimizeSPrintFString() argument 3130 optimizeSPrintF(CallInst * CI,IRBuilderBase & B) optimizeSPrintF() argument 3172 emitSnPrintfMemCpy(CallInst * CI,Value * StrArg,StringRef Str,uint64_t N,IRBuilderBase & B) emitSnPrintfMemCpy() argument 3221 optimizeSnPrintFString(CallInst * CI,IRBuilderBase & B) optimizeSnPrintFString() argument 3291 optimizeSnPrintF(CallInst * CI,IRBuilderBase & B) optimizeSnPrintF() argument 3301 optimizeFPrintFString(CallInst * CI,IRBuilderBase & B) optimizeFPrintFString() argument 3356 optimizeFPrintF(CallInst * CI,IRBuilderBase & B) optimizeFPrintF() argument 3392 optimizeFWrite(CallInst * CI,IRBuilderBase & B) optimizeFWrite() argument 3419 optimizeFPuts(CallInst * CI,IRBuilderBase & B) optimizeFPuts() argument 3449 optimizePuts(CallInst * CI,IRBuilderBase & B) optimizePuts() argument 3467 optimizeBCopy(CallInst * CI,IRBuilderBase & B) optimizeBCopy() argument 3480 optimizeStringMemoryLibCall(CallInst * CI,IRBuilderBase & Builder) optimizeStringMemoryLibCall() argument 3577 optimizeFloatingPointLibCall(CallInst * CI,LibFunc Func,IRBuilderBase & Builder) optimizeFloatingPointLibCall() argument 3684 optimizeCall(CallInst * CI,IRBuilderBase & Builder) optimizeCall() argument 3863 isFortifiedCallFoldable(CallInst * CI,unsigned ObjSizeOp,std::optional<unsigned> SizeOp,std::optional<unsigned> StrOp,std::optional<unsigned> FlagOp) isFortifiedCallFoldable() argument 3903 optimizeMemCpyChk(CallInst * CI,IRBuilderBase & B) optimizeMemCpyChk() argument 3915 optimizeMemMoveChk(CallInst * CI,IRBuilderBase & B) optimizeMemMoveChk() argument 3927 optimizeMemSetChk(CallInst * CI,IRBuilderBase & B) optimizeMemSetChk() argument 3939 optimizeMemPCpyChk(CallInst * CI,IRBuilderBase & B) optimizeMemPCpyChk() argument 3950 optimizeStrpCpyChk(CallInst * CI,IRBuilderBase & B,LibFunc Func) optimizeStrpCpyChk() argument 3997 optimizeStrLenChk(CallInst * CI,IRBuilderBase & B) optimizeStrLenChk() argument 4005 optimizeStrpNCpyChk(CallInst * CI,IRBuilderBase & B,LibFunc Func) optimizeStrpNCpyChk() argument 4022 optimizeMemCCpyChk(CallInst * CI,IRBuilderBase & B) optimizeMemCCpyChk() argument 4032 optimizeSNPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeSNPrintfChk() argument 4044 optimizeSPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeSPrintfChk() argument 4056 optimizeStrCatChk(CallInst * CI,IRBuilderBase & B) optimizeStrCatChk() argument 4065 optimizeStrLCat(CallInst * CI,IRBuilderBase & B) optimizeStrLCat() argument 4075 optimizeStrNCatChk(CallInst * CI,IRBuilderBase & B) optimizeStrNCatChk() argument 4085 optimizeStrLCpyChk(CallInst * CI,IRBuilderBase & B) optimizeStrLCpyChk() argument 4095 optimizeVSNPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeVSNPrintfChk() argument 4105 optimizeVSPrintfChk(CallInst * CI,IRBuilderBase & B) optimizeVSPrintfChk() argument 4115 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
|
H A D | InjectTLIMappings.cpp | 41 static void addVariantDeclaration(CallInst &CI, const ElementCount &VF, in addVariantDeclaration() 73 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { in addMappingsFromTLI() 127 if (auto CI = dyn_cast<CallInst>(&I)) in runImpl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 187 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 196 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local 205 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener 211 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener() 271 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 42 CodeCompleteConsumer *GetCodeCompletionConsumer(CompilerInstance &CI) { in GetCodeCompletionConsumer() argument 47 void EnsureSemaIsCreated(CompilerInstance &CI, FrontendAction &Action) { in EnsureSemaIsCreated() argument 63 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRe 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 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 222 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 232 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 255 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 262 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 272 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 277 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument 287 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 296 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 301 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 307 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 312 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 549 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 554 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 782 BeginInvocation(CompilerInstance & CI) BeginInvocation() argument 816 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 986 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1078 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1088 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1136 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1167 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local [all...] |
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 555 getInputBufferForModule(CompilerInstance & CI,Module * M) getInputBufferForModule() argument 580 BeginSourceFile(CompilerInstance & CI,const FrontendInputFile & RealInput) BeginSourceFile() argument 1063 CompilerInstance &CI = getCompilerInstance(); Execute() local 1092 CompilerInstance &CI = getCompilerInstance(); EndSourceFile() local 1161 CompilerInstance &CI = getCompilerInstance(); ExecuteAction() local 1190 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 1195 PrepareToExecuteAction(CompilerInstance & CI) PrepareToExecuteAction() argument 1199 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 1203 BeginInvocation(CompilerInstance & CI) BeginInvocation() argument 1206 BeginSourceFileAction(CompilerInstance & CI) BeginSourceFileAction() argument [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
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 39 static inline void EraseInstruction(Instruction *CI) { in EraseInstruction() argument 125 if (auto *CI = dyn_cast<CallInst>(I)) contains() local 131 eraseInst(CallInst * CI) eraseInst() argument 136 if (auto *CI = dyn_cast<CallInst>(U)) eraseInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeMetadataUtils.cpp | 27 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset() argument 41 } else if (auto *CI = dyn_cast<CallInst>(User)) { in findCallsAtConstantOffset() local 54 int64_t Offset, const CallInst *CI, DominatorTree &DT) { in findLoadCallsAtConstantOffset() argument 76 findDevirtualizableCallsForTypeTest(SmallVectorImpl<DevirtCallSite> & DevirtCalls,SmallVectorImpl<CallInst * > & Assumes,const CallInst * CI,DominatorTree & DT) findDevirtualizableCallsForTypeTest() argument 100 findDevirtualizableCallsForTypeCheckedLoad(SmallVectorImpl<DevirtCallSite> & DevirtCalls,SmallVectorImpl<Instruction * > & LoadedPtrs,SmallVectorImpl<Instruction * > & Preds,bool & HasNonCallUses,const CallInst * CI,DominatorTree & DT) findDevirtualizableCallsForTypeCheckedLoad() argument 165 if (auto *CI = dyn_cast<ConstantInt>(I)) { getPointerAtOffset() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendAction.h | 55 virtual bool PrepareToExecuteAction(CompilerInstance &CI) { return true; } in PrepareToExecuteAction() 79 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } in BeginInvocation() 85 virtual bool BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 207 bool PrepareToExecute(CompilerInstance &CI) { in PrepareToExecute()
|
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerWidenableCondition.cpp | 40 if (auto *CI = dyn_cast<CallInst>(U)) in lowerWidenableCondition() local 47 for (auto *CI : ToLower) { in lowerWidenableCondition() local
|
H A D | LowerGuardIntrinsic.cpp | 40 if (auto *CI = dyn_cast<CallInst>(U)) in lowerGuardIntrinsic() local 51 for (auto *CI : ToLower) { in lowerGuardIntrinsic() local
|
H A D | TailRecursionElimination.cpp | 238 CallInst *CI = dyn_cast<CallInst>(&I); in markTails() local 331 canMoveAboveCall(Instruction * I,CallInst * CI,AliasAnalysis * AA) canMoveAboveCall() argument 368 canTransformAccumulatorRecursion(Instruction * I,CallInst * CI) canTransformAccumulatorRecursion() argument 469 CallInst *CI = nullptr; findTRECandidate() local 507 createTailRecurseLoopHeader(CallInst * CI) createTailRecurseLoopHeader() argument 591 copyByValueOperandIntoLocalTemp(CallInst * CI,int OpndIdx) copyByValueOperandIntoLocalTemp() argument 619 copyLocalTempOfByValueOperandIntoArguments(CallInst * CI,int OpndIdx) copyLocalTempOfByValueOperandIntoArguments() argument 637 eliminateCall(CallInst * CI) eliminateCall() argument 826 CallInst *CI = findTRECandidate(&BB); processBlock() local 847 CallInst *CI = findTRECandidate(&BB); processBlock() local [all...] |
H A D | LowerExpectIntrinsic.cpp | 56 getBranchWeight(Intrinsic::ID IntrinsicID, CallInst *CI, int BranchCount) { in getBranchWeight() argument 77 CallInst *CI = dyn_cast<CallInst>(SI.getCondition()); in handleSwitchExpect() local 216 ConstantInt *CI in handlePhiDef() local 285 CallInst *CI; handleBrSelExpect() local 379 CallInst *CI = dyn_cast<CallInst>(&Inst); lowerExpectIntrinsic() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 27 if (const auto *CI = std::get_if<CowCompilerInvocation>(&BuildInfo)) in getBuildArguments() local 87 addOutputPaths(CowCompilerInvocation & CI,ModuleDeps & Deps) addOutputPaths() argument 113 makeCommonInvocationForModuleBuild(CompilerInvocation CI) makeCommonInvocationForModuleBuild() argument 169 CowCompilerInvocation CI = CommonInvocation; getInvocationAdjustedForModuleBuildWithoutOutputs() local 243 addModuleMapFiles(CompilerInvocation & CI,ArrayRef<ModuleID> ClangModuleDeps) const addModuleMapFiles() argument 255 addModuleFiles(CompilerInvocation & CI,ArrayRef<ModuleID> ClangModuleDeps) const addModuleFiles() argument 268 addModuleFiles(CowCompilerInvocation & CI,ArrayRef<ModuleID> ClangModuleDeps) const addModuleFiles() argument 291 applyDiscoveredDependencies(CompilerInvocation & CI) applyDiscoveredDependencies() argument 320 getModuleContextHash(const ModuleDeps & MD,const CowCompilerInvocation & CI,bool EagerLoadModules,llvm::vfs::FileSystem & VFS) getModuleContextHash() argument 364 associateWithContextHash(const CowCompilerInvocation & CI,ModuleDeps & Deps) associateWithContextHash() argument 558 CowCompilerInvocation CI = handleTopLevelModule() local 691 makeAbsoluteAndPreferred(CompilerInstance & CI,StringRef Path,SmallVectorImpl<char> & Storage) makeAbsoluteAndPreferred() argument [all...] |
/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 57 getRelativeIncludeName(const CompilerInstance & CI,StringRef File,bool * IsQuoted=nullptr) getRelativeIncludeName() argument 171 getRelativeIncludeName(const CompilerInstance & CI,FileEntryRef FE,bool * IsQuoted=nullptr) getRelativeIncludeName() argument 224 const CompilerInstance &CI; global() member 391 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument 402 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 442 PrepareToExecuteAction(CompilerInstance & CI) PrepareToExecuteAction() argument 502 CreateASTConsumer(CompilerInstance & CI,StringRef InFile) CreateASTConsumer() argument 561 CreateOutputFile(CompilerInstance & CI,StringRef InFile) CreateOutputFile() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 78 auto *CI = dyn_cast<CallInst>(&I); replaceWithTLIFunction() local 115 auto *CI = dyn_cast<CallInst>(&I); replaceWithCallToVeclib() local 214 if (auto *CI = dyn_cast<CallInst>(I)) isSupportedInstruction() local 236 for (auto *CI : ReplacedCalls) runImpl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 40 CreateFrontendBaseAction(CompilerInstance &CI) { in CreateFrontendBaseAction() argument 140 CreateFrontendAction(CompilerInstance & CI) CreateFrontendAction() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLowerMASSVEntries.cpp | 105 handlePowSpecialCases(CallInst * CI,Function & Func,Module & M) handlePowSpecialCases() argument 134 lowerMASSVCall(CallInst * CI,Function & Func,Module & M,const PPCSubtarget * Subtarget) lowerMASSVCall() argument 176 auto *CI = dyn_cast<CallInst>(User); runOnModule() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 609 getCommonInstClass(const CombineInfo & CI,const CombineInfo & Paired) getCommonInstClass() argument 860 combineKnownAdjacentMMOs(const CombineInfo & CI,const CombineInfo & Paired) combineKnownAdjacentMMOs() argument 881 dmasksCanBeCombined(const CombineInfo & CI,const SIInstrInfo & TII,const CombineInfo & Paired) dmasksCanBeCombined() argument 956 offsetsCanBeCombined(CombineInfo & CI,const GCNSubtarget & STI,CombineInfo & Paired,bool Modify) offsetsCanBeCombined() argument 1081 widthsFit(const GCNSubtarget & STM,const CombineInfo & CI,const CombineInfo & Paired) widthsFit() argument 1126 checkAndPrepareMerge(CombineInfo & CI,CombineInfo & Paired) checkAndPrepareMerge() argument 1193 mergeRead2Pair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeRead2Pair() argument 1290 mergeWrite2Pair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeWrite2Pair() argument 1356 mergeImagePair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeImagePair() argument 1405 mergeSMemLoadImmPair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeSMemLoadImmPair() argument 1451 mergeBufferLoadPair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeBufferLoadPair() argument 1506 mergeTBufferLoadPair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeTBufferLoadPair() argument 1565 mergeTBufferStorePair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeTBufferStorePair() argument 1620 mergeFlatLoadPair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeFlatLoadPair() argument 1663 mergeFlatStorePair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeFlatStorePair() argument 1704 getNewOpcode(const CombineInfo & CI,const CombineInfo & Paired) getNewOpcode() argument 1834 getSubRegIdxs(const CombineInfo & CI,const CombineInfo & Paired) getSubRegIdxs() argument 1867 getTargetRegisterClass(const CombineInfo & CI,const CombineInfo & Paired) getTargetRegisterClass() argument 1894 mergeBufferStorePair(CombineInfo & CI,CombineInfo & Paired,MachineBasicBlock::iterator InsertBefore) mergeBufferStorePair() argument 2258 addInstToMergeableList(const CombineInfo & CI,std::list<std::list<CombineInfo>> & MergeableInsts) const addInstToMergeableList() argument 2311 CombineInfo CI; collectMergeableInsts() local 2415 CombineInfo &CI = *First; optimizeInstsWithSameBaseAddr() local [all...] |