Home
last modified time | relevance | path

Searched defs:getSubtargetImpl (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h32 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
33 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.h32 const SPIRVSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
34 const SPIRVSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.h36 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
37 const ARCSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.h38 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
39 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h44 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { getSubtargetImpl() function
47 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp101 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in llvm::AVRTargetMachine
105 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() function in llvm::AVRTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h38 const MSP430Subtarget *getSubtargetImpl(const Function &F) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h38 getSubtargetImpl(const llvm::Function & /*Fn*/) const override { in getSubtargetImpl() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h46 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
H A DM68kTargetMachine.cpp116 M68kTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in M68kTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h49 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
H A DMipsTargetMachine.cpp169 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp153 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { getSubtargetImpl() function in WebAssemblyTargetMachine
159 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, getSubtargetImpl() function in WebAssemblyTargetMachine
169 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in WebAssemblyTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetMachine.cpp67 R600TargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in R600TargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp65 CSKYTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in CSKYTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp159 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in SystemZTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp92 LoongArchTargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in LoongArchTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp171 DirectXTargetMachine::getSubtargetImpl(const Function &) const { getSubtargetImpl() function in DirectXTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp247 HexagonTargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in HexagonTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp117 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp363 PPCTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in PPCTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp256 X86TargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in X86TargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp279 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in ARMBaseTargetMachine
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp175 RISCVTargetMachine::getSubtargetImpl(const Function &F) const { getSubtargetImpl() function in RISCVTargetMachine

12