Home
last modified time | relevance | path

Searched defs:CacheType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Support/
H A DThreadLocalCache.h112 struct CacheType : public llvm::SmallDenseMap<PerInstanceState *, Observer> { global() struct
113 ~CacheTypeCacheType ~CacheType() argument
143 clearExpiredEntriesCacheType get() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp1133 buildPrefetch(const SrcOp & Addr,unsigned RW,unsigned Locality,unsigned CacheType,MachineMemOperand & MMO) buildPrefetch() argument
H A DIRTranslator.cpp2566 unsigned CacheType = cast<ConstantInt>(CI.getOperand(3))->getZExtValue(); translateKnownIntrinsic() local