| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| D | BPFTargetMachine.h | 32 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 33 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARC/ |
| D | ARCTargetMachine.h | 36 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 37 const ARCSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreTargetMachine.h | 38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VETargetMachine.h | 38 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 39 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXTargetMachine.h | 44 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function 47 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRTargetMachine.cpp | 102 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in llvm::AVRTargetMachine 106 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() function in llvm::AVRTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyTargetMachine.cpp | 152 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in WebAssemblyTargetMachine 158 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine 168 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcTargetMachine.h | 37 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
| D | SparcTargetMachine.cpp | 120 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430TargetMachine.h | 38 const MSP430Subtarget *getSubtargetImpl(const Function &F) const override { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiTargetMachine.h | 38 getSubtargetImpl(const llvm::Function & /*Fn*/) const override { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsTargetMachine.h | 49 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
|
| D | MipsTargetMachine.cpp | 170 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600TargetMachine.cpp | 67 R600TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in R600TargetMachine
|
| D | AMDGPUTargetMachine.cpp | 816 GCNTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in GCNTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetMachine.cpp | 159 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SystemZTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetMachine.cpp | 248 HexagonTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in HexagonTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetMachine.cpp | 117 RISCVTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in RISCVTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCTargetMachine.cpp | 345 PPCTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in PPCTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetMachine.cpp | 253 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in X86TargetMachine
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMTargetMachine.cpp | 277 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in ARMBaseTargetMachine
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 134 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { in getSubtargetImpl() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetMachine.cpp | 385 AArch64TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in AArch64TargetMachine
|