Home
last modified time | relevance | path

Searched refs:getTLI (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h191 const TargetLoweringBase *getTLI() const { in getTLI() function
192 return static_cast<const T *>(this)->getTLI(); in getTLI()
314 const char *LCName = getTLI()->getLibcallName(LC);
364 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses()
370 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
409 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast()
413 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace()
417 return getTLI()->getTargetMachine().Options.ThreadModel == in isSingleThreaded()
423 return getTLI()->getTargetMachine().getPredicatedAddrSpace(V); in getPredicatedAddrSpace()
432 return getTLI()->isLegalAddImmediate(imm); in isLegalAddImmediate()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInlineAsmLowering.h53 const TargetLowering *getTLI() const { return TLI; } in getTLI() function
56 template <class XXXTargetLowering> const XXXTargetLowering *getTLI() const { in getTLI() function
H A DCallLowering.h355 const TargetLowering *getTLI() const { in getTLI() function
361 const XXXTargetLowering *getTLI() const { in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h38 const NVPTXTargetLowering *getTLI() const { return TLI; }; in getTLI() function
120 auto VT = getTLI()->getValueType(DL, InTy);
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp103 const M68kTargetLowering &TLI = *getTLI<M68kTargetLowering>(); in lowerReturn()
129 auto &TLI = *getTLI<M68kTargetLowering>(); in lowerFormalArguments()
195 const M68kTargetLowering &TLI = *getTLI<M68kTargetLowering>(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h36 const XCoreTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.h28 const MipsTargetLowering *getTLI() const { return TLI; } in getTLI() function
H A DMipsCallLowering.cpp328 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn()
373 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments()
464 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetTransformInfo.h30 const DirectXTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetTransformInfo.h35 const SPIRVTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetTransformInfo.h37 const ARCTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.h36 const LoongArchTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyBranchProbabilityInfo.cpp60 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.h42 const AMDGPUTargetLowering *getTLI() const { return TLI; } in getTLI() function
H A DAMDGPUCallLowering.cpp284 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in canLowerReturn()
306 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerReturnVal()
514 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArgumentsKernel()
711 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArguments()
1032 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in doCallerAndCalleePassArgsTheSameWay()
1062 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in areCalleeOutgoingArgsTailCallable()
1205 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerTailCall()
1466 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerCall()
H A DAMDGPUTargetTransformInfo.h48 const TargetLoweringBase *getTLI() const { return TLI; } in getTLI() function
80 const SITargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp201 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerReturnVal()
376 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerFormalArguments()
465 const auto &TLI = *getTLI<ARMTargetLowering>(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h37 const LanaiTargetLowering *getTLI() const { return TLI; } in getTLI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI() function
H A DWebAssemblyPeephole.cpp124 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(MF.getFunction()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp424 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerReturn()
528 const auto &TLI = *getTLI<AArch64TargetLowering>(); in canLowerReturn()
754 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerFormalArguments()
871 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in doCallerAndCalleePassArgsTheSameWay()
913 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in areCalleeOutgoingArgsTailCallable()
1136 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerTailCall()
1314 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp99 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
H A DDCE.cpp130 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in eliminateDeadCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h60 const VETargetLowering *getTLI() const { return TLI; } in getTLI() function

1234