Searched refs:CacheType (Results 1 – 3 of 3) sorted by relevance
1186 unsigned CacheType, in buildPrefetch() argument1190 MIB.addImm(RW).addImm(Locality).addImm(CacheType); in buildPrefetch()
2625 unsigned CacheType = cast<ConstantInt>(CI.getOperand(3))->getZExtValue(); in translateKnownIntrinsic() local2631 MIRBuilder.buildPrefetch(getOrCreateVReg(*Addr), RW, Locality, CacheType, in translateKnownIntrinsic()
1785 unsigned Locality, unsigned CacheType,