| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.h | 46 const TargetSubtargetInfo *getSubtargetImpl() const; 47 const TargetSubtargetInfo *getSubtargetImpl(const Function &) const override = 0; 82 const R600Subtarget *getSubtargetImpl(const Function &) const override; 107 const GCNSubtarget *getSubtargetImpl(const Function &) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 149 const WebAssemblySubtarget *WebAssemblyTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in WebAssemblyTargetMachine 150 return getSubtargetImpl(std::string(getTargetCPU()), in getSubtargetImpl() 155 WebAssemblyTargetMachine::getSubtargetImpl(std::string CPU, in getSubtargetImpl() function in WebAssemblyTargetMachine 165 WebAssemblyTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in WebAssemblyTargetMachine 179 return getSubtargetImpl(CPU, FS); in getSubtargetImpl() 228 ->getSubtargetImpl(std::string(WasmTM->getTargetCPU()), in coalesceFeatures() 232 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
|
| H A D | WebAssemblyTargetMachine.h | 36 const WebAssemblySubtarget *getSubtargetImpl() const; 37 const WebAssemblySubtarget *getSubtargetImpl(std::string CPU, 40 getSubtargetImpl(const Function &F) const override;
|
| H A D | WebAssemblyTargetTransformInfo.cpp | 109 TM.getSubtargetImpl(*Caller)->getFeatureBits(); in areInlineCompatible() 111 TM.getSubtargetImpl(*Callee)->getFeatureBits(); in areInlineCompatible()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 108 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 D | SparcTargetMachine.h | 34 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 35 const SparcSubtarget *getSubtargetImpl(const Function &) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.h | 36 const AVRSubtarget *getSubtargetImpl() const; 37 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
|
| H A D | AVRTargetMachine.cpp | 88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() function in llvm::AVRTargetMachine 92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() function in llvm::AVRTargetMachine
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.h | 37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 38 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| H A D | XCoreTargetTransformInfo.h | 40 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl()), in XCoreTTIImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.h | 34 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 35 const ARCSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.h | 43 const M68kSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 45 const M68kSubtarget *getSubtargetImpl(const Function &F) const override;
|
| H A D | M68kTargetMachine.cpp | 102 M68kTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in M68kTargetMachine 135 return *getM68kTargetMachine().getSubtargetImpl(); in getM68kSubtarget()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.h | 33 const RISCVSubtarget *getSubtargetImpl(const Function &F) const override; 37 const RISCVSubtarget *getSubtargetImpl() const = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.h | 39 const SystemZSubtarget *getSubtargetImpl(const Function &) const override; 43 const SystemZSubtarget *getSubtargetImpl() const = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.h | 30 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 31 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.h | 41 const X86Subtarget *getSubtargetImpl(const Function &F) const override; 45 const X86Subtarget *getSubtargetImpl() const = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.h | 36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 37 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.h | 45 const PPCSubtarget *getSubtargetImpl(const Function &F) const override; 49 const PPCSubtarget *getSubtargetImpl() const = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.h | 48 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function 54 const MipsSubtarget *getSubtargetImpl(const Function &F) const override;
|
| H A D | MipsTargetObjectFile.cpp | 97 *static_cast<const MipsTargetMachine &>(TM).getSubtargetImpl(); in IsGlobalInSmallSectionImpl() 170 .getSubtargetImpl() in IsConstantInSmallSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.h | 37 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override; 41 const AArch64Subtarget *getSubtargetImpl() const = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.h | 48 const ARMSubtarget *getSubtargetImpl(const Function &F) const override; 52 const ARMSubtarget *getSubtargetImpl() const = delete;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.h | 42 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function 45 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | BasicTargetTransformInfo.cpp | 33 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in BasicTTIImpl()
|