Searched refs:CacheType (Results 1 – 3 of 3) sorted by relevance
1063 unsigned CacheType, in buildPrefetch() argument1067 MIB.addImm(RW).addImm(Locality).addImm(CacheType); in buildPrefetch()
2463 unsigned CacheType = cast<ConstantInt>(CI.getOperand(3))->getZExtValue(); in translateKnownIntrinsic() local2469 MIRBuilder.buildPrefetch(getOrCreateVReg(*Addr), RW, Locality, CacheType, in translateKnownIntrinsic()
1534 unsigned Locality, unsigned CacheType,