Home
last modified time | relevance | path

Searched defs:ElemCount (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp89 const uint64_t ElemCount = OpC ? OpC->getZExtValue() : 1; getMaxPreservedAlignment() local
H A DIntrinsicInst.cpp395 auto ElemCount = VT->getElementCount(); getStaticVectorLength() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp203 Value *ElemCount = ActiveLaneMask->getOperand(1); in IsSafeActiveMask() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp231 ElementCount ElemCount) { in convertEVLToMask() argument
676 ElementCount ElemCount = VPI.getStaticVectorLength(); foldEVLIntoMask() local
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp281 int ElemCount = DetermineLexicalElementCount(PPBase); in lexically_relative() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp435 unsigned ElemCount = ResultVT.getVectorNumElements(); in getMaskBroadcast() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp537 if (std::optional<uint64_t> ElemCount = in getTypeSizeImpl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1041 CheckArraySize(SourceLocation Loc,unsigned BitWidth,uint64_t ElemCount,bool Diag) CheckArraySize() argument