/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 143 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in createMachineScheduler() 208 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addCodeGenPrepare() 218 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addPreISel() 250 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addPreSched2() 297 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addPreRegAlloc()
|
D | AMDGPUTargetMachine.h | 45 const AMDGPUSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 46 const AMDGPUSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
D | AMDGPUTargetTransformInfo.h | 41 : BaseT(TM, DL), ST(TM->getSubtargetImpl()), in AMDGPUTTIImpl()
|
/external/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
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 32 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 33 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
D | XCoreTargetTransformInfo.h | 41 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl()), in XCoreTTIImpl()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.h | 36 const SystemZSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 37 const SystemZSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|
D | SystemZTargetTransformInfo.h | 32 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in SystemZTTIImpl()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.h | 43 const NVPTXSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function 46 const NVPTXSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function
|
D | NVPTXTargetTransformInfo.h | 41 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl()), in NVPTXTTIImpl()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.h | 49 const MipsSubtarget *getSubtargetImpl() const { in getSubtargetImpl() function 55 const MipsSubtarget *getSubtargetImpl(const Function &F) const override;
|
D | MipsTargetMachine.cpp | 124 MipsTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() function in MipsTargetMachine 168 Subtarget = const_cast<MipsSubtarget *>(getSubtargetImpl(*MF->getFunction())); in resetSubtarget() 191 return *getMipsTargetMachine().getSubtargetImpl(); in getMipsSubtarget()
|
D | MipsTargetObjectFile.cpp | 89 *static_cast<const MipsTargetMachine &>(TM).getSubtargetImpl(); in IsGlobalInSmallSectionImpl() 135 .getSubtargetImpl() in IsConstantInSmallSection()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 46 const ARMSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() function 47 const ARMSubtarget *getSubtargetImpl(const Function &F) const override;
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 37 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in BasicTTIImpl()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 125 virtual const TargetSubtargetInfo *getSubtargetImpl(const Function &) const { in getSubtargetImpl() function 136 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 37 const MSP430Subtarget *getSubtargetImpl(const Function &F) const override { in getSubtargetImpl() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.h | 36 getSubtargetImpl(const Function &F) const override;
|
D | WebAssemblyTargetTransformInfo.h | 42 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in WebAssemblyTTIImpl()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 36 const HexagonSubtarget *getSubtargetImpl(const Function &F) const override;
|
D | HexagonTargetTransformInfo.h | 40 : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)), in HexagonTTIImpl()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.h | 36 const X86Subtarget *getSubtargetImpl(const Function &F) const override;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUTargetMachine.h | 54 virtual const AMDGPUSubtarget *getSubtargetImpl() const {return &Subtarget; } in getSubtargetImpl() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 36 const AArch64Subtarget *getSubtargetImpl(const Function &F) const override;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 33 const SparcSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl() function
|