Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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 …]
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 …]
DInjectTLIMappings.cpp47 static std::string mangleTLIName(StringRef VectorName, const CallInst &CI, in mangleTLIName()
72 static void addVariantDeclaration(CallInst &CI, const unsigned VF, in addVariantDeclaration()
101 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { in addMappingsFromTLI()
141 if (auto CI = dyn_cast<CallInst>(&I)) in runImpl() local
DEscapeEnumerator.cpp59 if (CallInst *CI = dyn_cast<CallInst>(&II)) in Next() local
88 CallInst *CI = cast<CallInst>(Calls[--I]); in Next() local
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 …]
DFlattenCFG.cpp192 Instruction *CI = &*BI++; in FlattenParallelAndOr() local
255 auto *CI = dyn_cast<CmpInst>(BI->getCondition()); in FlattenParallelAndOr() local
437 Instruction *CI = &*BI; in MergeIfRegion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp26 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset()
40 } else if (auto CI = dyn_cast<CallInst>(User)) { in findCallsAtConstantOffset() local
53 int64_t Offset, const CallInst *CI, DominatorTree &DT) { in findLoadCallsAtConstantOffset()
75 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI, in findDevirtualizableCallsForTypeTest()
101 const CallInst *CI, DominatorTree &DT) { in findDevirtualizableCallsForTypeCheckedLoad()
DAssumptionCache.cpp57 static void findAffectedValues(CallInst *CI, in findAffectedValues()
114 void AssumptionCache::updateAffectedValues(CallInst *CI) { in updateAffectedValues()
125 void AssumptionCache::unregisterAssumption(CallInst *CI) { in unregisterAssumption()
190 void AssumptionCache::registerAssumption(CallInst *CI) { in registerAssumption()
DLint.cpp301 const CallInst *CI = cast<CallInst>(CS.getInstruction()); in visitCallSite() local
530 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(1), in visitLShr() local
537 if (ConstantInt *CI = in visitAShr() local
544 if (ConstantInt *CI = in visitShl() local
628 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand(), in visitExtractElementInst() local
635 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(2), in visitInsertElementInst() local
694 } else if (CastInst *CI = dyn_cast<CastInst>(V)) { in findValueImpl() local
/third_party/typescript/tests/baselines/reference/
DclassAbstractMergedDeclaration.js54 var CI = /** @class */ (function () { class
55 function CI() { class in CI
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/classAbstractKeyword/
DclassAbstractMergedDeclaration.ts7 abstract class CI {} class
8 interface CI {} interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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
DLowerExpectIntrinsic.cpp59 CallInst *CI = dyn_cast<CallInst>(SI.getCondition()); in handleSwitchExpect() local
189 ConstantInt *CI = dyn_cast<ConstantInt>(PhiOpnd); in handlePhiDef() local
250 CallInst *CI; in handleBrSelExpect() local
340 CallInst *CI = dyn_cast<CallInst>(Inst); in lowerExpectIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
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 …]
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 …]
DAMDGPULowerIntrinsics.cpp59 ConstantInt *CI = dyn_cast<ConstantInt>(Size); in shouldExpandOperationWithSize() local
122 auto *CI = dyn_cast<CallInst>(U); in makeLIDRangeMetadata() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp127 static void scalarizeMaskedLoad(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedLoad()
265 static void scalarizeMaskedStore(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedStore()
390 static void scalarizeMaskedGather(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedGather()
514 static void scalarizeMaskedScatter(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedScatter()
599 static void scalarizeMaskedExpandLoad(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedExpandLoad()
712 static void scalarizeMaskedCompressStore(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedCompressStore()
839 if (CallInst *CI = dyn_cast<CallInst>(&*CurInstIterator++)) in optimizeBlock() local
848 bool ScalarizeMaskedMemIntrin::optimizeCallInst(CallInst *CI, in optimizeCallInst()
DIntrinsicLowering.cpp31 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith()
203 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, in ReplaceFPIntrinsicWithCall()
226 void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) { in LowerIntrinsicCall()
452 bool IntrinsicLowering::LowerToByteSwap(CallInst *CI) { in LowerToByteSwap()
DGCRootLowering.cpp135 if (CallInst *CI = dyn_cast<CallInst>(I)) in CouldBecomeSafePoint() local
199 IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++); in DoLowering() local
265 void GCMachineCodeAnalysis::VisitCallPoint(MachineBasicBlock::iterator CI) { in VisitCallPoint()
DPreISelIntrinsicLowering.cpp40 auto CI = dyn_cast<CallInst>(I->getUser()); in lowerLoadRelative() local
94 auto *CI = cast<CallInst>(I->getUser()); in lowerObjCCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp102 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall()
143 auto *CI = dyn_cast<CallInst>(User); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp165 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in FoldBitCast() local
223 if (ConstantInt *CI = dyn_cast<ConstantInt>(C)) { in ExtractConstantBytes() local
664 ConstantInt *CI = cast<ConstantInt>(CE->getOperand(2)); in ConstantFoldCastInstruction() local
683 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction() local
693 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction() local
700 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction() local
711 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ConstantFoldCastInstruction() local
2156 if (auto *CI = dyn_cast<ConstantInt>(Idxs[0])) { in isInBoundsIndices() local
2174 const ConstantInt *CI) { in isIndexInRangeOfArrayType()
2273 if (ConstantInt *CI = dyn_cast<ConstantInt>(Idx0)) in ConstantFoldGetElementPtr() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp70 if (const auto *CI = dyn_cast<CmpInst>(U)) { in getPreferredExtendForValue() local
218 if (const auto *CI = dyn_cast<CallInst>(&I)) { in set() local
447 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ComputePHILiveOutRegInfo() local
480 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in ComputePHILiveOutRegInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h186 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in markConstant() local
202 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) { in markNotConstant() local

12345678910>>...12