Searched defs:CacheType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/Support/ | ||
H A D | ThreadLocalCache.h | 112 struct CacheType : public llvm::SmallDenseMap<PerInstanceState *, Observer> { global() struct |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | MachineIRBuilder.cpp | 1133 buildPrefetch(const SrcOp & Addr,unsigned RW,unsigned Locality,unsigned CacheType,MachineMemOperand & MMO) buildPrefetch() argument |
H A D | IRTranslator.cpp | 2566 unsigned CacheType = cast<ConstantInt>(CI.getOperand(3))->getZExtValue(); translateKnownIntrinsic() local |