Home
last modified time | relevance | path

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

1234567891011

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp254 const TargetLibraryInfo &TLI) { in inferNonMandatoryLibFuncAttrs() argument
262 const TargetLibraryInfo &TLI) { in inferNonMandatoryLibFuncAttrs() argument
1241 setArgExtAttr(Function & F,unsigned ArgNo,const TargetLibraryInfo & TLI,bool Signed=true) setArgExtAttr() argument
1248 setRetExtAttr(Function & F,const TargetLibraryInfo & TLI,bool Signed=true) setRetExtAttr() argument
1289 getOrInsertLibFunc(Module * M,const TargetLibraryInfo & TLI,LibFunc TheLibFunc,FunctionType * T,AttributeList AttributeList) getOrInsertLibFunc() argument
1362 getOrInsertLibFunc(Module * M,const TargetLibraryInfo & TLI,LibFunc TheLibFunc,FunctionType * T) getOrInsertLibFunc() argument
1367 isLibFuncEmittable(const Module * M,const TargetLibraryInfo * TLI,LibFunc TheLibFunc) isLibFuncEmittable() argument
1384 isLibFuncEmittable(const Module * M,const TargetLibraryInfo * TLI,StringRef Name) isLibFuncEmittable() argument
1391 hasFloatFn(const Module * M,const TargetLibraryInfo * TLI,Type * Ty,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn) hasFloatFn() argument
1405 getFloatFn(const Module * M,const TargetLibraryInfo * TLI,Type * Ty,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn,LibFunc & TheLibFunc) getFloatFn() argument
1428 getIntTy(IRBuilderBase & B,const TargetLibraryInfo * TLI) getIntTy() argument
1432 getSizeTTy(IRBuilderBase & B,const TargetLibraryInfo * TLI) getSizeTTy() argument
1440 emitLibCall(LibFunc TheLibFunc,Type * ReturnType,ArrayRef<Type * > ParamTypes,ArrayRef<Value * > Operands,IRBuilderBase & B,const TargetLibraryInfo * TLI,bool IsVaArgs=false) emitLibCall() argument
1458 emitStrLen(Value * Ptr,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitStrLen() argument
1465 emitStrDup(Value * Ptr,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrDup() argument
1471 emitStrChr(Value * Ptr,char C,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrChr() argument
1479 emitStrNCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitStrNCmp() argument
1490 emitStrCpy(Value * Dst,Value * Src,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrCpy() argument
1497 emitStpCpy(Value * Dst,Value * Src,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStpCpy() argument
1504 emitStrNCpy(Value * Dst,Value * Src,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrNCpy() argument
1512 emitStpNCpy(Value * Dst,Value * Src,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStpNCpy() argument
1521 emitMemCpyChk(Value * Dst,Value * Src,Value * Len,Value * ObjSize,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemCpyChk() argument
1542 emitMemPCpy(Value * Dst,Value * Src,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemPCpy() argument
1551 emitMemChr(Value * Ptr,Value * Val,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemChr() argument
1561 emitMemRChr(Value * Ptr,Value * Val,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemRChr() argument
1571 emitMemCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemCmp() argument
1581 emitBCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitBCmp() argument
1591 emitMemCCpy(Value * Ptr1,Value * Ptr2,Value * Val,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitMemCCpy() argument
1602 emitSNPrintf(Value * Dest,Value * Size,Value * Fmt,ArrayRef<Value * > VariadicArgs,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitSNPrintf() argument
1615 emitSPrintf(Value * Dest,Value * Fmt,ArrayRef<Value * > VariadicArgs,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitSPrintf() argument
1626 emitStrCat(Value * Dest,Value * Src,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrCat() argument
1634 emitStrLCpy(Value * Dest,Value * Src,Value * Size,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrLCpy() argument
1643 emitStrLCat(Value * Dest,Value * Src,Value * Size,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrLCat() argument
1652 emitStrNCat(Value * Dest,Value * Src,Value * Size,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitStrNCat() argument
1661 emitVSNPrintf(Value * Dest,Value * Size,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSNPrintf() argument
1672 emitVSPrintf(Value * Dest,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSPrintf() argument
1698 emitUnaryFloatFnCallHelper(Value * Op,LibFunc TheLibFunc,StringRef Name,IRBuilderBase & B,const AttributeList & Attrs,const TargetLibraryInfo * TLI) emitUnaryFloatFnCallHelper() argument
1718 emitUnaryFloatFnCall(Value * Op,const TargetLibraryInfo * TLI,StringRef Name,IRBuilderBase & B,const AttributeList & Attrs) emitUnaryFloatFnCall() argument
1730 emitUnaryFloatFnCall(Value * Op,const TargetLibraryInfo * TLI,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn,IRBuilderBase & B,const AttributeList & Attrs) emitUnaryFloatFnCall() argument
1747 emitBinaryFloatFnCallHelper(Value * Op1,Value * Op2,LibFunc TheLibFunc,StringRef Name,IRBuilderBase & B,const AttributeList & Attrs,const TargetLibraryInfo * TLI) emitBinaryFloatFnCallHelper() argument
1769 emitBinaryFloatFnCall(Value * Op1,Value * Op2,const TargetLibraryInfo * TLI,StringRef Name,IRBuilderBase & B,const AttributeList & Attrs) emitBinaryFloatFnCall() argument
1784 emitBinaryFloatFnCall(Value * Op1,Value * Op2,const TargetLibraryInfo * TLI,LibFunc DoubleFn,LibFunc FloatFn,LibFunc LongDoubleFn,IRBuilderBase & B,const AttributeList & Attrs) emitBinaryFloatFnCall() argument
1800 emitPutChar(Value * Char,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitPutChar() argument
1819 emitPutS(Value * Str,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitPutS() argument
1837 emitFPutC(Value * Char,Value * File,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitFPutC() argument
1857 emitFPutS(Value * Str,Value * File,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitFPutS() argument
1877 emitFWrite(Value * Ptr,Value * Size,Value * File,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitFWrite() argument
1901 emitMalloc(Value * Num,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMalloc() argument
1921 emitCalloc(Value * Num,Value * Size,IRBuilderBase & B,const TargetLibraryInfo & TLI) emitCalloc() argument
1941 emitHotColdNew(Value * Num,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNew() argument
1961 emitHotColdNewNoThrow(Value * Num,Value * NoThrow,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewNoThrow() argument
1982 emitHotColdNewAligned(Value * Num,Value * Align,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewAligned() argument
2003 emitHotColdNewAlignedNoThrow(Value * Num,Value * Align,Value * NoThrow,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewAlignedNoThrow() argument
[all...]
H A DInjectTLIMappings.cpp73 static void addMappingsFromTLI(const TargetLibraryInfo &TLI, CallInst &CI) { in addMappingsFromTLI()
125 static bool runImpl(const TargetLibraryInfo &TLI, Function &F) { in runImpl()
138 const TargetLibraryInfo &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
H A DLibCallsShrinkWrap.cpp55 LibCallsShrinkWrap(const TargetLibraryInfo &TLI, DomTreeUpdater &DTU) in LibCallsShrinkWrap() argument
123 const TargetLibraryInfo &TLI; member in __anon632c9e4f0111::LibCallsShrinkWrap
499 static bool runImpl(Function &F, const TargetLibraryInfo &TLI, in runImpl() argument
516 auto &TLI in run() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp38 PluginChain(Function &F, TargetLibraryInfo &TLI) {} in PluginChain()
48 PluginChain(Function &F, TargetLibraryInfo &TLI) in PluginChain()
67 TargetLibraryInfo &TLI) in ValueProfileCollector()
H A DBoundsChecking.cpp57 const DataLayout &DL, TargetLibraryInfo &TLI, in getBoundsCheckCond() argument
142 static bool addBoundsChecking(Function &F, TargetLibraryInfo &TLI, in addBoundsChecking() argument
226 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp29 const TargetLibraryInfo &TLI) { in tryEmitAutoInitRemark() argument
42 static void runImpl(Function &F, const TargetLibraryInfo &TLI) { in runImpl() argument
89 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
H A DDCE.cpp57 const TargetLibraryInfo *TLI) { in DCEInstruction()
89 static bool eliminateDeadCode(Function &F, TargetLibraryInfo *TLI) { in eliminateDeadCode()
129 TargetLibraryInfo *TLI = in runOnFunction() local
H A DSCCP.cpp63 const TargetLibraryInfo *TLI, DomTreeUpdater &DTU) { in runSCCP() argument
123 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
H A DPlaceSafepoints.cpp155 TargetLibraryInfo *TLI = nullptr; global() member in __anon03e198460111::PlaceBackedgeSafepointsLegacyPass
249 runImpl(Function & F,const TargetLibraryInfo & TLI) runImpl() argument
380 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); run() local
389 needsStatepoint(CallBase * Call,const TargetLibraryInfo & TLI) needsStatepoint() argument
408 containsUnconditionalCallSafepoint(Loop * L,BasicBlock * Header,BasicBlock * Pred,DominatorTree & DT,const TargetLibraryInfo & TLI) containsUnconditionalCallSafepoint() argument
624 InsertSafepointPoll(Instruction * InsertBefore,std::vector<CallBase * > & ParsePointsNeeded,const TargetLibraryInfo & TLI) InsertSafepointPoll() argument
[all...]
H A DPartiallyInlineLibCalls.cpp104 static bool runPartiallyInlineLibCalls(Function &F, TargetLibraryInfo *TLI, in runPartiallyInlineLibCalls()
160 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
191 TargetLibraryInfo *TLI = in runOnFunction() local
H A DInstSimplifyPass.cpp98 const TargetLibraryInfo *TLI = in runOnFunction() local
126 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInlineAsmLowering.h29 const TargetLowering *TLI; variable
61 InlineAsmLowering(const TargetLowering *TLI) : TLI(TLI) {} in InlineAsmLowering()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp79 void llvm::ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, in ComputeValueVTs() argument
122 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<TypeSize> * Offsets,TypeSize StartingOffset) ComputeValueVTs() argument
130 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<TypeSize> * Offsets,uint64_t StartingOffset) ComputeValueVTs() argument
138 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<uint64_t> * FixedOffsets,uint64_t StartingOffset) ComputeValueVTs() argument
153 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<TypeSize> * Offsets,uint64_t StartingOffset) ComputeValueVTs() argument
162 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<uint64_t> * FixedOffsets,uint64_t StartingOffset) ComputeValueVTs() argument
315 isNoopBitcast(Type * T1,Type * T2,const TargetLoweringBase & TLI) isNoopBitcast() argument
335 getNoopInput(const Value * V,SmallVectorImpl<unsigned> & ValLoc,unsigned & DataBits,const TargetLoweringBase & TLI,const DataLayout & DL) getNoopInput() argument
418 slotOnlyDiscardsData(const Value * RetVal,const Value * CallVal,SmallVectorImpl<unsigned> & RetIndices,SmallVectorImpl<unsigned> & CallIndices,bool AllowDifferingSizes,const TargetLoweringBase & TLI,const DataLayout & DL) slotOnlyDiscardsData() argument
620 attributesPermitTailCall(const Function * F,const Instruction * I,const ReturnInst * Ret,const TargetLoweringBase & TLI,bool * AllowDifferingSizes) attributesPermitTailCall() argument
696 returnTypeIsEligibleForTailCall(const Function * F,const Instruction * I,const ReturnInst * Ret,const TargetLoweringBase & TLI) returnTypeIsEligibleForTailCall() argument
[all...]
H A DReplaceWithVeclib.cpp102 replaceWithCallToVeclib(const TargetLibraryInfo & TLI,Instruction & I) replaceWithCallToVeclib() argument
223 runImpl(const TargetLibraryInfo & TLI,Function & F) runImpl() argument
246 const TargetLibraryInfo &TLI = AM.getResult<TargetLibraryAnalysis>(F); run() local
270 const TargetLibraryInfo &TLI = runOnFunction() local
[all...]
H A DIndirectBrExpandPass.cpp78 auto *TLI = STI->getTargetLowering(); in run() local
102 bool runImpl(Function &F, const TargetLowering *TLI, DomTreeUpdater *DTU) { in runImpl() argument
288 auto *TLI = STI.getTargetLowering(); runOnFunction() local
H A DExpandLargeDivRem.cpp57 runImpl(Function & F,const TargetLowering & TLI) runImpl() argument
120 auto *TLI = TM->getSubtargetImpl(F)->getTargetLowering(); runOnFunction() local
H A DDwarfEHPrepare.cpp61 const TargetLowering &TLI; member in __anon7cd3e7f60111::DwarfEHPrepare
314 prepareDwarfEH(CodeGenOptLevel OptLevel,Function & F,const TargetLowering & TLI,DominatorTree * DT,const TargetTransformInfo * TTI,const Triple & TargetTriple) prepareDwarfEH() argument
339 const TargetLowering &TLI = *TM.getSubtargetImpl(F)->getTargetLowering(); runOnFunction() local
371 const auto &TLI = *TM->getSubtargetImpl(F)->getTargetLowering(); run() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp181 const TargetLibraryInfo *TLI) { in getAllocationDataForFunction() argument
223 const TargetLibraryInfo *TLI) { in getAllocationData() argument
243 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize() argument
299 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocationFn() argument
312 isNewLikeFn(const Value * V,const TargetLibraryInfo * TLI) isNewLikeFn() argument
318 isMallocOrCallocLikeFn(const Value * V,const TargetLibraryInfo * TLI) isMallocOrCallocLikeFn() argument
325 isAllocLikeFn(const Value * V,const TargetLibraryInfo * TLI) isAllocLikeFn() argument
342 isRemovableAlloc(const CallBase * CB,const TargetLibraryInfo * TLI) isRemovableAlloc() argument
354 getAllocAlignment(const CallBase * V,const TargetLibraryInfo * TLI) getAllocAlignment() argument
379 getAllocSize(const CallBase * CB,const TargetLibraryInfo * TLI,function_ref<const Value * (const Value *)> Mapper) getAllocSize() argument
441 getInitialValueOfAllocation(const Value * V,const TargetLibraryInfo * TLI,Type * Ty) getInitialValueOfAllocation() argument
512 getAllocationFamily(const Value * I,const TargetLibraryInfo * TLI) getAllocationFamily() argument
558 getFreedOperand(const CallBase * CB,const TargetLibraryInfo * TLI) getFreedOperand() argument
593 getObjectSize(const Value * Ptr,uint64_t & Size,const DataLayout & DL,const TargetLibraryInfo * TLI,ObjectSizeOpts Opts) getObjectSize() argument
605 lowerObjectSizeCall(IntrinsicInst * ObjectSize,const DataLayout & DL,const TargetLibraryInfo * TLI,bool MustSucceed) lowerObjectSizeCall() argument
613 lowerObjectSizeCall(IntrinsicInst * ObjectSize,const DataLayout & DL,const TargetLibraryInfo * TLI,AAResults * AA,bool MustSucceed,SmallVectorImpl<Instruction * > * InsertedInstructions) lowerObjectSizeCall() argument
693 ObjectSizeOffsetVisitor(const DataLayout & DL,const TargetLibraryInfo * TLI,LLVMContext & Context,ObjectSizeOpts Options) ObjectSizeOffsetVisitor() argument
1045 ObjectSizeOffsetEvaluator(const DataLayout & DL,const TargetLibraryInfo * TLI,LLVMContext & Context,ObjectSizeOpts EvalOpts) ObjectSizeOffsetEvaluator() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h43 FunctionCallee getOrInsertLibFunc(Module *M, const TargetLibraryInfo &TLI, in getOrInsertLibFunc() argument
53 FunctionCallee getOrInsertLibFunc(Module *M, const TargetLibraryInfo &TLI, in getOrInsertLibFunc() argument
[all...]
H A DEvaluator.h82 Evaluator(const DataLayout &DL, const TargetLibraryInfo *TLI) in Evaluator()
172 const TargetLibraryInfo *TLI; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyBranchProbabilityInfo.h59 const TargetLibraryInfo *TLI) in LazyBranchProbabilityInfo()
81 const TargetLibraryInfo *TLI; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h110 : Plan(Plan), OrigLoop(OrigLoop), TLI(TLI), Legal(Legal), CM(CM), in VPRecipeBuilder() argument
32 const TargetLibraryInfo *TLI; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h56 TargetLibraryInfo &TLI; variable
82 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp53 ARMCallLowering(const ARMTargetLowering & TLI) ARMCallLowering() argument
56 isSupportedType(const DataLayout & DL,const ARMTargetLowering & TLI,Type * T) isSupportedType() argument
194 auto &TLI = *getTLI<ARMTargetLowering>(); lowerReturnVal() local
369 auto &TLI = *getTLI<ARMTargetLowering>(); lowerFormalArguments() local
458 const auto &TLI = *getTLI<ARMTargetLowering>(); lowerCall() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp171 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getCopyFromParts() local
346 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getCopyFromPartsVector() local
508 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getCopyToParts() local
692 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getCopyToPartsVector() local
840 RegsForValue(LLVMContext & Context,const TargetLowering & TLI,const DataLayout & DL,unsigned Reg,Type * Ty,std::optional<CallingConv::ID> CC) RegsForValue() argument
872 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getCopyFromRegs() local
955 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getCopyToRegs() local
1011 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); AddInlineAsmOperands() local
1620 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); handleDebugValue() local
1763 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getValueImpl() local
2129 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitRet() local
2710 auto &TLI = DAG.getTargetLoweringInfo(); visitSwitchCase() local
2819 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitJumpTableHeader() local
2861 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getLoadStackGuard() local
2891 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitSPDescriptorParent() local
2983 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitSPDescriptorFailure() local
3017 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitBitTestHeader() local
3079 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitBitTestCase() local
3176 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitInvoke() local
3271 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitLandingPad() local
3453 auto &TLI = DAG.getTargetLoweringInfo(); visitICmp() local
3530 auto &TLI = DAG.getTargetLoweringInfo(); visitSelect() local
3647 auto &TLI = DAG.getTargetLoweringInfo(); visitZExt() local
3679 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitFPTrunc() local
3730 auto &TLI = DAG.getTargetLoweringInfo(); visitPtrToInt() local
3744 auto &TLI = DAG.getTargetLoweringInfo(); visitIntToPtr() local
3775 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitAddrSpaceCast() local
3790 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitInsertElement() local
3801 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitExtractElement() local
3819 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitShuffleVector() local
4020 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitInsertValue() local
4067 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitExtractValue() local
4100 auto &TLI = DAG.getTargetLoweringInfo(); visitGetElementPtr() local
4243 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitAlloca() local
4313 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitLoad() local
4484 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitStore() local
4619 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getUniformBase() local
4683 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitMaskedScatter() local
4784 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitMaskedGather() local
4839 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitAtomicCmpXchg() local
4893 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitAtomicRMW() local
4914 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitFence() local
4933 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitAtomicLoad() local
4969 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitAtomicStore() local
5020 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitTargetIntrinsic() local
5134 GetExponent(SelectionDAG & DAG,SDValue Op,const TargetLowering & TLI,const SDLoc & dl) GetExponent() argument
5247 expandExp(const SDLoc & dl,SDValue Op,SelectionDAG & DAG,const TargetLowering & TLI,SDNodeFlags Flags) expandExp() argument
5269 expandLog(const SDLoc & dl,SDValue Op,SelectionDAG & DAG,const TargetLowering & TLI,SDNodeFlags Flags) expandLog() argument
5368 expandLog2(const SDLoc & dl,SDValue Op,SelectionDAG & DAG,const TargetLowering & TLI,SDNodeFlags Flags) expandLog2() argument
5465 expandLog10(const SDLoc & dl,SDValue Op,SelectionDAG & DAG,const TargetLowering & TLI,SDNodeFlags Flags) expandLog10() argument
5555 expandExp2(const SDLoc & dl,SDValue Op,SelectionDAG & DAG,const TargetLowering & TLI,SDNodeFlags Flags) expandExp2() argument
5567 expandPow(const SDLoc & dl,SDValue LHS,SDValue RHS,SelectionDAG & DAG,const TargetLowering & TLI,SDNodeFlags Flags) expandPow() argument
5648 expandDivFix(unsigned Opcode,const SDLoc & DL,SDValue LHS,SDValue RHS,SDValue Scale,SelectionDAG & DAG,const TargetLowering & TLI) expandDivFix() argument
5924 const auto &TLI = DAG.getTargetLoweringInfo(); EmitFuncArgumentDbgValue() local
6070 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitIntrinsicCall() local
7767 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitConstrainedFPIntrinsic() local
7895 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVPGather() local
7958 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVPScatter() local
8047 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVPCmp() local
8091 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVectorPredicationIntrinsic() local
8269 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); lowerInvokable() local
8309 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); LowerCallTo() local
8511 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitMemCmpBCmpCall() local
9011 const auto &TLI = DAG.getTargetLoweringInfo(); patchMatchingInput() local
9036 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getAddressForMemoryInput() local
9084 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); getRegistersForValue() local
9269 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitInlineAsm() local
9807 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); emitInlineAsmError() local
9829 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVAArg() local
10142 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitPatchpoint() local
10183 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVectorReduce() local
10711 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); CopyValueToVirtualRegister() local
11305 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); HandlePHINodesInSuccessorBlocks() local
11886 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitStepVector() local
11893 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVectorReverse() local
11951 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVectorInterleave() local
11990 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitVectorSplice() local
12068 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); visitCallBrLandingPad() local
[all...]

1234567891011