Home
last modified time | relevance | path

Searched refs:getArrayId (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp100 int getArrayId() const in getArrayId() function in tgsi::Instruction::SrcRegister
172 int getArrayId() const in getArrayId() function in tgsi::Instruction::DstRegister
1466 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()
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp104 return tag(Relation, MA->getArrayId().release()); in tag()
DScopInfo.cpp572 isl::id ArrayId = getArrayId(); in getOriginalScopArrayInfo()
/external/llvm-project/polly/include/polly/
DScopInfo.h839 isl::id getArrayId() const { return getOriginalArrayId(); } in getArrayId() function