Home
last modified time | relevance | path

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

12345678910>>...16

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp71 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument()
77 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument()
134 static void annotateDereferenceableBytes(CallInst *CI, in annotateDereferenceableBytes()
161 static void annotateNonNullNoUndefBasedOnAccess(CallInst *CI, in annotateNonNullNoUndefBasedOnAccess()
1232 static Value *replaceUnaryCall(CallInst *CI, IRBuilderBase &B, in replaceUnaryCall()
1269 static Value *optimizeDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeDoubleFP()
2096 static bool isTrigLibCall(CallInst *CI) { in isTrigLibCall()
2199 CallInst *CI = dyn_cast<CallInst>(Val); in classifyArgUse() local
2460 Value *LibCallSimplifier::optimizeSPrintFString(CallInst *CI, in optimizeSPrintFString()
2671 Value *LibCallSimplifier::optimizeFPrintFString(CallInst *CI, in optimizeFPrintFString()
[all …]
H A DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst()
81 for (auto &CI : WorkList) { in perform() local
136 bool LibCallsShrinkWrap::performCallDomainErrorOnly(CallInst *CI, in performCallDomainErrorOnly()
188 bool LibCallsShrinkWrap::performCallRangeErrorOnly(CallInst *CI, in performCallRangeErrorOnly()
226 bool LibCallsShrinkWrap::performCallErrors(CallInst *CI, in performCallErrors()
290 void LibCallsShrinkWrap::checkCandidate(CallInst &CI) { in checkCandidate()
319 Value *LibCallsShrinkWrap::generateOneRangeCond(CallInst *CI, in generateOneRangeCond()
341 Value *LibCallsShrinkWrap::generateTwoRangeCond(CallInst *CI, in generateTwoRangeCond()
420 Value *LibCallsShrinkWrap::generateCondForPow(CallInst *CI, in generateCondForPow()
485 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
[all …]
H A DEscapeEnumerator.cpp44 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 DInjectTLIMappings.cpp43 static void addVariantDeclaration(CallInst &CI, const ElementCount &VF, in addVariantDeclaration()
72 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { in addMappingsFromTLI()
126 if (auto CI = dyn_cast<CallInst>(&I)) in runImpl() local
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp41 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()
186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
204 CompilerInstance &CI; member in RewriteIncludesAction::RewriteImportsListener
210 RewriteImportsListener(CompilerInstance &CI, std::shared_ptr<raw_ostream> Out) in RewriteImportsListener()
270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp161 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
193 CompilerInstance &CI) { in BeginSourceFileAction()
225 CompilerInstance &CI) { in BeginSourceFileAction()
243 CompilerInstance &CI) { in PrepareToExecuteAction()
284 CompilerInstance &CI) { in BeginSourceFileAction()
334 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
499 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
797 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
888 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
898 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
[all …]
H A DFrontendAction.cpp144 CompilerInstance &CI = getCompilerInstance(); in getCurrentModule() local
150 FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer()
230 static SourceLocation ReadOriginalFileName(CompilerInstance &CI, in ReadOriginalFileName()
460 static Module *prepareToBuildModule(CompilerInstance &CI, in prepareToBuildModule()
526 getInputBufferForModule(CompilerInstance &CI, Module *M) { in getInputBufferForModule()
550 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, in BeginSourceFile()
945 CompilerInstance &CI = getCompilerInstance(); in Execute() local
974 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() local
1040 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
1065 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
[all …]
H A DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction()
34 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMTActions.cpp16 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
39 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp28 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset()
42 } else if (auto *CI = dyn_cast<CallInst>(User)) { in findCallsAtConstantOffset() local
55 int64_t Offset, const CallInst *CI, DominatorTree &DT) { in findLoadCallsAtConstantOffset()
77 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI, in findDevirtualizableCallsForTypeTest()
99 const CallInst *CI, DominatorTree &DT) { in findDevirtualizableCallsForTypeCheckedLoad()
H A DAssumptionCache.cpp59 findAffectedValues(CallBase *CI, in findAffectedValues()
129 void AssumptionCache::updateAffectedValues(AssumeInst *CI) { in updateAffectedValues()
142 void AssumptionCache::unregisterAssumption(AssumeInst *CI) { in unregisterAssumption()
217 void AssumptionCache::registerAssumption(AssumeInst *CI) { in registerAssumption()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h40 static inline void EraseInstruction(Instruction *CI) { in EraseInstruction()
127 if (auto *CI = dyn_cast<CallInst>(I)) in contains() local
133 void eraseInst(CallInst *CI) { in eraseInst()
138 if (auto *CI = dyn_cast<CallInst>(*U)) in eraseInst() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h55 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp42 static bool replaceWithTLIFunction(CallInst &CI, const StringRef TLIName) { in replaceWithTLIFunction()
94 CallInst &CI) { in replaceWithCallToVeclib()
181 if (auto *CI = dyn_cast<CallInst>(&I)) { in runImpl() local
190 for (auto *CI : ReplacedCalls) { in runImpl() local
/netbsd/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext()
228 std::unique_ptr<CodeGenerator> BuildCodeGen(CompilerInstance &CI, in BuildCodeGen()
249 std::unique_ptr<CompilerInstance> CI; member
265 void AddExternalSource(CIAndOrigins &CI, in AddExternalSource()
278 CIAndOrigins BuildIndirect(CIAndOrigins &CI) { in BuildIndirect()
289 llvm::Error ParseSource(const std::string &Path, CompilerInstance &CI, in ParseSource()
306 CIAndOrigins CI{init_convenience::BuildCompilerInstance()}; in Parse() local
344 void Forget(CIAndOrigins &CI, llvm::MutableArrayRef<CIAndOrigins> Imports) { in Forget()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
H A DAnalyzerHelpFlags.cpp28 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()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h94 PPConditionalInfo CI; in pushConditionalLevel() local
101 void pushConditionalLevel(const PPConditionalInfo &CI) { in pushConditionalLevel()
108 bool popConditionalLevel(PPConditionalInfo &CI) { in popConditionalLevel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp58 getBranchWeight(Intrinsic::ID IntrinsicID, CallInst *CI, int BranchCount) { in getBranchWeight()
79 CallInst *CI = dyn_cast<CallInst>(SI.getCondition()); in handleSwitchExpect() local
208 ConstantInt *CI = dyn_cast<ConstantInt>(PhiOpnd); in handlePhiDef() local
272 CallInst *CI; in handleBrSelExpect() local
362 CallInst *CI = dyn_cast<CallInst>(Inst); in lowerExpectIntrinsic() local
H A DTailRecursionElimination.cpp242 CallInst *CI = dyn_cast<CallInst>(&I); in markTails() local
338 static bool canMoveAboveCall(Instruction *I, CallInst *CI, AliasAnalysis *AA) { in canMoveAboveCall()
367 static bool canTransformAccumulatorRecursion(Instruction *I, CallInst *CI) { in canTransformAccumulatorRecursion()
461 CallInst *CI = nullptr; in findTRECandidate() local
499 void TailRecursionEliminator::createTailRecurseLoopHeader(CallInst *CI) { in createTailRecurseLoopHeader()
591 bool TailRecursionEliminator::eliminateCall(CallInst *CI) { in eliminateCall()
767 CallInst *CI = findTRECandidate(&BB, CannotTailCallElimCallsMarkedTail); in processBlock() local
788 CallInst *CI = findTRECandidate(&BB, CannotTailCallElimCallsMarkedTail); in processBlock() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp102 bool PPCLowerMASSVEntries::handlePowSpecialCases(CallInst *CI, Function &Func, in handlePowSpecialCases()
131 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall()
173 auto *CI = dyn_cast<CallInst>(User); in runOnModule() local
/netbsd/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp39 CreateFrontendBaseAction(CompilerInstance &CI) { in CreateFrontendBaseAction()
137 CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction()
/netbsd/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp136 bool BeginSourceFileAction(clang::CompilerInstance& CI) override { in BeginSourceFileAction()
147 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override { in CreateASTConsumer()
150 Consumer(clang::CompilerInstance &CI) : Collector(CI.getPreprocessor()) {} in CreateASTConsumer()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp131 CallInst *CI; member in llvm::AMDGPULibCalls
620 bool AMDGPULibCalls::fold(CallInst *CI, AliasAnalysis *AA) { in fold()
802 bool AMDGPULibCalls::fold_recip(CallInst *CI, IRBuilder<> &B, in fold_recip()
820 bool AMDGPULibCalls::fold_divide(CallInst *CI, IRBuilder<> &B, in fold_divide()
850 bool AMDGPULibCalls::fold_pow(CallInst *CI, IRBuilder<> &B, in fold_pow()
1135 bool AMDGPULibCalls::fold_rootn(CallInst *CI, IRBuilder<> &B, in fold_rootn()
1244 bool AMDGPULibCalls::fold_sqrt(CallInst *CI, IRBuilder<> &B, in fold_sqrt()
1719 CallInst *CI = dyn_cast<CallInst>(I); in runOnFunction() local
1752 CallInst *CI = dyn_cast<CallInst>(I); in run() local
1780 CallInst *CI = dyn_cast<CallInst>(I); in runOnFunction() local
[all …]
/netbsd/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
48 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()

12345678910>>...16