| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 191 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 D | InlineAsmLowering.h | 53 const TargetLowering *getTLI() const { return TLI; } in getTLI() function 56 template <class XXXTargetLowering> const XXXTargetLowering *getTLI() const { in getTLI() function
|
| H A D | CallLowering.h | 355 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 D | NVPTXTargetTransformInfo.h | 38 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 D | M68kCallLowering.cpp | 103 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 D | XCoreTargetTransformInfo.h | 36 const XCoreTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetTransformInfo.h | 28 const MipsTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| H A D | MipsCallLowering.cpp | 328 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 D | DirectXTargetTransformInfo.h | 30 const DirectXTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetTransformInfo.h | 35 const SPIRVTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCTargetTransformInfo.h | 37 const ARCTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetTransformInfo.h | 36 const LoongArchTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyBranchProbabilityInfo.cpp | 60 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600TargetTransformInfo.h | 42 const AMDGPUTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| H A D | AMDGPUCallLowering.cpp | 284 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 D | AMDGPUTargetTransformInfo.h | 48 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 D | BPFTargetTransformInfo.h | 33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 201 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 D | LanaiTargetTransformInfo.h | 37 const LanaiTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.h | 37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| H A D | WebAssemblyPeephole.cpp | 124 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(MF.getFunction()); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 424 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 D | InstSimplifyPass.cpp | 99 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
| H A D | DCE.cpp | 130 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in eliminateDeadCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetTransformInfo.h | 60 const VETargetLowering *getTLI() const { return TLI; } in getTLI() function
|