Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
38 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h30 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
31 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetMachine.h34 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
35 const ARCSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetMachine.h36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
37 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h42 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
45 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in llvm::AVRTargetMachine
92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() function in llvm::AVRTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h36 const MSP430Subtarget *getSubtargetImpl(const Function &F) const override { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h34 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
H A DSparcTargetMachine.cpp108 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h37 getSubtargetImpl(const llvm::Function & /*Fn*/) const override { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h43 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
H A DM68kTargetMachine.cpp102 M68kTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in M68kTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp149 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in WebAssemblyTargetMachine
155 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine
165 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h48 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
H A DMipsTargetMachine.cpp162 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp76 RISCVTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in RISCVTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp170 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SystemZTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp238 HexagonTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in HexagonTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp332 PPCTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in PPCTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp241 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in X86TargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp263 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in ARMBaseTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp634 const R600Subtarget *R600TargetMachine::getSubtargetImpl( in getSubtargetImpl() function in R600TargetMachine
704 const GCNSubtarget *GCNTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in GCNTargetMachine
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h130 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { in getSubtargetImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp343 AArch64TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in AArch64TargetMachine