Home
last modified time | relevance | path

Searched defs:CachePolicy (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js62 function CachePolicy(req, res) { class
117 CachePolicy.prototype.now = function now() { class
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dindex.js5 const CachePolicy = require('http-cache-semantics') constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1345 static unsigned extractGLC(unsigned CachePolicy) { in extractGLC()
1349 static unsigned extractSLC(unsigned CachePolicy) { in extractSLC()
1353 static unsigned extractDLC(unsigned CachePolicy) { in extractDLC()
1382 unsigned CachePolicy = MI.getOperand(5).getImm(); in selectStoreIntrinsic() local
DSIISelLowering.cpp5211 static bool parseCachePolicy(SDValue CachePolicy, SelectionDAG &DAG, in parseCachePolicy()
5712 unsigned CachePolicy = cast<ConstantSDNode>(GLC)->getZExtValue(); in lowerSBuffer() local