/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 142 unsigned CLS, in hasSpacialReuse() argument 184 bool InSameCacheLine = (Diff->getValue()->getSExtValue() < CLS); in hasSpacialReuse() 256 unsigned CLS) const { in computeRefCost() 282 if (isConsecutive(L, CLS)) { in computeRefCost() 286 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in computeRefCost() 382 bool IndexedReference::isConsecutive(const Loop &L, unsigned CLS) const { in isConsecutive() 397 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() 518 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups() local 543 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopCacheAnalysis.h | 72 Optional<bool> hasSpacialReuse(const IndexedReference &Other, unsigned CLS, 92 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const; 105 bool isConsecutive(const Loop &L, unsigned CLS) const;
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 40 public static final int CLS = 8; field in APIInfo 111 public void setClassName(String val) { setType(CLS, val); } in setClassName() 137 public String getClassName() { return get(CLS, true); } in getClassName() 171 case CLS: return cls; in get() 209 case CLS: cls = val; break; in setType()
|
D | CheckAPI.java | 92 private static final int CLS = 8; field in CheckAPI 123 case CLS: return cls; in get() 145 case CLS: cls = val; break; in setType() 332 …setType(CLS, (doc.isClass() || doc.isInterface() || (doc.containingClass() == null)) ? "" : doc.co… in read() 868 String name = info.get(CLS, true); in writeResults() 947 String cls = info.get(CLS, true); in stripClassInfo()
|
/third_party/mindspore/tests/ut/data/dataset/testTokenizerData/ |
D | bert_tokenizer.txt | 8 unused [CLS]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZPatterns.td | 19 // in which the first operand has class CLS and which the second operand 56 // Record that INSN performs insertion TYPE into a register of class CLS. 148 // registers in CLS against zero. The instruction has separate R1 and R2 157 // on registers of class CLS.
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_notls.c | 34 #define CLS "anything" macro 784 if(strcmp(CLS,cls)!=0) in standard_request_handler() 810 if(strcmp(CLS,cls)!=0) in session_closed_handler() 885 NULL,&session_closed_handler,&standard_request_handler,NULL,CLS, in parentproc()
|
D | test_request_response.c | 34 #define CLS "anything" macro 836 if(strcmp(CLS,cls)!=0) in standard_request_handler() 867 if(strcmp(CLS,cls)!=0) in session_closed_handler() 944 NULL,&session_closed_handler,&standard_request_handler,NULL,CLS,SPDY_DAEMON_OPTION_END); in parentproc()
|
D | test_new_connection.c | 36 #define CLS "anything" macro 839 if(strcmp(CLS,cls)!=0) in new_session_callback() 922 &new_session_callback,NULL,NULL,NULL,CLS,SPDY_DAEMON_OPTION_END); in parentproc()
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 113 non-CLS-compliance.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 149 // CLS,CLZ,RBIT,REV,REV16,REV32 499 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
|
D | AArch64SchedFalkorDetails.td | 922 def : InstRW<[FalkorWr_1VXVY_2cyc], (instregex "^(CLS|CLZ|CNT|RBIT)(v2i32|v4i16|v8i8)$")>; 944 def : InstRW<[FalkorWr_2VXVY_2cyc], (instregex "^(CLS|CLZ|CNT|RBIT)(v4i32|v8i16|v16i8)$")>; 1207 def : InstRW<[FalkorWr_1XYZ_2cyc], (instregex "^(CLS|CLZ|RBIT|REV|REV16|REV32)(W|X)r$")>;
|
D | AArch64SchedKryoDetails.td | 495 (instregex "(CLS|CLZ)(W|X)r")>; 501 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>; 507 (instregex "(CLS|CLZ|CNT)(v2i32|v4i16|v8i8)")>;
|
D | AArch64SchedThunderX2T99.td | 557 def : InstRW<[THX2T99Write_3Cyc_I1], (instregex "^CLS(W|X)r$", 1356 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
|
D | AArch64InstrInfo.td | 1632 defm CLS : OneOperandData<0b101, "cls">; 3662 defm CLS : SIMDTwoVectorBHS<0, 0b00100, "cls", int_aarch64_neon_cls>;
|
/third_party/python/Doc/reference/ |
D | compound_stmts.rst | 1078 In simple terms ``CLS(P1, attr=P2)`` matches only if the following happens: 1080 * ``isinstance(<subject>, CLS)`` 1081 * convert ``P1`` to a keyword pattern using ``CLS.__match_args__``
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.info | 955 CLS 977 CLS 1045 CLS 1066 CLS 1114 CLS 1141 CLS 1184 CLS
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 102 [CLS]
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 2343 ID_MODEL_FROM_DATABASE=Alpermann+Velte TC60 CLS
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 770 …����������������ӫ��~m\RMLMJLOMKLNKJJHGILKIIHGHGFDCCB?<83+!#%')').13148<>CLS[bejnnpqrrqnnonihfcc…
|