Home
last modified time | relevance | path

Searched refs:CLS (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp142 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/
DLoopCacheAnalysis.h72 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/
DAPIInfo.java40 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()
DCheckAPI.java92 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/
Dbert_tokenizer.txt8 unused [CLS]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZPatterns.td19 // 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/
Dtest_notls.c34 #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()
Dtest_request_response.c34 #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()
Dtest_new_connection.c36 #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/
DCHANGES.txt113 non-CLS-compliance.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td149 // CLS,CLZ,RBIT,REV,REV16,REV32
499 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
DAArch64SchedFalkorDetails.td922 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$")>;
DAArch64SchedKryoDetails.td495 (instregex "(CLS|CLZ)(W|X)r")>;
501 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
507 (instregex "(CLS|CLZ|CNT)(v2i32|v4i16|v8i8)")>;
DAArch64SchedThunderX2T99.td557 def : InstRW<[THX2T99Write_3Cyc_I1], (instregex "^CLS(W|X)r$",
1356 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
DAArch64InstrInfo.td1632 defm CLS : OneOperandData<0b101, "cls">;
3662 defm CLS : SIMDTwoVectorBHS<0, 0b00100, "cls", int_aarch64_neon_cls>;
/third_party/python/Doc/reference/
Dcompound_stmts.rst1078 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/
Dlibmicrohttpd.info955 CLS
977 CLS
1045 CLS
1066 CLS
1114 CLS
1141 CLS
1184 CLS
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt102 [CLS]
/third_party/eudev/hwdb/
D20-usb-vendor-model.hwdb2343 ID_MODEL_FROM_DATABASE=Alpermann+Velte TC60 CLS
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv770 …����������������ӫ��~m\RMLMJLOMKLNKJJHGILKIIHGHGFDCCB?<83+!#%')').13148<>CLS[bejnnpqrrqnnonihfcc…