Searched defs:getSubtargetImpl (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h117 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { function in class:llvm::TargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp321 AArch64TargetMachine::getSubtargetImpl(const Function &F) const { function in class:AArch64TargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp474 const R600Subtarget *R600TargetMachine::getSubtargetImpl( function in class:R600TargetMachine
511 const GCNSubtarget *GCNTargetMachine::getSubtargetImpl(const Function &F) const { function in class:GCNTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.h34 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::ARCTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp252 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { function in class:ARMBaseTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { function in class:llvm::AVRTargetMachine
92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { function in class:llvm::AVRTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h30 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::BPFTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp227 HexagonTargetMachine::getSubtargetImpl(const Function &F) const { function in class:HexagonTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp159 MipsTargetMachine::getSubtargetImpl(const Function &F) const { function in class:MipsTargetMachine
H A DMipsTargetMachine.h48 const MipsSubtarget *getSubtargetImpl() const { function in class:llvm::MipsTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h47 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::NVPTXTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp311 PPCTargetMachine::getSubtargetImpl(const Function &F) const { function in class:PPCTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp76 RISCVTargetMachine::getSubtargetImpl(const Function &F) const { function in class:RISCVTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp109 SparcTargetMachine::getSubtargetImpl(const Function &F) const { function in class:SparcTargetMachine
H A DSparcTargetMachine.h34 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::SparcTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h38 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::SystemZTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.h36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::VETargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp139 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, function in class:WebAssemblyTargetMachine
149 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { function in class:WebAssemblyTargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp243 X86TargetMachine::getSubtargetImpl(const Function &F) const { function in class:X86TargetMachine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } function in class:llvm::XCoreTargetMachine

Completed in 380 milliseconds