Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() argument
104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() argument
[all...]
H A DEscapeEnumerator.cpp88 CallInst *CI = cast<CallInst>(Calls[--I]); in Next() local
H A DInjectTLIMappings.cpp47 static std::string mangleTLIName(StringRef VectorName, const CallInst &CI, in mangleTLIName() argument
72 static void addVariantDeclaration(CallInst &CI, const unsigned VF, in addVariantDeclaration() argument
101 addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) addMappingsFromTLI() argument
[all...]
H A 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
[all...]
H A DLibCallsShrinkWrap.cpp78 void visitCallInst(CallInst &CI) { checkCandidate(CI); } in visitCallInst() argument
104 createOrCond(CallInst *CI, CmpInst::Predicate Cmp, float Val, CmpInst::Predicate Cmp2, float Val2) createOrCond() argument
123 createCond(CallInst *CI, CmpInst::Predicate Cmp, float Val) createCond() argument
136 performCallDomainErrorOnly(CallInst *CI, const LibFunc &Func) performCallDomainErrorOnly() argument
188 performCallRangeErrorOnly(CallInst *CI, const LibFunc &Func) performCallRangeErrorOnly() argument
226 performCallErrors(CallInst *CI, const LibFunc &Func) performCallErrors() argument
290 checkCandidate(CallInst &CI) checkCandidate() argument
319 generateOneRangeCond(CallInst *CI, const LibFunc &Func) generateOneRangeCond() argument
341 generateTwoRangeCond(CallInst *CI, const LibFunc &Func) generateTwoRangeCond() argument
420 generateCondForPow(CallInst *CI, const LibFunc &Func) generateCondForPow() argument
485 shrinkWrapCI(CallInst *CI, Value *Cond) shrinkWrapCI() argument
505 perform(CallInst *CI) perform() argument
[all...]
H A DLoopVersioning.cpp73 auto *CI = dyn_cast<ConstantInt>(SCEVRuntimeCheck); in versionLoop() local
H A DModuleUtils.cpp285 setVectorVariantNames( CallInst *CI, const SmallVector<std::string, 8> &VariantMappings) setVectorVariantNames() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h51 static inline void EraseInstruction(Instruction *CI) { in EraseInstruction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp40 auto CI = dyn_cast<CallInst>(I->getUser()); in lowerLoadRelative() local
94 auto *CI in lowerObjCCall() local
[all...]
H A DDwarfEHPrepare.cpp226 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls() local
251 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB); in InsertUnwindResumeCalls() local
H A DGCRootLowering.cpp199 IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++); in DoLowering() local
265 VisitCallPoint(MachineBasicBlock::iterator CI) VisitCallPoint() argument
[all...]
H A DIntrinsicLowering.cpp31 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith() argument
203 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, in ReplaceFPIntrinsicWithCall() argument
226 LowerIntrinsicCall(CallInst *CI) LowerIntrinsicCall() argument
452 LowerToByteSwap(CallInst *CI) LowerToByteSwap() argument
[all...]
H A DScalarizeMaskedMemIntrin.cpp127 static void scalarizeMaskedLoad(CallInst *CI, bool &ModifiedDT) { in scalarizeMaskedLoad() argument
265 scalarizeMaskedStore(CallInst *CI, bool &ModifiedDT) scalarizeMaskedStore() argument
390 scalarizeMaskedGather(CallInst *CI, bool &ModifiedDT) scalarizeMaskedGather() argument
514 scalarizeMaskedScatter(CallInst *CI, bool &ModifiedDT) scalarizeMaskedScatter() argument
599 scalarizeMaskedExpandLoad(CallInst *CI, bool &ModifiedDT) scalarizeMaskedExpandLoad() argument
712 scalarizeMaskedCompressStore(CallInst *CI, bool &ModifiedDT) scalarizeMaskedCompressStore() argument
848 optimizeCallInst(CallInst *CI, bool &ModifiedDT) optimizeCallInst() argument
[all...]
H A DStackProtector.cpp185 const auto *CI = cast<CallInst>(I); in HasAddressTaken() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp223 const CallInst *CI = cast<CallInst>(I); in GetARCInstKind() local
H A DTypeMetadataUtils.cpp24 findCallsAtConstantOffset(SmallVectorImpl<DevirtCallSite> &DevirtCalls, bool *HasNonCallUses, Value *FPtr, uint64_t Offset, const CallInst *CI, DominatorTree &DT) findCallsAtConstantOffset() argument
51 findLoadCallsAtConstantOffset( const Module *M, SmallVectorImpl<DevirtCallSite> &DevirtCalls, Value *VPtr, int64_t Offset, const CallInst *CI, DominatorTree &DT) findLoadCallsAtConstantOffset() argument
73 findDevirtualizableCallsForTypeTest( SmallVectorImpl<DevirtCallSite> &DevirtCalls, SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI, DominatorTree &DT) findDevirtualizableCallsForTypeTest() argument
97 findDevirtualizableCallsForTypeCheckedLoad( SmallVectorImpl<DevirtCallSite> &DevirtCalls, SmallVectorImpl<Instruction *> &LoadedPtrs, SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses, const CallInst *CI, DominatorTree &DT) findDevirtualizableCallsForTypeCheckedLoad() argument
[all...]
H A DAssumptionCache.cpp57 static void findAffectedValues(CallInst *CI, in findAffectedValues() argument
114 void AssumptionCache::updateAffectedValues(CallInst *CI) { in updateAffectedValues() argument
125 void AssumptionCache::unregisterAssumption(CallInst *CI) { in unregisterAssumption() argument
190 registerAssumption(CallInst *CI) registerAssumption() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp59 ConstantInt *CI = dyn_cast<ConstantInt>(Size); in shouldExpandOperationWithSize() local
122 auto *CI = dyn_cast<CallInst>(U); in makeLIDRangeMetadata() local
H A DAMDGPULowerKernelAttributes.cpp72 bool AMDGPULowerKernelAttributes::processUse(CallInst *CI) { in processUse() argument
250 CallInst *CI = cast<CallInst>(U); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp102 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall() argument
143 auto *CI = dyn_cast<CallInst>(User); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp143 unsigned BF, DF, CI = 0; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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; handleBrSelExpect() local
340 CallInst *CI = dyn_cast<CallInst>(Inst); lowerExpectIntrinsic() local
[all...]
/third_party/littlefs/
H A DMakefile25 CI := $(SRC:%.c=$(BUILDDIR)/%.ci) macro
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h182 typedef const_iterator CI; typedef in i18n::phonenumbers::UnicodeText::const_iterator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp306 const CallInst *CI = dyn_cast<const CallInst>(Instr); in shouldConvertUse() local

Completed in 13 milliseconds

1234567