Searched defs:getST (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h36 const AMDGPUSubtarget *getST() const { return ST; } function in class:llvm::AMDGPUTTIImpl
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h35 const HexagonSubtarget *getST() const { return ST; } function in class:llvm::HexagonTTIImpl
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h36 const NVPTXSubtarget *getST() const { return ST; }; function in class:llvm::NVPTXTTIImpl
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h36 const PPCSubtarget *getST() const { return ST; } function in class:llvm::PPCTTIImpl
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h27 const SystemZSubtarget *getST() const { return ST; } function in class:llvm::SystemZTTIImpl
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h37 const WebAssemblySubtarget *getST() const { return ST; } function in class:llvm::final
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h38 const X86Subtarget *getST() const { return ST; } function in class:llvm::X86TTIImpl
/external/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h36 const XCoreSubtarget *getST() const { return ST; } function in class:llvm::XCoreTTIImpl
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h40 const ARMSubtarget *getST() const { return ST; } function in class:llvm::ARMTTIImpl
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h41 const AArch64Subtarget *getST() const { return ST; } function in class:llvm::AArch64TTIImpl
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h35 /// In order to subclass it, your class must implement a getST() method to
84 const TargetSubtargetInfo *getST() const { function in class:llvm::BasicTTIImplBase
85 return static_cast<const T *>(this)->getST();
244 const TargetSubtargetInfo *ST = getST();
797 const TargetSubtargetInfo *getST() const { return ST; } function in class:llvm::BasicTTIImpl

Completed in 638 milliseconds