Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp211 const TargetLibraryInfo &TLI) { in inferLibFuncAttributes()
218 bool llvm::inferLibFuncAttributes(Function &F, const TargetLibraryInfo &TLI) { in inferLibFuncAttributes()
1180 bool llvm::hasFloatFn(const TargetLibraryInfo *TLI, Type *Ty, in hasFloatFn()
1194 StringRef llvm::getFloatFnName(const TargetLibraryInfo *TLI, Type *Ty, in getFloatFnName()
1222 const TargetLibraryInfo *TLI, in emitLibCall()
1240 const TargetLibraryInfo *TLI) { in emitStrLen()
1247 const TargetLibraryInfo *TLI) { in emitStrDup()
1253 const TargetLibraryInfo *TLI) { in emitStrChr()
1261 const DataLayout &DL, const TargetLibraryInfo *TLI) { in emitStrNCmp()
1270 const TargetLibraryInfo *TLI) { in emitStrCpy()
[all …]
H A DInjectTLIMappings.cpp72 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { in addMappingsFromTLI()
124 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl()
137 const TargetLibraryInfo &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
147 const TargetLibraryInfo &TLI = in runOnFunction() local
H A DLibCallsShrinkWrap.cpp76 LibCallsShrinkWrap(const TargetLibraryInfo &TLI, DominatorTree *DT) in LibCallsShrinkWrap()
129 const TargetLibraryInfo &TLI; member in __anon5f6800280211::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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp142 const TargetLibraryInfo *TLI) { in getAllocationDataForFunction()
179 const TargetLibraryInfo *TLI, in getAllocationData()
203 const TargetLibraryInfo *TLI) { in getAllocationSize()
242 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocationFn()
254 bool llvm::isNoAliasFn(const Value *V, const TargetLibraryInfo *TLI, in isNoAliasFn()
264 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocLikeFn()
277 bool llvm::isAlignedAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isAlignedAllocLikeFn()
291 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isCallocLikeFn()
298 bool llvm::isMallocOrCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocOrCallocLikeFn()
306 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocLikeFn()
[all …]
H A DTargetLibraryInfo.cpp116 static void initialize(TargetLibraryInfoImpl &TLI, const Triple &T, in initialize()
639 TargetLibraryInfoImpl::TargetLibraryInfoImpl(const TargetLibraryInfoImpl &TLI) in TargetLibraryInfoImpl()
648 TargetLibraryInfoImpl::TargetLibraryInfoImpl(TargetLibraryInfoImpl &&TLI) in TargetLibraryInfoImpl() function in TargetLibraryInfoImpl
659 TargetLibraryInfoImpl &TargetLibraryInfoImpl::operator=(const TargetLibraryInfoImpl &TLI) { in operator =()
668 TargetLibraryInfoImpl &TargetLibraryInfoImpl::operator=(TargetLibraryInfoImpl &&TLI) { in operator =()
H A DConstantFolding.cpp805 const DataLayout &DL, const TargetLibraryInfo *TLI) { in CastGEPIndices()
858 const TargetLibraryInfo *TLI) { in SymbolicallyEvaluateGEP()
1052 const TargetLibraryInfo *TLI) { in ConstantFoldInstOperandsImpl()
1114 const TargetLibraryInfo *TLI, in ConstantFoldConstantImpl()
1152 const TargetLibraryInfo *TLI) { in ConstantFoldInstruction()
1216 const TargetLibraryInfo *TLI) { in ConstantFoldConstant()
1224 const TargetLibraryInfo *TLI) { in ConstantFoldInstOperands()
1231 const TargetLibraryInfo *TLI) { in ConstantFoldCompareInstOperands()
1823 const TargetLibraryInfo *TLI, in ConstantFoldScalarCall1()
2298 const TargetLibraryInfo *TLI, in ConstantFoldScalarCall2()
[all …]
H A DLoads.cpp47 const TargetLibraryInfo *TLI, SmallPtrSetImpl<const Value *> &Visited, in isDereferenceableAndAlignedPointer()
199 const TargetLibraryInfo *TLI) { in isDereferenceableAndAlignedPointer()
215 const TargetLibraryInfo *TLI) { in isDereferenceableAndAlignedPointer()
238 const TargetLibraryInfo *TLI) { in isDereferenceablePointer()
339 const TargetLibraryInfo *TLI) { in isSafeToLoadUnconditionally()
414 const TargetLibraryInfo *TLI) { in isSafeToLoadUnconditionally()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp35 const TargetLibraryInfo &TLI) { in tryEmitAutoInitRemark()
80 static void runImpl(Function &F, const TargetLibraryInfo &TLI) { in runImpl()
130 const TargetLibraryInfo &TLI = in runOnFunction() local
158 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
H A DDCE.cpp90 const TargetLibraryInfo *TLI) { in DCEInstruction()
122 static bool eliminateDeadCode(Function &F, TargetLibraryInfo *TLI) { in eliminateDeadCode()
162 TargetLibraryInfo *TLI = in runOnFunction() local
H A DPartiallyInlineLibCalls.cpp103 static bool runPartiallyInlineLibCalls(Function &F, TargetLibraryInfo *TLI, in runPartiallyInlineLibCalls()
156 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
187 TargetLibraryInfo *TLI = in runOnFunction() local
H A DInstSimplifyPass.cpp105 const TargetLibraryInfo *TLI = in runOnFunction() local
136 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp41 PluginChain(Function &F, TargetLibraryInfo &TLI) {} in PluginChain()
51 PluginChain(Function &F, TargetLibraryInfo &TLI) in PluginChain()
70 TargetLibraryInfo &TLI) in ValueProfileCollector()
H A DBoundsChecking.cpp58 const DataLayout &DL, TargetLibraryInfo &TLI, in getBoundsCheckCond()
143 static bool addBoundsChecking(Function &F, TargetLibraryInfo &TLI, in addBoundsChecking()
215 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
233 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction() local
H A DPGOMemOPSizeOpt.cpp225 TargetLibraryInfo &TLI) in MemOPSizeOpt()
268 TargetLibraryInfo &TLI; member in __anonf0c1fc8e0211::MemOPSizeOpt
509 DominatorTree *DT, TargetLibraryInfo &TLI) { in PGOMemOPSizeOptImpl()
526 TargetLibraryInfo &TLI = in runOnFunction() local
539 auto &TLI = FAM.getResult<TargetLibraryAnalysis>(F); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp93 static bool replaceWithCallToVeclib(const TargetLibraryInfo &TLI, in replaceWithCallToVeclib()
177 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl()
201 const TargetLibraryInfo &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
222 const TargetLibraryInfo &TLI = in runOnFunction() local
H A DAnalysis.cpp82 void llvm::ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, in ComputeValueVTs()
124 void llvm::ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, in ComputeValueVTs()
245 const TargetLoweringBase& TLI) { in isNoopBitcast()
265 const TargetLoweringBase &TLI, in getNoopInput()
347 const TargetLoweringBase &TLI, in slotOnlyDiscardsData()
551 const TargetLoweringBase &TLI, in attributesPermitTailCall()
627 const TargetLoweringBase &TLI) { in returnTypeIsEligibleForTailCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInlineAsmLowering.h29 const TargetLowering *TLI; variable
61 InlineAsmLowering(const TargetLowering *TLI) : TLI(TLI) {} in InlineAsmLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyBranchProbabilityInfo.h59 const TargetLibraryInfo *TLI) in LazyBranchProbabilityInfo()
81 const TargetLibraryInfo *TLI; variable
H A DMemoryBuiltins.h164 inline CallInst *extractCallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractCallocCall()
179 inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) { in isFreeCall()
238 const TargetLibraryInfo *TLI; variable
302 const TargetLibraryInfo *TLI; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h47 const TargetLoweringBase *TLI; variable
69 const SITargetLowering *TLI; variable
232 const AMDGPUTargetLowering *TLI; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h40 Evaluator(const DataLayout &DL, const TargetLibraryInfo *TLI) in Evaluator()
125 const TargetLibraryInfo *TLI; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h52 TargetLibraryInfo &TLI; variable
78 TruncInstCombine(TargetLibraryInfo &TLI, const DataLayout &DL, in TruncInstCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h32 const TargetLibraryInfo *TLI; variable
107 VPRecipeBuilder(Loop *OrigLoop, const TargetLibraryInfo *TLI, in VPRecipeBuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp52 ARMCallLowering::ARMCallLowering(const ARMTargetLowering &TLI) in ARMCallLowering()
55 static bool isSupportedType(const DataLayout &DL, const ARMTargetLowering &TLI, in isSupportedType()
189 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerReturnVal() local
365 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerFormalArguments() local
454 const auto &TLI = *getTLI<ARMTargetLowering>(); in lowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp170 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromParts() local
334 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromPartsVector() local
479 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToParts() local
653 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToPartsVector() local
782 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue()
814 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyFromRegs() local
897 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getCopyToRegs() local
953 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in AddInlineAsmOperands() local
1372 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in handleDebugValue() local
1515 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in getValueImpl() local
[all …]

12345678910