Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp216 ElementCount ElemCount) { in convertEVLToMask()
534 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp207 Value *ElemCount = ActiveLaneMask->getOperand(1); in IsSafeActiveMask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DOperator.cpp83 const uint64_t ElemCount = OpC ? OpC->getZExtValue() : 1; in getMaxPreservedAlignment() local
H A DIntrinsicInst.cpp390 auto ElemCount = VT->getElementCount(); in getStaticVectorLength() local
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dpath.cpp281 int ElemCount = DetermineLexicalElementCount(PPBase); in lexically_relative() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVECustomDAG.cpp435 unsigned ElemCount = ResultVT.getVectorNumElements(); in getMaskBroadcast() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp528 if (std::optional<uint64_t> ElemCount = in getTypeSize() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp824 Register ElemCount = LoLoop.VCTP->getOperand(1).getReg(); in RemoveLoopUpdate() local
/aosp_15_r20/external/pdfium/third_party/lcms/include/
H A Dlcms2_plugin.h432 …cmsUInt32Number ElemCount; // If this tag needs an array, how many elements should ke… member
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmsio0.c1652 cmsUInt32Number ElemCount; in cmsReadTag() local
H A Dcmstypes.c4620 cmsUInt32Number ElemCount; in Type_MPE_Write() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1041 if (Optional<uint64_t> ElemCount = in getTypeSize() local
/aosp_15_r20/external/libcxx/src/filesystem/
H A Doperations.cpp1523 int ElemCount = DetermineLexicalElementCount(PPBase); in lexically_relative() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h1733 …unsigned int ElemCount; // Number of indices (multiple of 3) to be rendered as tri… member