Searched refs:getArrayId (Results 1 – 4 of 4) sorted by relevance
100 int getArrayId() const in getArrayId() function in tgsi::Instruction::SrcRegister172 int getArrayId() const in getArrayId() function in tgsi::Instruction::DstRegister1466 indirectTempArrays.insert(src.getArrayId()); in scanInstructionSrc()1561 indirectTempArrays.insert(dst.getArrayId()); in scanInstruction()2063 int arrayid = src.getArrayId(); in fetchSrc()2093 int arrayid = dst.getArrayId(); in acquireDst()2155 int arrayid = dst.getArrayId(); in storeDst()
104 return tag(Relation, MA->getArrayId().release()); in tag()
572 isl::id ArrayId = getArrayId(); in getOriginalScopArrayInfo()
839 isl::id getArrayId() const { return getOriginalArrayId(); } in getArrayId() function