Searched refs:CacheType (Results 1 – 3 of 3) sorted by relevance
1145 unsigned CacheType, in buildPrefetch() argument1149 MIB.addImm(RW).addImm(Locality).addImm(CacheType); in buildPrefetch()
2577 unsigned CacheType = cast<ConstantInt>(CI.getOperand(3))->getZExtValue(); in translateKnownIntrinsic() local2583 MIRBuilder.buildPrefetch(getOrCreateVReg(*Addr), RW, Locality, CacheType, in translateKnownIntrinsic()
1644 unsigned Locality, unsigned CacheType,