Home
last modified time | relevance | path

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

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