Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h36 const WebAssemblySubtarget *getSubtargetImpl() const;
37 const WebAssemblySubtarget *getSubtargetImpl(std::string CPU,
40 getSubtargetImpl(const Function &F) const override;
H A DWebAssemblyTargetMachine.cpp148 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in WebAssemblyTargetMachine
149 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
154 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine
164 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine
178 return getSubtargetImpl(CPU, FS); in getSubtargetImpl()
228 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
232 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
H A DWebAssemblyTargetTransformInfo.cpp109 TM.getSubtargetImpl(*Caller)->getFeatureBits(); in areInlineCompatible()
111 TM.getSubtargetImpl(*Callee)->getFeatureBits(); in areInlineCompatible()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp108 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
172 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) in addPreEmitPass()
176 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) { in addPreEmitPass()
179 if (this->getSparcTargetMachine().getSubtargetImpl()->fixAllFDIVSQRT()) in addPreEmitPass()
H A DSparcTargetMachine.h34 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
35 const SparcSubtarget *getSubtargetImpl(const Function &) const override;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h46 const TargetSubtargetInfo *getSubtargetImpl() const;
47 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override = 0;
87 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override;
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h35 const AVRSubtarget *getSubtargetImpl() const;
36 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.cpp98 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in llvm::AVRTargetMachine
102 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() function in llvm::AVRTargetMachine
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.h30 const SPIRVSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
32 const SPIRVSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.h34 const CSKYSubtarget *getSubtargetImpl(const Function &F) const override;
38 const CSKYSubtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.h33 const LoongArchSubtarget *getSubtargetImpl(const Function &F) const override;
34 const LoongArchSubtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h39 const SystemZSubtarget *getSubtargetImpl(const Function &) const override;
43 const SystemZSubtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h43 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
45 const M68kSubtarget *getSubtargetImpl(const Function &F) const override;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetMachine.h41 const X86Subtarget *getSubtargetImpl(const Function &F) const override;
45 const X86Subtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h33 const RISCVSubtarget *getSubtargetImpl(const Function &F) const override;
37 const RISCVSubtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h45 const PPCSubtarget *getSubtargetImpl(const Function &F) const override;
49 const PPCSubtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h43 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
46 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h48 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function
54 const MipsSubtarget *getSubtargetImpl(const Function &F) const override;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetMachine.h48 const ARMSubtarget *getSubtargetImpl(const Function &F) const override;
52 const ARMSubtarget *getSubtargetImpl() const = delete;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h35 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override;
39 const AArch64Subtarget *getSubtargetImpl() const = delete;

12345