Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp160 IndexedReference::hasSpacialReuse(const IndexedReference &Other, unsigned CLS, in hasSpacialReuse() argument
202 bool InSameCacheLine = (Diff->getValue()->getSExtValue() < CLS); in hasSpacialReuse()
273 unsigned CLS) const { in computeRefCost()
292 if (isConsecutive(L, Stride, CLS)) { in computeRefCost()
298 const SCEV *CacheLineSize = SE.getConstant(WiderType, CLS); in computeRefCost()
468 unsigned CLS) const { in isConsecutive()
495 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive()
622 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups() local
659 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h73 /// are/aren't in the same cache line of size \p CLS. Two references are in
77 unsigned CLS, AAResults &AA) const;
96 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;
112 /// smaller than the cache line size \p CLS. Provide a valid \p Stride value
114 bool isConsecutive(const Loop &L, const SCEV *&Stride, unsigned CLS) const;
185 /// size (CLS), and the coefficient of this loop's index variable used in all
186 /// other subscripts is zero (e.g. RefCost = TripCount/(CLS/RefStride))
188 /// or equal to the cache line size CLS.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A 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.
156 // on registers of class CLS.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td152 // CLS,CLZ,RBIT,REV,REV16,REV32
504 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
H A 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$")>;
H A DAArch64SchedTSV110.td434 def : InstRW<[TSV110Wr_1cyc_1ALUAB], (instregex "^(CLS|CLZ|RBIT|REV(16|32)?)(W|X)r$")>;
672 def : InstRW<[TSV110Wr_2cyc_1FSU1_1FSU2], (instregex "^(CLS|CLZ|CNT)v")>;
H A DAArch64SchedAmpere1.td987 def : InstRW<[Ampere1Write_1cyc_1B], (instregex "CLS(W|X)")>;
1059 (instregex "^(CLS|CLZ|CNT)v")>;
H A DAArch64SchedAmpere1B.td969 def : InstRW<[Ampere1BWrite_1cyc_1B], (instregex "CLS(W|X)")>;
1066 (instregex "^(CLS|CLZ|CNT)v")>;
H A DAArch64SchedKryoDetails.td495 (instregex "(CLS|CLZ)(W|X)r")>;
501 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
507 (instregex "(CLS|CLZ|CNT)(v2i32|v4i16|v8i8)")>;
H A DAArch64SchedThunderX2T99.td560 def : InstRW<[THX2T99Write_3Cyc_I1], (instregex "^CLS(W|X)r$",
1364 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
H A DAArch64SchedThunderX3T110.td821 (instregex "^CLS(W|X)r$", "^CLZ(W|X)r$")>;
1472 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
H A DAArch64SchedA64FX.td722 def : InstRW<[A64FXWrite_2Cyc_GI0], (instregex "^CLS(W|X)r$",
1500 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
H A DAArch64SchedOryon.td808 (instregex "^CLS(W|X)r$", "^CLZ(W|X)r$", "^EXTR(W|X)rri")>;
H A DAArch64SchedA510.td740 def : InstRW<[CortexA510Write<3, CortexA510UnitVALU>], (instregex "^(CLS|CLZ|RBIT)_ZPmZ_[BHSD]")>;
H A DAArch64SchedNeoverseV1.td1400 def : InstRW<[V1Write_2c_1V01], (instregex "^(CLS|CLZ|CNT|RBIT)_ZPmZ_[BHSD]")>;
H A DAArch64SchedNeoverseN2.td1666 def : InstRW<[N2Write_2cyc_1V], (instregex "^(CLS|CLZ|CNT|RBIT)_ZPmZ_[BHSD]")>;
H A DAArch64SchedNeoverseV2.td2177 def : InstRW<[V2Write_2cyc_1V], (instregex "^(CLS|CLZ|CNT|RBIT)_ZPmZ_[BHSD]")>;
H A DAArch64InstrInfo.td2790 defm CLS : OneOperandData<0b000101, "cls">;
5216 defm CLS : SIMDTwoVectorBHS<0, 0b00100, "cls", int_aarch64_neon_cls>;
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6390 CLS = 0x0, enumerator
7105 flags = CLS; in RewriteObjCClassMetaData()
/freebsd/share/misc/
H A Dusb_vendors855 8b29 Alpermann+Velte TC60 CLS
22305 006a PRT.5113 [CLS CANaerospace Gateway]
H A Dpci_vendors17439 00a9 VisionLink CLS
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in12969 @Article{Lindstrom:1974:CLS,
14929 @Article{Adam:1974:CLS,