| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 60 static bool isCallingConvCCompatible(CallInst *CI) { in isCallingConvCCompatible() argument 104 static bool callHasFloatingPointArgument(const CallInst *CI) { in callHasFloatingPointArgument() argument [all...] |
| H A D | EscapeEnumerator.cpp | 88 CallInst *CI = cast<CallInst>(Calls[--I]); in Next() local
|
| H A D | InjectTLIMappings.cpp | 47 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 D | FlattenCFG.cpp | 192 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 D | LibCallsShrinkWrap.cpp | 78 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 D | LoopVersioning.cpp | 73 auto *CI = dyn_cast<ConstantInt>(SCEVRuntimeCheck); in versionLoop() local
|
| H A D | ModuleUtils.cpp | 285 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 D | ObjCARC.h | 51 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 D | PreISelIntrinsicLowering.cpp | 40 auto CI = dyn_cast<CallInst>(I->getUser()); in lowerLoadRelative() local 94 auto *CI in lowerObjCCall() local [all...] |
| H A D | DwarfEHPrepare.cpp | 226 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls() local 251 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB); in InsertUnwindResumeCalls() local
|
| H A D | GCRootLowering.cpp | 199 IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++); in DoLowering() local 265 VisitCallPoint(MachineBasicBlock::iterator CI) VisitCallPoint() argument [all...] |
| H A D | IntrinsicLowering.cpp | 31 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 D | ScalarizeMaskedMemIntrin.cpp | 127 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 D | StackProtector.cpp | 185 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 D | ObjCARCInstKind.cpp | 223 const CallInst *CI = cast<CallInst>(I); in GetARCInstKind() local
|
| H A D | TypeMetadataUtils.cpp | 24 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 D | AssumptionCache.cpp | 57 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 D | AMDGPULowerIntrinsics.cpp | 59 ConstantInt *CI = dyn_cast<ConstantInt>(Size); in shouldExpandOperationWithSize() local 122 auto *CI = dyn_cast<CallInst>(U); in makeLIDRangeMetadata() local
|
| H A D | AMDGPULowerKernelAttributes.cpp | 72 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 D | PPCLowerMASSVEntries.cpp | 102 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 D | X86DiscriminateMemOps.cpp | 143 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 D | LowerExpectIntrinsic.cpp | 59 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 D | Makefile | 25 CI := $(SRC:%.c=$(BUILDDIR)/%.ci) macro [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| H A D | unicodetext.h | 182 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 D | AArch64PromoteConstant.cpp | 306 const CallInst *CI = dyn_cast<const CallInst>(Instr); in shouldConvertUse() local
|