| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUSubtarget.cpp | 34 AMDGPUSubtarget & 35 AMDGPUSubtarget::initializeSubtargetDependencies(const Triple &TT, in initializeSubtargetDependencies() 57 if (getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in initializeSubtargetDependencies() 64 AMDGPUSubtarget::AMDGPUSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in AMDGPUSubtarget() function in AMDGPUSubtarget 68 TexVTXClauseSize(0), Gen(AMDGPUSubtarget::R600), FP64(false), in AMDGPUSubtarget() 84 if (getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in AMDGPUSubtarget() 93 unsigned AMDGPUSubtarget::getStackEntrySize() const { in getStackEntrySize() 107 unsigned AMDGPUSubtarget::getAmdKernelCodeChipID() const { in getAmdKernelCodeChipID() 114 AMDGPU::IsaVersion AMDGPUSubtarget::getIsaVersion() const { in getIsaVersion() 118 bool AMDGPUSubtarget::isVGPRSpillingEnabled( in isVGPRSpillingEnabled() [all …]
|
| HD | AMDGPUAsmPrinter.cpp | 64 const AMDGPUSubtarget& ST = F.getSubtarget<AMDGPUSubtarget>(); in getFPMode() 95 const AMDGPUSubtarget &STM = MF->getSubtarget<AMDGPUSubtarget>(); in EmitFunctionBodyStart() 125 const AMDGPUSubtarget &STM = MF.getSubtarget<AMDGPUSubtarget>(); in runOnMachineFunction() 127 if (STM.getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) { in runOnMachineFunction() 154 if (STM.getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) { in runOnMachineFunction() 195 const AMDGPUSubtarget &STM = MF.getSubtarget<AMDGPUSubtarget>(); in EmitProgramInfoR600() 220 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600() 254 const AMDGPUSubtarget &STM = MF.getSubtarget<AMDGPUSubtarget>(); in getSIProgramInfo() 363 if (ProgInfo.NumSGPR > AMDGPUSubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG) { in getSIProgramInfo() 368 ProgInfo.NumSGPR = AMDGPUSubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG; in getSIProgramInfo() [all …]
|
| HD | AMDGPUCallingConv.td | 62 CCIf<"static_cast<const AMDGPUSubtarget&>" 64 "AMDGPUSubtarget::SOUTHERN_ISLANDS && " 68 CCIf<"static_cast<const AMDGPUSubtarget&>" 70 "AMDGPUSubtarget::SOUTHERN_ISLANDS && " 74 CCIf<"static_cast<const AMDGPUSubtarget&>" 76 "AMDGPUSubtarget::SOUTHERN_ISLANDS", 78 CCIf<"static_cast<const AMDGPUSubtarget&>" 80 "AMDGPUSubtarget::SOUTHERN_ISLANDS",
|
| HD | AMDGPUMCInstLower.h | 16 class AMDGPUSubtarget; variable 23 const AMDGPUSubtarget &ST; 26 AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST);
|
| HD | AMDGPUTargetMachine.cpp | 121 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in createMachineScheduler() 122 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in createMachineScheduler() 179 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addCodeGenPrepare() 189 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addPreISel() 216 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addPreSched2() 256 const AMDGPUSubtarget &ST = *getAMDGPUTargetMachine().getSubtargetImpl(); in addPreRegAlloc()
|
| HD | SIMachineFunctionInfo.cpp | 43 MF->getSubtarget<AMDGPUSubtarget>().getRegisterInfo()); in getSpilledReg() 73 const AMDGPUSubtarget &ST = MF.getSubtarget<AMDGPUSubtarget>(); in getMaximumWorkGroupSize()
|
| HD | AMDGPUSubtarget.h | 36 class AMDGPUSubtarget : public AMDGPUGenSubtargetInfo { 101 AMDGPUSubtarget(const Triple &TT, StringRef CPU, StringRef FS, 103 AMDGPUSubtarget &initializeSubtargetDependencies(const Triple &TT, 291 if (getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) in getMaxWavesPerCU()
|
| HD | AMDGPUTargetMachine.h | 36 AMDGPUSubtarget Subtarget; 45 const AMDGPUSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 46 const AMDGPUSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
| HD | SIRegisterInfo.cpp | 51 if (MF.getSubtarget<AMDGPUSubtarget>().hasSGPRInitBug()) { in getReservedRegs() 55 unsigned Limit = AMDGPUSubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG - 4; in getReservedRegs() 69 const AMDGPUSubtarget &STI = MF.getSubtarget<AMDGPUSubtarget>(); in getRegPressureSetLimit() 264 switch (MF->getSubtarget<AMDGPUSubtarget>().getGeneration()) { in eliminateFrameIndex() 265 case AMDGPUSubtarget::SOUTHERN_ISLANDS: in eliminateFrameIndex() 269 case AMDGPUSubtarget::SEA_ISLANDS: in eliminateFrameIndex() 523 unsigned SIRegisterInfo::getNumSGPRsAllowed(AMDGPUSubtarget::Generation gen, in getNumSGPRsAllowed() 525 if (gen >= AMDGPUSubtarget::VOLCANIC_ISLANDS) { in getNumSGPRsAllowed()
|
| HD | AMDGPUMCInstLower.cpp | 39 AMDGPUMCInstLower::AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &st): in AMDGPUMCInstLower() 95 const AMDGPUSubtarget &STI = MF->getSubtarget<AMDGPUSubtarget>(); in EmitInstruction()
|
| HD | AMDGPUTargetTransformInfo.h | 33 const AMDGPUSubtarget *ST; 36 const AMDGPUSubtarget *getST() const { return ST; } in getST()
|
| HD | AMDGPUInstrInfo.h | 35 class AMDGPUSubtarget; variable 45 const AMDGPUSubtarget &ST; 47 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
|
| HD | R600ControlFlowFinalizer.cpp | 42 const AMDGPUSubtarget *ST; 49 CFStack(const AMDGPUSubtarget *st, unsigned ShaderType) : ST(st), in CFStack() 122 if (ST->getGeneration() <= AMDGPUSubtarget::R700) { in getSubEntrySize() 135 assert(ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getSubEntrySize() 162 ST->getGeneration() > AMDGPUSubtarget::EVERGREEN && in pushBranch() 223 const AMDGPUSubtarget *ST; 237 bool isEg = (ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN); in getHWInstrDesc() 475 ST = &MF.getSubtarget<AMDGPUSubtarget>(); in runOnMachineFunction()
|
| HD | AMDGPU.h | 20 class AMDGPUSubtarget; variable 63 FunctionPass *createAMDGPUPromoteAlloca(const AMDGPUSubtarget &ST);
|
| HD | SIInsertWaits.cpp | 262 if (MBB.getParent()->getSubtarget<AMDGPUSubtarget>().getGeneration() >= in pushInstruction() 263 AMDGPUSubtarget::VOLCANIC_ISLANDS) { in pushInstruction() 416 if (MBB.getParent()->getSubtarget<AMDGPUSubtarget>().getGeneration() < in handleSendMsg() 417 AMDGPUSubtarget::VOLCANIC_ISLANDS) in handleSendMsg()
|
| HD | AMDGPUISelDAGToDAG.cpp | 42 const AMDGPUSubtarget *Subtarget; 148 Subtarget = &static_cast<const AMDGPUSubtarget &>(MF.getSubtarget()); in runOnMachineFunction() 251 if (Subtarget->getGeneration() < AMDGPUSubtarget::SOUTHERN_ISLANDS || in glueCopyToM0() 294 Subtarget->getGeneration() < AMDGPUSubtarget::SOUTHERN_ISLANDS) in Select() 308 if (Subtarget->getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) { in Select() 408 if (Subtarget->getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) { in Select() 431 if (Subtarget->getGeneration() < AMDGPUSubtarget::SOUTHERN_ISLANDS || in Select() 515 if (Subtarget->getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in Select() 533 if (Subtarget->getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) in Select() 552 if (Subtarget->getGeneration() < AMDGPUSubtarget::SOUTHERN_ISLANDS) in Select() [all …]
|
| HD | AMDGPUISelLowering.h | 24 class AMDGPUSubtarget; variable 29 const AMDGPUSubtarget *Subtarget; 114 AMDGPUTargetLowering(TargetMachine &TM, const AMDGPUSubtarget &STI);
|
| HD | R600RegisterInfo.h | 22 class AMDGPUSubtarget; variable
|
| HD | AMDGPURegisterInfo.h | 28 class AMDGPUSubtarget; variable
|
| HD | R700Instructions.td | 16 def isR700 : Predicate<"Subtarget->getGeneration() == AMDGPUSubtarget::R700">;
|
| HD | AMDGPUTargetTransformInfo.cpp | 71 if (ST->getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) in getNumberOfRegisters()
|
| HD | AMDGPU.td | 206 SubtargetFeature <Value, "Gen", "AMDGPUSubtarget::"#Value, 271 "Subtarget->getGeneration() == AMDGPUSubtarget::SOUTHERN_ISLANDS ||" 272 "Subtarget->getGeneration() == AMDGPUSubtarget::SEA_ISLANDS"
|
| HD | AMDGPUPromoteAlloca.cpp | 34 const AMDGPUSubtarget &ST; 38 AMDGPUPromoteAlloca(const AMDGPUSubtarget &st) : FunctionPass(ID), ST(st), in AMDGPUPromoteAlloca() 420 FunctionPass *llvm::createAMDGPUPromoteAlloca(const AMDGPUSubtarget &ST) { in createAMDGPUPromoteAlloca()
|
| HD | CIInstructions.td | 14 "Subtarget->getGeneration() == AMDGPUSubtarget::SEA_ISLANDS || " 15 "Subtarget->getGeneration() == AMDGPUSubtarget::VOLCANIC_ISLANDS"
|
| HD | AMDGPUInstrInfo.cpp | 33 AMDGPUInstrInfo::AMDGPUInstrInfo(const AMDGPUSubtarget &st) in AMDGPUInstrInfo() 350 case AMDGPUSubtarget::VOLCANIC_ISLANDS: in AMDGPUSubtargetToSISubtarget()
|