Searched refs:getSubtargetImpl (Results 51 - 75 of 105) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp150 const BPFSubtarget *Subtarget = getBPFTargetMachine().getSubtargetImpl();
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp170 DirectXTargetMachine::getSubtargetImpl(const Function &) const { function in class:DirectXTargetMachine
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp63 LoongArchTargetMachine::getSubtargetImpl(const Function &F) const { function in class:LoongArchTargetMachine
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp153 const TargetInstrInfo &TII = *TM.getSubtargetImpl()->getInstrInfo();
155 const TargetFrameLowering *TFI = TM.getSubtargetImpl()->getFrameLowering();
H A DAVRAsmPrinter.cpp244 const AVRSubtarget *SubTM = (const AVRSubtarget *)TM.getSubtargetImpl();
293 const AVRSubtarget *SubTM = (const AVRSubtarget *)TM.getSubtargetImpl();
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp319 const NVPTXSubtarget &ST = *getTM<NVPTXTargetMachine>().getSubtargetImpl();
360 const NVPTXSubtarget &ST = *getTM<NVPTXTargetMachine>().getSubtargetImpl();
H A DNVPTXLowerArgs.cpp362 cast<NVPTXTargetLowering>(TM->getSubtargetImpl()->getTargetLowering());
/openbsd-current/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h134 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { function in class:llvm::TargetMachine
173 return *static_cast<const STC*>(getSubtargetImpl(F));
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp170 MipsTargetMachine::getSubtargetImpl(const Function &F) const { function in class:MipsTargetMachine
238 return *getMipsTargetMachine().getSubtargetImpl();
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp198 ST = TM.getSubtargetImpl(F);
H A DPPCTargetTransformInfo.h42 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h56 ST(*TM->getSubtargetImpl(F)), TLI(*ST.getTargetLowering()) {}
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp159 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { function in class:SystemZTargetMachine
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp89 auto &STI = *TM.getSubtargetImpl(F);
H A DMachineModuleInfo.cpp107 const TargetSubtargetInfo &STI = *TM.getSubtargetImpl(F);
H A DDwarfEHPrepare.cpp338 const TargetLowering &TLI = *TM.getSubtargetImpl(F)->getTargetLowering();
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp289 const auto *TLI = TM->getSubtargetImpl()->getTargetLowering();
304 const auto *TLI = TM->getSubtargetImpl()->getTargetLowering();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp70 Features = TM.getSubtargetImpl(F)->getFeatureBits();
H A DAMDGPUTargetTransformInfo.cpp102 ST(static_cast<const GCNSubtarget *>(TM->getSubtargetImpl(F))),
291 ST(static_cast<const GCNSubtarget *>(TM->getSubtargetImpl(F))),
1146 = static_cast<const GCNSubtarget *>(TM.getSubtargetImpl(*Caller));
1148 = static_cast<const GCNSubtarget *>(TM.getSubtargetImpl(*Callee));
H A DAMDGPUPerfHintAnalysis.cpp406 const TargetSubtargetInfo *ST = TM.getSubtargetImpl(*F);
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp117 RISCVTargetMachine::getSubtargetImpl(const Function &F) const { function in class:RISCVTargetMachine
H A DRISCVTargetTransformInfo.h56 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h107 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h73 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp277 ARMBaseTargetMachine::getSubtargetImpl(const Function &F) const { function in class:ARMBaseTargetMachine

Completed in 155 milliseconds

12345