Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DExpandVectorPredication.cpp496 ElementCount StaticElemCount = VPI.getStaticVectorLength(); in discardEVLParameter()
534 ElementCount ElemCount = VPI.getStaticVectorLength(); in foldEVLIntoMask()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DIntrinsicInst.cpp387 ElementCount VPIntrinsic::getStaticVectorLength() const { in getStaticVectorLength() function in VPIntrinsic
543 ElementCount EC = getStaticVectorLength(); in canIgnoreVectorLengthParam()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsicInst.h515 ElementCount getStaticVectorLength() const;