Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp80 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
147 if (this->getSparcTargetMachine().getSubtargetImpl()->ignoreZeroFlag()) { in addPreEmitPass()
150 if (this->getSparcTargetMachine().getSubtargetImpl()->performSDIVReplace()) { in addPreEmitPass()
153 if (this->getSparcTargetMachine().getSubtargetImpl()->fixCallImmediates()) { in addPreEmitPass()
156 if (this->getSparcTargetMachine().getSubtargetImpl()->fixFSMULD()) { in addPreEmitPass()
159 if (this->getSparcTargetMachine().getSubtargetImpl()->replaceFMULS()) { in addPreEmitPass()
162 if (this->getSparcTargetMachine().getSubtargetImpl()->preventRoundChange()) { in addPreEmitPass()
165 if (this->getSparcTargetMachine().getSubtargetImpl()->fixAllFDIVSQRT()) { in addPreEmitPass()
168 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPsLoadStore()) { in addPreEmitPass()
171 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) { in addPreEmitPass()
[all …]
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h42 const AMDGPUSubtarget *getSubtargetImpl() const;
43 const AMDGPUSubtarget *getSubtargetImpl(const Function &) const override;
71 const R600Subtarget *getSubtargetImpl(const Function &) const override;
90 const SISubtarget *getSubtargetImpl(const Function &) const override;
93 inline const AMDGPUSubtarget *AMDGPUTargetMachine::getSubtargetImpl( in getSubtargetImpl() function
96 return static_cast<const GCNTargetMachine *>(this)->getSubtargetImpl(F); in getSubtargetImpl()
97 return static_cast<const R600TargetMachine *>(this)->getSubtargetImpl(F); in getSubtargetImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp152 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in WebAssemblyTargetMachine
153 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl()
158 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine
168 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine
182 return getSubtargetImpl(CPU, FS); in getSubtargetImpl()
232 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures()
236 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
H A DWebAssemblyTargetMachine.h37 const WebAssemblySubtarget *getSubtargetImpl() const;
38 const WebAssemblySubtarget *getSubtargetImpl(std::string CPU,
41 getSubtargetImpl(const Function &F) const override;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h49 const TargetSubtargetInfo *getSubtargetImpl() const;
50 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override = 0;
81 const R600Subtarget *getSubtargetImpl(const Function &) const override;
106 const GCNSubtarget *getSubtargetImpl(const Function &) const override;
H A DAMDGPUTargetTransformInfo.h59 ST(static_cast<const GCNSubtarget *>(TM->getSubtargetImpl(F))), in AMDGPUTTIImpl()
132 ST(static_cast<const GCNSubtarget*>(TM->getSubtargetImpl(F))), in GCNTTIImpl()
246 ST(static_cast<const R600Subtarget*>(TM->getSubtargetImpl(F))), in R600TTIImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp139 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine
149 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine
165 return getSubtargetImpl(CPU, FS); in getSubtargetImpl()
213 ->getSubtargetImpl(WasmTM->getTargetCPU(), in coalesceFeatures()
217 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp109 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
177 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) in addPreEmitPass()
181 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) { in addPreEmitPass()
184 if (this->getSparcTargetMachine().getSubtargetImpl()->fixAllFDIVSQRT()) in addPreEmitPass()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp116 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine
187 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) in addPreEmitPass()
191 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) { in addPreEmitPass()
194 if (this->getSparcTargetMachine().getSubtargetImpl()->fixAllFDIVSQRT()) in addPreEmitPass()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h47 const TargetSubtargetInfo *getSubtargetImpl() const;
48 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override = 0;
87 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override;
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp136 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine
180 Subtarget = const_cast<MipsSubtarget *>(getSubtargetImpl(*MF->getFunction())); in resetSubtarget()
203 return *getMipsTargetMachine().getSubtargetImpl(); in getMipsSubtarget()
/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp55 const TargetFrameLowering *TFI = TM.getSubtargetImpl()->getFrameLowering(); in getReservedRegs()
131 const TargetInstrInfo &TII = *TM.getSubtargetImpl()->getInstrInfo(); in eliminateFrameIndex()
133 const TargetFrameLowering *TFI = TM.getSubtargetImpl()->getFrameLowering(); in eliminateFrameIndex()
H A DAVRTargetMachine.h35 const AVRSubtarget *getSubtargetImpl() const;
36 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
/aosp_15_r20/external/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h31 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
32 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h32 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
33 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h36 const AVRSubtarget *getSubtargetImpl() const;
37 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h36 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
37 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h38 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
40 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h33 const RISCVSubtarget *getSubtargetImpl(const Function &F) const override;
37 const RISCVSubtarget *getSubtargetImpl() const = delete;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.h36 const CSKYSubtarget *getSubtargetImpl(const Function &F) const override;
40 const CSKYSubtarget *getSubtargetImpl() const = delete;

12345678910