| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.h | 37 const WebAssemblySubtarget *getSubtargetImpl() const; 38 const WebAssemblySubtarget *getSubtargetImpl(std::string CPU, 41 getSubtargetImpl(const Function &F) const override;
|
| H A D | WebAssemblyTargetMachine.cpp | 152 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 D | WebAssemblyTargetTransformInfo.cpp | 108 TM.getSubtargetImpl(*Caller)->getFeatureBits(); in areInlineCompatible() 110 TM.getSubtargetImpl(*Callee)->getFeatureBits(); in areInlineCompatible()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.h | 47 const TargetSubtargetInfo *getSubtargetImpl() const; 48 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override = 0; 87 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.h | 32 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 33 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.h | 32 const SPIRVSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 34 const SPIRVSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYTargetMachine.h | 36 const CSKYSubtarget *getSubtargetImpl(const Function &F) const override; 40 const CSKYSubtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.h | 38 const AVRSubtarget *getSubtargetImpl() const; 39 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
|
| H A D | AVRTargetObjectFile.cpp | 46 if (!AVRTM.getSubtargetImpl()->hasLPM()) { in SelectSectionForGlobal() 55 if (!AVRTM.getSubtargetImpl()->hasELPM() && in SelectSectionForGlobal()
|
| H A D | AVRTargetMachine.cpp | 102 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in llvm::AVRTargetMachine 106 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() function in llvm::AVRTargetMachine
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.h | 34 const LoongArchSubtarget *getSubtargetImpl(const Function &F) const override; 35 const LoongArchSubtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.h | 46 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 48 const M68kSubtarget *getSubtargetImpl(const Function &F) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.h | 36 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 37 const ARCSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.h | 38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.h | 40 const SystemZSubtarget *getSubtargetImpl(const Function &) const override; 44 const SystemZSubtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 120 SparcTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in SparcTargetMachine 194 if (this->getSparcTargetMachine().getSubtargetImpl()->insertNOPLoad()) in addPreEmitPass() 198 if (this->getSparcTargetMachine().getSubtargetImpl()->detectRoundChange()) { in addPreEmitPass() 201 if (this->getSparcTargetMachine().getSubtargetImpl()->fixAllFDIVSQRT()) in addPreEmitPass()
|
| H A D | SparcTargetMachine.h | 37 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 38 const SparcSubtarget *getSubtargetImpl(const Function &) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.h | 38 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 39 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.h | 42 const X86Subtarget *getSubtargetImpl(const Function &F) const override; 46 const X86Subtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.h | 35 const RISCVSubtarget *getSubtargetImpl(const Function &F) const override; 39 const RISCVSubtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.h | 47 const PPCSubtarget *getSubtargetImpl(const Function &F) const override; 51 const PPCSubtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.h | 44 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function 47 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.h | 37 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override; 41 const AArch64Subtarget *getSubtargetImpl() const = delete;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.h | 49 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function 55 const MipsSubtarget *getSubtargetImpl(const Function &F) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.h | 49 const ARMSubtarget *getSubtargetImpl(const Function &F) const override; 53 const ARMSubtarget *getSubtargetImpl() const = delete;
|