Home
last modified time | relevance | path

Searched refs:BaseElts (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp288 unsigned BaseElts = VT->getScalarSizeInBits() == 16 in tryInterleave() local
291 if (BaseElts == 0 || NumElts % BaseElts != 0) { in tryInterleave()
322 for (unsigned Base = 0; Base < NumElts; Base += BaseElts) { in tryInterleave()
323 for (unsigned i = 0; i < BaseElts / 2; i++) in tryInterleave()
325 for (unsigned i = 0; i < BaseElts / 2; i++) in tryInterleave()
328 for (unsigned Base = 0; Base < NumElts; Base += BaseElts) { in tryInterleave()
329 for (unsigned i = 0; i < BaseElts / 2; i++) { in tryInterleave()
331 TruncMask.push_back(Base + i + BaseElts / 2); in tryInterleave()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp124 Constant *BaseElts[] = { in GetFrameMap() local
130 ConstantStruct::get(FrameMapTy, BaseElts), in GetFrameMap()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp4194 llvm::Constant *BaseElts = Base.getExtVectorElts(); in EmitExtVectorElementExpr() local
4198 CElts.push_back(BaseElts->getAggregateElement(Indices[i])); in EmitExtVectorElementExpr()