Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cache

652       // Look the hash up in our cache.
655 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
662 Builder.CreateAlignedLoad(Builder.CreateInBoundsGEP(Cache, Indices),
665 // If the hash isn't in the cache, call a runtime handler to perform the
667 // type. This will either fill in the cache and return, or produce a