Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/
Dfetch.js6 const CachePolicy = require('./cache/policy.js') constant
/third_party/node/deps/npm/node_modules/http-cache-semantics/
Dindex.js104 module.exports = class CachePolicy { class
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dentry.js8 const CachePolicy = require('./policy.js') 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