Searched defs:CI (Results 1 - 25 of 245) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { argument
24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, argument
H A DModelInjector.h57 CompilerInstance &CI; member in class:clang::ento::ModelInjector
H A DAnalyzerHelpFlags.cpp28 void ento::printCheckerHelp(raw_ostream &out, CompilerInstance &CI) { argument
40 void ento::printEnabledCheckerList(raw_ostream &out, CompilerInstance &CI) { argument
50 printCheckerConfigList(raw_ostream &out, CompilerInstance &CI) argument
[all...]
H A DModelInjector.cpp29 ModelInjector::ModelInjector(CompilerInstance &CI) : CI(CI) {} argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMTActions.cpp16 bool CheckAction::BeginInvocation(CompilerInstance &CI) { argument
30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { argument
39 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h29 MachineCycleInfo CI; member in class:llvm::MachineCycleInfoWrapperPass
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp103 auto &CI = *cast<CallInst>(R->getUnderlyingInstr()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DCycleAnalysis.cpp21 CycleInfo CI; local
H A DAssumeBundleQueries.cpp83 auto *CI = dyn_cast<ConstantInt>( local
H A DObjCARCInstKind.cpp223 const CallInst *CI = cast<CallInst>(I); local
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp104 auto CI = std::make_unique<CompilerInvocation>(); local
H A DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { argument
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI) { argument
34 CompilerInstance &CI = getCompilerInstance(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp53 CreatePCHContainerGenerator( CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, std::unique_ptr<llvm::raw_pwrite_stream> OS, std::shared_ptr<PCHBuffer> Buffer) const argument
/freebsd-current/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp40 CreateFrontendBaseAction(CompilerInstance &CI) { argument
140 CreateFrontendAction(CompilerInstance &CI) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCycleAnalysis.h28 CycleInfo CI; member in class:llvm::CycleInfoWrapperPass
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp109 static bool callHasFloatingPointArgument(const CallInst *CI) { argument
[all...]
H A DEscapeEnumerator.cpp92 CallInst *CI = cast<CallInst>(Calls[--I]); local
H A DInjectTLIMappings.cpp41 static void addVariantDeclaration(CallInst &CI, const ElementCount &VF, argument
73 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.h46 std::unique_ptr<CompilerInstance> CI; member in class:clang::IncrementalParser
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp39 CallInst *CI = dyn_cast<CallInst>(U); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCodeGenPrepare.cpp84 auto *CI = dyn_cast<ConstantInt>(RHS); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericConvergenceVerifier.h53 CycleInfoT CI; member in class:llvm::GenericConvergenceVerifier
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp105 bool PPCLowerMASSVEntries::handlePowSpecialCases(CallInst *CI, Function &Func, argument
134 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Functio argument
176 auto *CI = dyn_cast<CallInst>(User); local
[all...]
H A DPPCGenScalarMASSEntries.cpp87 createScalarMASSCall(StringRef MASSEntry, CallInst &CI, Function &Func) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h79 CallbackInfo CI; member in class:llvm::AbstractCallSite
[all...]

Completed in 441 milliseconds

12345678910