/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.h | 37 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 D | BPFTargetMachine.h | 30 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 D | ARCTargetMachine.h | 34 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 D | VETargetMachine.h | 36 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 D | NVPTXTargetMachine.h | 42 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 D | AVRTargetMachine.cpp | 88 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 D | MSP430TargetMachine.h | 36 const MSP430Subtarget *getSubtargetImpl(const Function &F) const override { in getSubtargetImpl() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 34 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
H A D | SparcTargetMachine.cpp | 108 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.h | 37 getSubtargetImpl(const llvm::Function & /*Fn*/) const override { in getSubtargetImpl() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.h | 43 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
H A D | M68kTargetMachine.cpp | 102 M68kTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in M68kTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 149 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 D | MipsTargetMachine.h | 48 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
|
H A D | MipsTargetMachine.cpp | 162 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 76 RISCVTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in RISCVTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 170 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SystemZTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 238 HexagonTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in HexagonTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 332 PPCTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in PPCTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 241 X86TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in X86TargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 263 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in ARMBaseTargetMachine
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 634 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 D | TargetMachine.h | 130 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { in getSubtargetImpl() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 343 AArch64TargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in AArch64TargetMachine
|