Home
last modified time | relevance | path

Searched refs:getSubtargetImpl (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h37 const WebAssemblySubtarget *getSubtargetImpl() const;
38 const WebAssemblySubtarget *getSubtargetImpl(std::string CPU,
41 getSubtargetImpl(const Function &F) const override;
H A DWebAssemblyTargetMachine.cpp153 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in WebAssemblyTargetMachine
154 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
159 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine
169 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine
183 return getSubtargetImpl(CPU, FS); in getSubtargetImpl()
233 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
237 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
471 WasmTM->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in addISelPrepare()
H A DWebAssemblyTargetTransformInfo.cpp108 TM.getSubtargetImpl(*Caller)->getFeatureBits(); in areInlineCompatible()
110 TM.getSubtargetImpl(*Callee)->getFeatureBits(); in areInlineCompatible()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h47 const TargetSubtargetInfo *getSubtargetImpl() const;
48 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override = 0;
88 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.h36 const CSKYSubtarget *getSubtargetImpl(const Function &F) const override;
40 const CSKYSubtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h38 const AVRSubtarget *getSubtargetImpl() const;
39 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
H A DAVRTargetObjectFile.cpp46 if (!AVRTM.getSubtargetImpl()->hasLPM()) { in SelectSectionForGlobal()
55 if (!AVRTM.getSubtargetImpl()->hasELPM() && in SelectSectionForGlobal()
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-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h40 const SystemZSubtarget *getSubtargetImpl(const Function &) const override;
44 const SystemZSubtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h46 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
48 const M68kSubtarget *getSubtargetImpl(const Function &F) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.h35 const LoongArchSubtarget *getSubtargetImpl(const Function &F) const override;
36 const LoongArchSubtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h35 const RISCVSubtarget *getSubtargetImpl(const Function &F) const override;
39 const RISCVSubtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.h42 const X86Subtarget *getSubtargetImpl(const Function &F) const override;
46 const X86Subtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h47 const PPCSubtarget *getSubtargetImpl(const Function &F) const override;
51 const PPCSubtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h49 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
55 const MipsSubtarget *getSubtargetImpl(const Function &F) const override;
H A DMipsTargetObjectFile.cpp97 *static_cast<const MipsTargetMachine &>(TM).getSubtargetImpl(); in IsGlobalInSmallSectionImpl()
170 .getSubtargetImpl() in IsConstantInSmallSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h44 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
47 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h38 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override;
42 const AArch64Subtarget *getSubtargetImpl() const = delete;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp120 auto *TLI = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction()
134 const TargetSubtargetInfo *STI = TM->getSubtargetImpl(F); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h49 const ARMSubtarget *getSubtargetImpl(const Function &F) const override;
53 const ARMSubtarget *getSubtargetImpl() const = delete;

12345