/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.h | 46 const TargetSubtargetInfo *getST() const { return ST; } in getST() function 75 const GCNSubtarget *getST() const { return ST; } in getST() function
|
H A D | R600TargetTransformInfo.h | 41 const R600Subtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetTransformInfo.h | 33 const TargetSubtargetInfo *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsTargetTransformInfo.h | 27 const MipsSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.h | 36 const WebAssemblySubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DirectXTargetTransformInfo.h | 29 const DirectXSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreTargetTransformInfo.h | 35 const XCoreSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.h | 35 const PPCSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 36 const X86Subtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCTargetTransformInfo.h | 36 const ARCSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 26 const SystemZSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 32 const BPFSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.h | 42 const HexagonSubtarget *getST() const { return &ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 36 const LanaiSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 36 const NVPTXSubtarget *getST() const { return ST; }; in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 59 const VESubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.h | 99 const ARMSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 38 const RISCVSubtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 51 const AArch64Subtarget *getST() const { return ST; } in getST() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 182 const TargetSubtargetInfo *getST() const { in getST() function 2458 const TargetSubtargetInfo *getST() const { return ST; } in getST() function
|