Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Cache

609     // Look the hash up in our cache.
612 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
619 Builder.CreateLoad(Builder.CreateInBoundsGEP(Cache, Indices));
621 // If the hash isn't in the cache, call a runtime handler to perform the
623 // type. This will either fill in the cache and return, or produce a