Home
last modified time | relevance | path

Searched defs:IsWave32 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp89 const unsigned Mov = IsWave32 ? AMDGPU::S_MOV_B32 : AMDGPU::S_MOV_B64; in optimizeVccBranch() local
H A DSIFixSGPRCopies.cpp1097 bool IsWave32 = MF.getSubtarget<GCNSubtarget>().isWave32(); fixSCCCopies() local
H A DSIWholeQuadMode.cpp1518 bool IsWave32 = ST->isWave32(); lowerInitExec() local
H A DSIRegisterInfo.cpp107 bool IsWave32; global() member
H A DAMDGPUInstructionSelector.cpp1409 const bool IsWave32 = (STI.getWavefrontSize() == 32); selectBallot() local
H A DSIInstrInfo.cpp5509 bool IsWave32 = ST.isWave32(); insertScratchExecCopy() local
H A DSIISelLowering.cpp4880 bool IsWave32 = ST.isWave32(); lowerWaveReduce() local
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1109 bool IsWave32 = EnableWavefrontSize32 ? getVGPRAllocGranule() local
1127 bool IsWave32 = EnableWavefrontSize32 ? getVGPREncodingGranule() local
1139 bool IsWave32 = STI->getFeatureBits().test(FeatureWavefrontSize32); getTotalNumVGPRs() local