/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.h | 49 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;
|
D | AMDGPUTargetTransformInfo.h | 59 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 109 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()
|
D | SparcTargetMachine.h | 34 const SparcSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 35 const SparcSubtarget *getSubtargetImpl(const Function &) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 139 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()
|
D | WebAssemblyTargetMachine.h | 36 const WebAssemblySubtarget *getSubtargetImpl(std::string CPU, 39 getSubtargetImpl(const Function &F) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.h | 36 const AVRSubtarget *getSubtargetImpl() const; 37 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
|
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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.h | 30 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 31 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 38 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
D | XCoreTargetTransformInfo.h | 40 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl()), in XCoreTTIImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.h | 38 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 40 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetMachine.h | 33 const RISCVSubtarget *getSubtargetImpl(const Function &F) const override; 37 const RISCVSubtarget *getSubtargetImpl() const = delete;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCTargetMachine.h | 34 const ARCSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 35 const ARCSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetMachine.h | 41 const X86Subtarget *getSubtargetImpl(const Function &F) const override; 45 const X86Subtarget *getSubtargetImpl() const = delete;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VETargetMachine.h | 36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 37 const VESubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
D | VETargetTransformInfo.h | 38 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in VETTIImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.h | 42 const PPCSubtarget *getSubtargetImpl(const Function &F) const override; 46 const PPCSubtarget *getSubtargetImpl() const = delete;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 37 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override; 41 const AArch64Subtarget *getSubtargetImpl() const = delete;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.h | 48 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function 54 const MipsSubtarget *getSubtargetImpl(const Function &F) const override;
|
D | MipsTargetObjectFile.cpp | 98 *static_cast<const MipsTargetMachine &>(TM).getSubtargetImpl(); in IsGlobalInSmallSectionImpl() 171 .getSubtargetImpl() in IsConstantInSmallSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.h | 44 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function 47 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 48 const ARMSubtarget *getSubtargetImpl(const Function &F) const override; 52 const ARMSubtarget *getSubtargetImpl() const = delete;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 33 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in BasicTTIImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 36 const MSP430Subtarget *getSubtargetImpl(const Function &F) const override { in getSubtargetImpl() function
|