Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/MachO/
H A Dobjc-imageinfo.s79 # HAS-CAT-CLS: Contents of (__DATA_CONST,__objc_imageinfo) section
80 # HAS-CAT-CLS: 00 00 00 40 00 00 00
81 # HAS-CAT-CLS-EMPTY:
83 # NO-CAT-CLS: Contents of (__DATA_CONST,__objc_imageinfo) section
84 # NO-CAT-CLS: 00 00 00 00 00 00 00
85 # NO-CAT-CLS-EMPTY:
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp160 unsigned CLS, in hasSpacialReuse() argument
202 bool InSameCacheLine = (Diff->getValue()->getSExtValue() < CLS); in hasSpacialReuse()
274 unsigned CLS) const { in computeRefCost()
293 if (isConsecutive(L, Stride, CLS)) { in computeRefCost()
299 const SCEV *CacheLineSize = SE.getConstant(WiderType, CLS); in computeRefCost()
464 unsigned CLS) const { in isConsecutive()
491 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive()
618 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups() local
655 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups()
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Darc-cxx11-member-init.mm26 // CHECK: [[CLS:%.*]] = load %struct._class_t*, %struct._class_t** @"OBJC_CLASSLIST_REFERENCES_$_"
27 // CHECK: [[RECV:%.*]] = bitcast %struct._class_t* [[CLS]] to i8*
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h75 Optional<bool> hasSpacialReuse(const IndexedReference &Other, unsigned CLS,
95 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;
113 bool isConsecutive(const Loop &L, const SCEV *&Stride, unsigned CLS) const;
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dgnu-init.m77 …K-WIN-DAG: @"__start_.objcrt$CLS" = linkonce_odr hidden global %.objc_section_sentinel zeroinitial…
78 …ECK-WIN-DAG: @"__stop.objcrt$CLS" = linkonce_odr hidden global %.objc_section_sentinel zeroinitial…
91 …t$SEL", %.objc_section_sentinel* @"__start_.objcrt$CLS", %.objc_section_sentinel* @"__stop.objcrt$
/llvm-project-15.0.7/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. The instruction has separate R1 and R2
157 // on registers of class CLS.
/llvm-project-15.0.7/llvm/test/MC/AVR/
H A Dinst-family-set-clr-flag.s58 ; CLS
/llvm-project-15.0.7/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 DAArch64SchedTSV110.td410 def : InstRW<[TSV110Wr_1cyc_1ALUAB], (instregex "^(CLS|CLZ|RBIT|REV(16|32)?)(W|X)r$")>;
648 def : InstRW<[TSV110Wr_2cyc_1FSU1_1FSU2], (instregex "^(CLS|CLZ|CNT)v")>;
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 DAArch64SchedAmpere1.td983 def : InstRW<[Ampere1Write_1cyc_1B], (instregex "CLS(W|X)")>;
1055 (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.td820 (instregex "^CLS(W|X)r$", "^CLZ(W|X)r$")>;
1471 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
H A DAArch64SchedA64FX.td947 def : InstRW<[A64FXWrite_2Cyc_GI0], (instregex "^CLS(W|X)r$",
1750 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
H A DAArch64SchedNeoverseN2.td1641 def : InstRW<[N2Write_2cyc_1V], (instregex "^(CLS|CLZ|CNT|RBIT)_ZPmZ_[BHSD]$")>;
H A DAArch64InstrInfo.td2134 defm CLS : OneOperandData<0b101, "cls">;
4307 defm CLS : SIMDTwoVectorBHS<0, 0b00100, "cls", int_aarch64_neon_cls>;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-intrinsics-counting-bits.ll6 ; CLS
H A Dsve-unary-movprfx.ll243 ; CLS (sve_int_un_pred_arit_1)
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6393 CLS = 0x0, enumerator
7108 flags = CLS; in RewriteObjCClassMetaData()