|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/CodeGen/BasicTTIImpl.h 1728 const TargetLoweringBase *getTLI() const { return TLI; }
lib/Target/AArch64/AArch64TargetTransformInfo.h 51 const AArch64TargetLowering *getTLI() const { return TLI; }
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h 105 const AMDGPUTargetLowering *getTLI() const { return TLI; }
238 const AMDGPUTargetLowering *getTLI() const { return TLI; }
lib/Target/ARC/ARCTargetTransformInfo.h 37 const ARCTargetLowering *getTLI() const { return TLI; }
lib/Target/ARM/ARMTargetTransformInfo.h 84 const ARMTargetLowering *getTLI() const { return TLI; }
lib/Target/Hexagon/HexagonTargetTransformInfo.h 43 const HexagonTargetLowering *getTLI() const { return &TLI; }
lib/Target/Lanai/LanaiTargetTransformInfo.h 37 const LanaiTargetLowering *getTLI() const { return TLI; }
lib/Target/NVPTX/NVPTXTargetTransformInfo.h 36 const NVPTXTargetLowering *getTLI() const { return TLI; };
lib/Target/PowerPC/PPCTargetTransformInfo.h 35 const PPCTargetLowering *getTLI() const { return TLI; }
lib/Target/RISCV/RISCVTargetTransformInfo.h 37 const RISCVTargetLowering *getTLI() const { return TLI; }
lib/Target/SystemZ/SystemZTargetTransformInfo.h 27 const SystemZTargetLowering *getTLI() const { return TLI; }
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h 37 const WebAssemblyTargetLowering *getTLI() const { return TLI; }
lib/Target/X86/X86TargetTransformInfo.h 36 const X86TargetLowering *getTLI() const { return TLI; }
lib/Target/XCore/XCoreTargetTransformInfo.h 36 const XCoreTargetLowering *getTLI() const { return TLI; }