Home
last modified time | relevance | path

Searched refs:hasFlatScratchInit (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h203 bool hasFlatScratchInit() const { in hasFlatScratchInit() function
DSIFrameLowering.cpp84 if (MFI->hasFlatScratchInit()) { in emitPrologue()
DAMDGPUAsmPrinter.cpp672 if (MFI->hasFlatScratchInit()) in EmitAmdKernelCodeT()
DSIRegisterInfo.cpp936 assert(MFI->hasFlatScratchInit()); in getPreloadedValue()
DSIISelLowering.cpp691 !Info->hasKernargSegmentPtr() && !Info->hasFlatScratchInit() && in LowerFormalArguments()
723 if (Info->hasFlatScratchInit()) { in LowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp367 if (MFI.hasFlatScratchInit()) { in getAmdhsaKernelCodeProperties()
589 if (Info.UsesFlatScratch && !MFI->hasFlatScratchInit() && in analyzeResourceUsage()
1172 if (MFI->hasFlatScratchInit()) in getAmdKernelCode()
DAMDGPUCallLowering.cpp142 if (Info->hasFlatScratchInit()) { in lowerFormalArguments()
DSIMachineFunctionInfo.h332 bool hasFlatScratchInit() const { in hasFlatScratchInit() function
DAMDGPUSubtarget.cpp534 if (MFI.hasFlatScratchInit()) { in getReservedNumSGPRs()
DSIFrameLowering.cpp251 if (MFI->hasFlatScratchInit()) in emitEntryFunctionPrologue()
DSIISelLowering.cpp1559 if (Info.hasFlatScratchInit()) { in allocateHSAUserSGPRs()
1834 !Info->hasKernargSegmentPtr() && !Info->hasFlatScratchInit() && in LowerFormalArguments()
5628 AS = MFI->hasFlatScratchInit() ? in LowerLOAD()
6061 AS = MFI->hasFlatScratchInit() ? in LowerSTORE()