Home
last modified time | relevance | path

Searched defs:TLI (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp140 const TargetLibraryInfo &TLI) { in inferLibFuncAttributes()
147 bool llvm::inferLibFuncAttributes(Function &F, const TargetLibraryInfo &TLI) { in inferLibFuncAttributes()
788 bool llvm::hasFloatFn(const TargetLibraryInfo *TLI, Type *Ty, in hasFloatFn()
802 StringRef llvm::getFloatFnName(const TargetLibraryInfo *TLI, Type *Ty, in getFloatFnName()
830 const TargetLibraryInfo *TLI, in emitLibCall()
848 const TargetLibraryInfo *TLI) { in emitStrLen()
855 const TargetLibraryInfo *TLI) { in emitStrDup()
861 const TargetLibraryInfo *TLI) { in emitStrChr()
869 const DataLayout &DL, const TargetLibraryInfo *TLI) { in emitStrNCmp()
878 const TargetLibraryInfo *TLI) { in emitStrCpy()
[all …]
DInjectTLIMappings.cpp101 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { in addMappingsFromTLI()
139 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl()
152 const TargetLibraryInfo &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
162 const TargetLibraryInfo &TLI = in runOnFunction() local
DLibCallsShrinkWrap.cpp76 LibCallsShrinkWrap(const TargetLibraryInfo &TLI, DominatorTree *DT) in LibCallsShrinkWrap()
129 const TargetLibraryInfo &TLI; member in __anon7bf2ab680211::LibCallsShrinkWrap
523 static bool runImpl(Function &F, const TargetLibraryInfo &TLI, in runImpl()
537 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction() local
553 auto &TLI = FAM.getResult<TargetLibraryAnalysis>(F); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp136 const TargetLibraryInfo *TLI) { in getAllocationDataForFunction()
173 const TargetLibraryInfo *TLI, in getAllocationData()
197 const TargetLibraryInfo *TLI) { in getAllocationSize()
235 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocationFn()
247 bool llvm::isNoAliasFn(const Value *V, const TargetLibraryInfo *TLI, in isNoAliasFn()
257 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocLikeFn()
270 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isCallocLikeFn()
277 bool llvm::isMallocOrCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocOrCallocLikeFn()
285 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocLikeFn()
292 bool llvm::isReallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isReallocLikeFn()
[all …]
DTargetLibraryInfo.cpp69 static void initialize(TargetLibraryInfoImpl &TLI, const Triple &T, in initialize()
570 TargetLibraryInfoImpl::TargetLibraryInfoImpl(const TargetLibraryInfoImpl &TLI) in TargetLibraryInfoImpl()
579 TargetLibraryInfoImpl::TargetLibraryInfoImpl(TargetLibraryInfoImpl &&TLI) in TargetLibraryInfoImpl() function in TargetLibraryInfoImpl
590 TargetLibraryInfoImpl &TargetLibraryInfoImpl::operator=(const TargetLibraryInfoImpl &TLI) { in operator =()
599 TargetLibraryInfoImpl &TargetLibraryInfoImpl::operator=(TargetLibraryInfoImpl &&TLI) { in operator =()
DConstantFolding.cpp768 const DataLayout &DL, const TargetLibraryInfo *TLI) { in CastGEPIndices()
824 const TargetLibraryInfo *TLI) { in SymbolicallyEvaluateGEP()
1020 const TargetLibraryInfo *TLI) { in ConstantFoldInstOperandsImpl()
1079 const TargetLibraryInfo *TLI, in ConstantFoldConstantImpl()
1121 const TargetLibraryInfo *TLI) { in ConstantFoldInstruction()
1192 const TargetLibraryInfo *TLI) { in ConstantFoldConstant()
1200 const TargetLibraryInfo *TLI) { in ConstantFoldInstOperands()
1207 const TargetLibraryInfo *TLI) { in ConstantFoldCompareInstOperands()
1690 const TargetLibraryInfo *TLI, in ConstantFoldScalarCall1()
2029 const TargetLibraryInfo *TLI, in ConstantFoldScalarCall2()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp102 MemoryDependenceResults &MD, const TargetLibraryInfo &TLI, in deleteDeadInstruction()
162 const TargetLibraryInfo &TLI) { in hasAnalyzableMemoryWrite()
235 const TargetLibraryInfo &TLI) { in getLocForRead()
325 const TargetLibraryInfo &TLI, in getPointerSize()
358 const TargetLibraryInfo &TLI, in isOverwrite()
555 const TargetLibraryInfo &TLI, in isPossibleSelfRead()
671 const TargetLibraryInfo *TLI, in handleFree()
733 const TargetLibraryInfo *TLI, in removeAccessedObjects()
764 const TargetLibraryInfo *TLI, in handleEndBlock()
1044 const TargetLibraryInfo *TLI, in eliminateNoopStore()
[all …]
DDCE.cpp52 TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction() local
124 const TargetLibraryInfo *TLI) { in DCEInstruction()
155 static bool eliminateDeadCode(Function &F, TargetLibraryInfo *TLI) { in eliminateDeadCode()
199 TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction() local
DPartiallyInlineLibCalls.cpp90 static bool runPartiallyInlineLibCalls(Function &F, TargetLibraryInfo *TLI, in runPartiallyInlineLibCalls()
137 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
164 TargetLibraryInfo *TLI = in runOnFunction() local
DLowerConstantIntrinsics.cpp86 static bool lowerConstantIntrinsics(Function &F, const TargetLibraryInfo *TLI) { in lowerConstantIntrinsics()
159 const TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI(F) : nullptr; in runOnFunction() local
DInstSimplifyPass.cpp103 const TargetLibraryInfo *TLI = in runOnFunction() local
134 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
DMergeICmps.cpp609 PHINode &Phi, const TargetLibraryInfo &TLI, in mergeComparisons()
678 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, in simplify()
794 bool processPhi(PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, in processPhi()
863 static bool runImpl(Function &F, const TargetLibraryInfo &TLI, in runImpl()
901 const auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction() local
935 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyBranchProbabilityInfo.h59 const TargetLibraryInfo *TLI) in LazyBranchProbabilityInfo()
81 const TargetLibraryInfo *TLI; variable
DMemoryBuiltins.h158 inline CallInst *extractCallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractCallocCall()
173 inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) { in isFreeCall()
228 const TargetLibraryInfo *TLI; variable
292 const TargetLibraryInfo *TLI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h53 TargetLibraryInfo &TLI; variable
79 TruncInstCombine(TargetLibraryInfo &TLI, const DataLayout &DL, in TruncInstCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp83 void llvm::ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, in ComputeValueVTs()
119 void llvm::ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, in ComputeValueVTs()
180 const TargetLowering &TLI) { in hasInlineAsmMemConstraint()
256 const TargetLoweringBase& TLI) { in isNoopBitcast()
276 const TargetLoweringBase &TLI, in getNoopInput()
358 const TargetLoweringBase &TLI, in slotOnlyDiscardsData()
559 const TargetLoweringBase &TLI, in attributesPermitTailCall()
637 const TargetLoweringBase &TLI) { in returnTypeIsEligibleForTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h50 const TargetLoweringBase *TLI; variable
73 const AMDGPUTargetLowering *TLI; variable
240 const AMDGPUTargetLowering *TLI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp58 const DataLayout &DL, TargetLibraryInfo &TLI, in getBoundsCheckCond()
143 static bool addBoundsChecking(Function &F, TargetLibraryInfo &TLI, in addBoundsChecking()
210 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
228 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEvaluator.h40 Evaluator(const DataLayout &DL, const TargetLibraryInfo *TLI) in Evaluator()
127 const TargetLibraryInfo *TLI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h30 const TargetLibraryInfo *TLI; variable
127 VPRecipeBuilder(Loop *OrigLoop, const TargetLibraryInfo *TLI, in VPRecipeBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp52 ARMCallLowering::ARMCallLowering(const ARMTargetLowering &TLI) in ARMCallLowering()
55 static bool isSupportedType(const DataLayout &DL, const ARMTargetLowering &TLI, in isSupportedType()
193 const ARMTargetLowering &TLI = *getTLI<ARMTargetLowering>(); in splitToValueTypes() local
248 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerReturnVal() local
419 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerFormalArguments() local
505 const auto &TLI = *getTLI<ARMTargetLowering>(); in lowerCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp51 AArch64CallLowering::AArch64CallLowering(const AArch64TargetLowering &TLI) in AArch64CallLowering()
222 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in splitToValueTypes() local
270 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerReturn() local
440 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerFormalArguments() local
517 getAssignFnsForCC(CallingConv::ID CC, const AArch64TargetLowering &TLI) { in getAssignFnsForCC()
533 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in doCallerAndCalleePassArgsTheSameWay() local
571 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in areCalleeOutgoingArgsTailCallable() local
784 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerTailCall() local
927 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h340 const TargetLoweringBase *TLI = getTLI(); in getEstimatedNumberOfCaseClusters() local
388 const TargetLoweringBase *TLI = getTLI(); in shouldBuildLookupTables() local
394 const TargetLoweringBase *TLI = getTLI(); in haveFastSqrt() local
407 const TargetLoweringBase *TLI = getTLI(); in getFPOpCost() local
415 const TargetLoweringBase *TLI = getTLI(); in getOperationCost() local
514 AssumptionCache &AC, TargetLibraryInfo *TLI, in preferPredicateOverEpilogue()
639 const TargetLoweringBase *TLI = getTLI(); variable
699 const TargetLoweringBase *TLI = getTLI(); variable
838 const TargetLoweringBase *TLI = getTLI(); in getCmpSelInstrCost() local
1471 const TargetLoweringBase *TLI = getTLI(); variable
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp24 MipsCallLowering::MipsCallLowering(const MipsTargetLowering &TLI) in MipsCallLowering()
61 const MipsTargetLowering &TLI = *static_cast<const MipsTargetLowering *>( in handle() local
426 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn() local
468 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments() local
558 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall() local
677 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in subTargetRegTypeForCallingConv() local
710 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in splitToValueTypes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp214 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromParts() local
369 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromPartsVector() local
668 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToPartsVector() local
779 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue()
811 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromRegs() local
894 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToRegs() local
950 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in AddInlineAsmOperands() local
1302 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in handleDebugValue() local
1472 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getValueImpl() local
1796 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in visitRet() local
[all …]

12345678