Home
last modified time | relevance | path

Searched refs:getVectorLengthParam (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDIntrinsicInst.cpp415 Value *VPIntrinsic::getVectorLengthParam() const { in getVectorLengthParam() function in VPIntrinsic
627 auto *VLParam = getVectorLengthParam(); in canIgnoreVectorLengthParam()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDExpandVectorPredication.cpp658 Value *EVLParam = VPI.getVectorLengthParam(); in discardEVLParameter()
692 Value *OldEVLParam = VPI.getVectorLengthParam(); in foldEVLIntoMask()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h584 Value *getVectorLengthParam() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1503 VPI->getMaskParam(), VPI->getVectorLengthParam(), in getInterestingMemoryOperands()
1519 VPI->getVectorLengthParam()); in getInterestingMemoryOperands()