Home
last modified time | relevance | path

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

12345678910>>...42

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible()
104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument()
110 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument()
116 static Value *convertStrToNumber(CallInst *CI, StringRef &Str, int64_t Base) { in convertStrToNumber()
141 static bool isLocallyOpenedFile(Value *File, CallInst *CI, IRBuilder<> &B, in isLocallyOpenedFile()
175 static bool canTransformToMemCmp(CallInst *CI, Value *Str, uint64_t Len, in canTransformToMemCmp()
190 static void annotateDereferenceableBytes(CallInst *CI, in annotateDereferenceableBytes()
217 static void annotateNonNullBasedOnAccess(CallInst *CI, in annotateNonNullBasedOnAccess()
235 static void annotateNonNullAndDereferenceable(CallInst *CI, ArrayRef<unsigned> ArgNos, in annotateNonNullAndDereferenceable()
255 Value *LibCallSimplifier::optimizeStrCat(CallInst *CI, IRBuilder<> &B) { in optimizeStrCat()
[all …]
H A DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst()
81 for (auto &CI : WorkList) { in perform() local
104 Value *createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, in createOrCond()
123 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond()
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()
[all …]
H A DBuildLibCalls.cpp840 CallInst *CI = B.CreateCall(Callee, Operands, FuncName); in emitLibCall() local
922 CallInst *CI = B.CreateCall(MemCpy, {Dst, Src, Len, ObjSize}); in emitMemCpyChk() local
1050 CallInst *CI = B.CreateCall(Callee, Op, Name); in emitUnaryFloatFnCallHelper() local
1092 CallInst *CI = B.CreateCall(Callee, { Op1, Op2 }, Name); in emitBinaryFloatFnCallHelper() local
1139 CallInst *CI = B.CreateCall(PutChar, in emitPutChar() local
1162 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS() local
1182 CallInst *CI = B.CreateCall(F, {Char, File}, FPutcName); in emitFPutC() local
1202 CallInst *CI = B.CreateCall(F, {Char, File}, FPutcUnlockedName); in emitFPutCUnlocked() local
1221 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsName); in emitFPutS() local
1240 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, FPutsUnlockedName); in emitFPutSUnlocked() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp68 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument()
74 static bool callHasFP128Argument(const CallInst *CI) { in callHasFP128Argument()
87 static Value *convertStrToInt(CallInst *CI, StringRef &Str, Value *EndPtr, in convertStrToInt()
201 static bool canTransformToMemCmp(CallInst *CI, Value *Str, uint64_t Len, in canTransformToMemCmp()
215 static void annotateDereferenceableBytes(CallInst *CI, in annotateDereferenceableBytes()
240 static void annotateNonNullNoUndefBasedOnAccess(CallInst *CI, in annotateNonNullNoUndefBasedOnAccess()
262 static void annotateNonNullAndDereferenceable(CallInst *CI, ArrayRef<unsigned> ArgNos, in annotateNonNullAndDereferenceable()
307 Value *LibCallSimplifier::optimizeStrCat(CallInst *CI, IRBuilderBase &B) { in optimizeStrCat()
349 Value *LibCallSimplifier::optimizeStrNCat(CallInst *CI, IRBuilderBase &B) { in optimizeStrNCat()
395 static Value* memChrToCharCompare(CallInst *CI, Value *NBytes, in memChrToCharCompare()
[all …]
H A DLibCallsShrinkWrap.cpp79 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst()
82 for (auto &CI : WorkList) { in perform() local
105 Value *createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, in createOrCond()
124 Value *createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) { in createCond()
137 bool LibCallsShrinkWrap::performCallDomainErrorOnly(CallInst *CI, in performCallDomainErrorOnly()
189 bool LibCallsShrinkWrap::performCallRangeErrorOnly(CallInst *CI, in performCallRangeErrorOnly()
227 bool LibCallsShrinkWrap::performCallErrors(CallInst *CI, in performCallErrors()
291 void LibCallsShrinkWrap::checkCandidate(CallInst &CI) { in checkCandidate()
320 Value *LibCallsShrinkWrap::generateOneRangeCond(CallInst *CI, in generateOneRangeCond()
342 Value *LibCallsShrinkWrap::generateTwoRangeCond(CallInst *CI, in generateTwoRangeCond()
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp85 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument()
110 Value *LibCallSimplifier::optimizeStrCat(CallInst *CI, IRBuilder<> &B) { in optimizeStrCat()
149 Value *LibCallSimplifier::optimizeStrNCat(CallInst *CI, IRBuilder<> &B) { in optimizeStrNCat()
182 Value *LibCallSimplifier::optimizeStrChr(CallInst *CI, IRBuilder<> &B) { in optimizeStrChr()
222 Value *LibCallSimplifier::optimizeStrRChr(CallInst *CI, IRBuilder<> &B) { in optimizeStrRChr()
249 Value *LibCallSimplifier::optimizeStrCmp(CallInst *CI, IRBuilder<> &B) { in optimizeStrCmp()
282 Value *LibCallSimplifier::optimizeStrNCmp(CallInst *CI, IRBuilder<> &B) { in optimizeStrNCmp()
321 Value *LibCallSimplifier::optimizeStrCpy(CallInst *CI, IRBuilder<> &B) { in optimizeStrCpy()
338 Value *LibCallSimplifier::optimizeStpCpy(CallInst *CI, IRBuilder<> &B) { in optimizeStpCpy()
362 Value *LibCallSimplifier::optimizeStrNCpy(CallInst *CI, IRBuilder<> &B) { in optimizeStrNCpy()
[all …]
H A DBuildLibCalls.cpp727 CallInst *CI = B.CreateCall(StrLen, castToCStr(Ptr, B), "strlen"); in emitStrLen() local
745 CallInst *CI = B.CreateCall( in emitStrChr() local
763 CallInst *CI = B.CreateCall( in emitStrNCmp() local
781 CallInst *CI = in emitStrCpy() local
798 CallInst *CI = B.CreateCall( in emitStrNCpy() local
822 CallInst *CI = B.CreateCall(MemCpy, {Dst, Src, Len, ObjSize}); in emitMemCpyChk() local
839 CallInst *CI = B.CreateCall(MemChr, {castToCStr(Ptr, B), Val, Len}, "memchr"); in emitMemChr() local
858 CallInst *CI = B.CreateCall( in emitMemCmp() local
890 CallInst *CI = B.CreateCall(Callee, Op, Name); in emitUnaryFloatFnCall() local
906 CallInst *CI = B.CreateCall(Callee, {Op1, Op2}, Name); in emitBinaryFloatFnCall() local
[all …]
/aosp_15_r20/external/clang/lib/Frontend/
H A DFrontendActions.cpp38 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
50 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
57 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
64 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
69 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
74 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
80 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
106 CompilerInstance &CI, StringRef InFile, std::string &Sysroot, in ComputeASTConsumerArguments()
129 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
267 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
[all …]
H A DFrontendAction.cpp138 FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer()
189 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, in BeginSourceFile()
451 CompilerInstance &CI = getCompilerInstance(); in Execute() local
474 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() local
538 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
563 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
573 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
576 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp30 if (ConstantInt *CI = dyn_cast<ConstantInt>(Val)) { in decomposeSimpleLinearExpr() local
81 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, in PromoteCastOfAllocation()
234 isEliminableCastPair(const CastInst *CI, ///< First cast instruction in isEliminableCastPair()
274 if (const CastInst *CI = dyn_cast<CastInst>(V)) in ShouldOptimizeCast() local
288 Instruction *InstCombiner::commonCastTransforms(CastInst &CI) { in commonCastTransforms()
382 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { in canEvaluateTruncated() local
392 if (ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1))) { in canEvaluateTruncated() local
477 Instruction *InstCombiner::visitTrunc(TruncInst &CI) { in visitTrunc()
583 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, in transformZExtICmp()
832 Instruction *InstCombiner::visitZExt(ZExtInst &CI) { in visitZExt()
[all …]
H A DInstCombineCompares.cpp181 static bool isHighOnes(const ConstantInt *CI) { in isHighOnes()
524 if (ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i))) { in EvaluateGEPOffsetExpression() local
552 ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i)); in EvaluateGEPOffsetExpression() local
643 auto *CI = dyn_cast<CastInst>(V); in canRewriteGEPAsOffset() local
766 if (auto *CI = dyn_cast<CastInst>(Val)) { in rewriteGEPAsOffset() local
870 if (auto *CI = dyn_cast<IntToPtrInst>(V)) { in getAsConstantIndexedAddress() local
876 if (auto *CI = dyn_cast<PtrToIntInst>(V)) { in getAsConstantIndexedAddress() local
1138 Value *X, ConstantInt *CI, in FoldICmpAddOpCst()
1859 if (auto *CI = dyn_cast<ConstantInt>(LHSI->getOperand(1))) { in visitICmpInstWithInstAndIntCst() local
2413 if (auto *CI = dyn_cast<CastInst>(ICmp.getOperand(1))) { in visitICmpInstWithCastAndCast() local
[all …]
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp35 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
45 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
109 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
154 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
175 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
183 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
191 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp590 SILoadStoreOptimizer::getCommonInstClass(const CombineInfo &CI, in getCommonInstClass()
839 SILoadStoreOptimizer::combineKnownAdjacentMMOs(const CombineInfo &CI, in combineKnownAdjacentMMOs()
860 bool SILoadStoreOptimizer::dmasksCanBeCombined(const CombineInfo &CI, in dmasksCanBeCombined()
932 bool SILoadStoreOptimizer::offsetsCanBeCombined(CombineInfo &CI, in offsetsCanBeCombined()
1043 const CombineInfo &CI, in widthsFit()
1086 SILoadStoreOptimizer::checkAndPrepareMerge(CombineInfo &CI, in checkAndPrepareMerge()
1153 SILoadStoreOptimizer::mergeRead2Pair(CombineInfo &CI, CombineInfo &Paired, in mergeRead2Pair()
1250 CombineInfo &CI, CombineInfo &Paired, in mergeWrite2Pair()
1316 SILoadStoreOptimizer::mergeImagePair(CombineInfo &CI, CombineInfo &Paired, in mergeImagePair()
1365 CombineInfo &CI, CombineInfo &Paired, in mergeSMemLoadImmPair()
[all …]
H A DAMDGPULibCalls.cpp113 CallInst *CI; member in llvm::AMDGPULibCalls
533 bool AMDGPULibCalls::fold_read_write_pipe(CallInst *CI, IRBuilder<> &B, in fold_read_write_pipe()
594 bool AMDGPULibCalls::fold(CallInst *CI, AliasAnalysis *AA) { in fold()
691 bool AMDGPULibCalls::TDOFold(CallInst *CI, const FuncInfo &FInfo) { in TDOFold()
755 bool AMDGPULibCalls::fold_recip(CallInst *CI, IRBuilder<> &B, in fold_recip()
773 bool AMDGPULibCalls::fold_divide(CallInst *CI, IRBuilder<> &B, in fold_divide()
803 bool AMDGPULibCalls::fold_pow(CallInst *CI, IRBuilder<> &B, in fold_pow()
1088 bool AMDGPULibCalls::fold_rootn(CallInst *CI, IRBuilder<> &B, in fold_rootn()
1142 bool AMDGPULibCalls::fold_fma_mad(CallInst *CI, IRBuilder<> &B, in fold_fma_mad()
1197 bool AMDGPULibCalls::fold_sqrt(CallInst *CI, IRBuilder<> &B, in fold_sqrt()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp659 bool SILoadStoreOptimizer::dmasksCanBeCombined(const CombineInfo &CI, in dmasksCanBeCombined()
721 bool SILoadStoreOptimizer::offsetsCanBeCombined(CombineInfo &CI, in offsetsCanBeCombined()
810 const CombineInfo &CI, in widthsFit()
827 bool SILoadStoreOptimizer::findMatchingInst(CombineInfo &CI, in findMatchingInst()
953 SILoadStoreOptimizer::mergeRead2Pair(CombineInfo &CI, CombineInfo &Paired) { in mergeRead2Pair()
1052 SILoadStoreOptimizer::mergeWrite2Pair(CombineInfo &CI, CombineInfo &Paired) { in mergeWrite2Pair()
1119 SILoadStoreOptimizer::mergeImagePair(CombineInfo &CI, CombineInfo &Paired) { in mergeImagePair()
1172 SILoadStoreOptimizer::mergeSBufferLoadImmPair(CombineInfo &CI, CombineInfo &Paired) { in mergeSBufferLoadImmPair()
1222 SILoadStoreOptimizer::mergeBufferLoadPair(CombineInfo &CI, CombineInfo &Paired) { in mergeBufferLoadPair()
1284 SILoadStoreOptimizer::mergeTBufferLoadPair(CombineInfo &CI, CombineInfo &Paired) { in mergeTBufferLoadPair()
[all …]
H A DAMDGPULibCalls.cpp147 CallInst *CI; member in llvm::AMDGPULibCalls
579 bool AMDGPULibCalls::fold_read_write_pipe(CallInst *CI, IRBuilder<> &B, in fold_read_write_pipe()
640 bool AMDGPULibCalls::fold(CallInst *CI, AliasAnalysis *AA) { in fold()
736 bool AMDGPULibCalls::TDOFold(CallInst *CI, const FuncInfo &FInfo) { in TDOFold()
800 bool AMDGPULibCalls::replaceWithNative(CallInst *CI, const FuncInfo &FInfo) { in replaceWithNative()
822 bool AMDGPULibCalls::fold_recip(CallInst *CI, IRBuilder<> &B, in fold_recip()
840 bool AMDGPULibCalls::fold_divide(CallInst *CI, IRBuilder<> &B, in fold_divide()
870 bool AMDGPULibCalls::fold_pow(CallInst *CI, IRBuilder<> &B, in fold_pow()
1155 bool AMDGPULibCalls::fold_rootn(CallInst *CI, IRBuilder<> &B, in fold_rootn()
1209 bool AMDGPULibCalls::fold_fma_mad(CallInst *CI, IRBuilder<> &B, in fold_fma_mad()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp238 CallInst *CI = dyn_cast<CallInst>(&I); in markTails() local
331 static bool canMoveAboveCall(Instruction *I, CallInst *CI, AliasAnalysis *AA) { in canMoveAboveCall()
368 static bool canTransformAccumulatorRecursion(Instruction *I, CallInst *CI) { in canTransformAccumulatorRecursion()
463 CallInst *CI = nullptr; in findTRECandidate() local
501 void TailRecursionEliminator::createTailRecurseLoopHeader(CallInst *CI) { in createTailRecurseLoopHeader()
582 void TailRecursionEliminator::copyByValueOperandIntoLocalTemp(CallInst *CI, in copyByValueOperandIntoLocalTemp()
610 CallInst *CI, int OpndIdx) { in copyLocalTempOfByValueOperandIntoArguments()
628 bool TailRecursionEliminator::eliminateCall(CallInst *CI) { in eliminateCall()
811 CallInst *CI = findTRECandidate(&BB); in processBlock() local
832 CallInst *CI = findTRECandidate(&BB); in processBlock() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp235 CallInst *CI = dyn_cast<CallInst>(&I); in markTails() local
324 static bool canMoveAboveCall(Instruction *I, CallInst *CI) { in canMoveAboveCall()
358 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) { in isDynamicConstant()
392 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue()
418 static Value *canTransformAccumulatorRecursion(Instruction *I, CallInst *CI) { in canTransformAccumulatorRecursion()
455 CallInst *CI = nullptr; in findTRECandidate() local
495 static bool eliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, in eliminateRecursiveTailCall()
697 if (CallInst *CI = findTRECandidate(BI, CannotTailCallElimCallsMarkedTail, TTI)){ in foldReturnAndProcessPred() local
725 CallInst *CI = findTRECandidate(Ret, CannotTailCallElimCallsMarkedTail, TTI); in processReturningBlock() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A DREADME.md80 #### [Mellanox](https://www.mellanox.com/) TensorFlow CI
82 ##### How to start CI
88 ##### CI Steps
98 ##### Test Environment
108 ##### Support (Mellanox)
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp27 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset()
41 } else if (auto *CI = dyn_cast<CallInst>(User)) { in findCallsAtConstantOffset() local
54 int64_t Offset, const CallInst *CI, DominatorTree &DT) { in findLoadCallsAtConstantOffset()
76 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI, in findDevirtualizableCallsForTypeTest()
100 const CallInst *CI, DominatorTree &DT) { in findDevirtualizableCallsForTypeCheckedLoad()
163 if (auto *CI = dyn_cast<ConstantInt>(I)) { in getPointerAtOffset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp33 if (ConstantInt *CI = dyn_cast<ConstantInt>(Val)) { in decomposeSimpleLinearExpr() local
84 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI, in PromoteCastOfAllocation()
261 Instruction *InstCombiner::commonCastTransforms(CastInst &CI) { in commonCastTransforms()
685 Instruction *InstCombiner::visitTrunc(TruncInst &CI) { in visitTrunc()
1089 Instruction *InstCombiner::visitZExt(ZExtInst &CI) { in visitZExt()
1227 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { in transformSExtICmp()
1363 Instruction *InstCombiner::visitSExt(SExtInst &CI) { in visitSExt()
1705 Instruction *InstCombiner::visitFPExt(CastInst &CI) { in visitFPExt()
1775 Instruction *InstCombiner::visitUIToFP(CastInst &CI) { in visitUIToFP()
1779 Instruction *InstCombiner::visitSIToFP(CastInst &CI) { in visitSIToFP()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp240 CallInst *CI = dyn_cast<CallInst>(&I); in markTails() local
329 static bool canMoveAboveCall(Instruction *I, CallInst *CI, AliasAnalysis *AA) { in canMoveAboveCall()
363 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) { in isDynamicConstant()
397 static Value *getCommonReturnValue(ReturnInst *IgnoreRI, CallInst *CI) { in getCommonReturnValue()
423 static Value *canTransformAccumulatorRecursion(Instruction *I, CallInst *CI) { in canTransformAccumulatorRecursion()
460 CallInst *CI = nullptr; in findTRECandidate() local
501 CallInst *CI, ReturnInst *Ret, BasicBlock *&OldEntry, in eliminateRecursiveTailCall()
714 if (CallInst *CI = findTRECandidate(BI, CannotTailCallElimCallsMarkedTail, TTI)){ in foldReturnAndProcessPred() local
741 CallInst *CI = findTRECandidate(Ret, CannotTailCallElimCallsMarkedTail, TTI); in processReturningBlock() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DGenericUniformityImpl.h316 const CycleInfoT &CI; variable
346 GenericUniformityAnalysisImpl(const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityAnalysisImpl()
412 const CycleInfoT &CI; variable
500 const CycleInfoT &CI; variable
515 const CycleInfoT &CI, const BlockT &DivTermBlock) in DivergencePropagator()
735 const ContextT &Context, const DominatorTreeT &DT, const CycleInfoT &CI) in GenericSyncDependenceAnalysis()
1141 const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityInfo()
1254 SmallVectorImpl<const BlockT *> &Stack, const CycleInfoT &CI, in computeStackPO()
1323 const CycleInfoT &CI, const CycleT *Cycle, in computeCyclePO()
1362 void llvm::ModifiedPostOrder<ContextT>::compute(const CycleInfoT &CI) { in compute()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DGenericUniformityImpl.h316 const CycleInfoT &CI; variable
346 GenericUniformityAnalysisImpl(const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityAnalysisImpl()
412 const CycleInfoT &CI; variable
500 const CycleInfoT &CI; variable
515 const CycleInfoT &CI, const BlockT &DivTermBlock) in DivergencePropagator()
735 const ContextT &Context, const DominatorTreeT &DT, const CycleInfoT &CI) in GenericSyncDependenceAnalysis()
1141 const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityInfo()
1254 SmallVectorImpl<const BlockT *> &Stack, const CycleInfoT &CI, in computeStackPO()
1323 const CycleInfoT &CI, const CycleT *Cycle, in computeCyclePO()
1362 void llvm::ModifiedPostOrder<ContextT>::compute(const CycleInfoT &CI) { in compute()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DGenericUniformityImpl.h316 const CycleInfoT &CI; variable
346 GenericUniformityAnalysisImpl(const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityAnalysisImpl()
412 const CycleInfoT &CI; variable
500 const CycleInfoT &CI; variable
515 const CycleInfoT &CI, const BlockT &DivTermBlock) in DivergencePropagator()
735 const ContextT &Context, const DominatorTreeT &DT, const CycleInfoT &CI) in GenericSyncDependenceAnalysis()
1141 const DominatorTreeT &DT, const CycleInfoT &CI, in GenericUniformityInfo()
1254 SmallVectorImpl<const BlockT *> &Stack, const CycleInfoT &CI, in computeStackPO()
1323 const CycleInfoT &CI, const CycleT *Cycle, in computeCyclePO()
1362 void llvm::ModifiedPostOrder<ContextT>::compute(const CycleInfoT &CI) { in compute()

12345678910>>...42