| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 172 const TargetLoweringBase *getTLI() const { in getTLI() function 173 return static_cast<const T *>(this)->getTLI(); in getTLI() 255 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() 278 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast() 282 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace() 291 return getTLI()->isLegalAddImmediate(imm); in isLegalAddImmediate() 295 return getTLI()->isLegalICmpImmediate(imm); in isLegalICmpImmediate() 306 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I); 311 EVT VT = getTLI()->getValueType(DL, Ty); in isIndexedLoadLegal() 312 return getTLI()->isIndexedLoadLegal(getISDIndexedMode(M), VT); in isIndexedLoadLegal() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | InlineAsmLowering.h | 53 const TargetLowering *getTLI() const { return TLI; } in getTLI() function 56 template <class XXXTargetLowering> const XXXTargetLowering *getTLI() const { in getTLI() function
|
| D | CallLowering.h | 330 const TargetLowering *getTLI() const { in getTLI() function 336 const XXXTargetLowering *getTLI() const { in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUTargetTransformInfo.h | 50 const TargetLoweringBase *getTLI() const { return TLI; } in getTLI() function 79 const SITargetLowering *getTLI() const { return TLI; } in getTLI() function 239 const AMDGPUTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| D | AMDGPUCallLowering.cpp | 262 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in canLowerReturn() 284 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerReturnVal() 501 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArgumentsKernel() 702 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArguments() 952 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in doCallerAndCalleePassArgsTheSameWay() 982 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in areCalleeOutgoingArgsTailCallable() 1111 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerTailCall() 1254 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | SCCP.cpp | 67 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule() 155 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
|
| D | InferFunctionAttrs.cpp | 76 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/GlSel/ |
| D | M68kCallLowering.cpp | 65 const M68kTargetLowering &TLI = *getTLI<M68kTargetLowering>(); in lowerReturn() 91 auto &TLI = *getTLI<M68kTargetLowering>(); in lowerFormalArguments()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreTargetTransformInfo.h | 36 const XCoreTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCTargetTransformInfo.h | 37 const ARCTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VETargetTransformInfo.h | 34 const VETargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | LazyBranchProbabilityInfo.cpp | 60 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64CallLowering.cpp | 351 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerReturn() 543 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerFormalArguments() 643 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in doCallerAndCalleePassArgsTheSameWay() 685 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in areCalleeOutgoingArgsTailCallable() 880 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerTailCall() 1039 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyTargetTransformInfo.h | 37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| D | WebAssemblyTargetTransformInfo.cpp | 106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFTargetTransformInfo.h | 33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXTargetTransformInfo.h | 36 const NVPTXTargetLowering *getTLI() const { return TLI; }; in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMCallLowering.cpp | 185 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerReturnVal() 358 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerFormalArguments() 447 const auto &TLI = *getTLI<ARMTargetLowering>(); in lowerCall()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | AnnotationRemarks.cpp | 99 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
| D | DCE.cpp | 163 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
| D | InstSimplifyPass.cpp | 106 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| D | LanaiTargetTransformInfo.h | 37 const LanaiTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | MetaRenamer.cpp | 158 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVTargetTransformInfo.cpp | 78 getTLI()->isLegalAddImmediate(Imm.getSExtValue())) { in getIntImmCostInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsCallLowering.cpp | 314 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn() 360 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments() 452 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall()
|