Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h78 void SetUseValueProfileMask(uint32_t VPMask) { UseValueProfileMask = VPMask; } in SetUseValueProfileMask() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp394 Value *VPMask = getMaskParam(); in getStaticVectorLength() local
395 if (!VPMask) { in getStaticVectorLength()
401 return GetVectorLengthOfType(VPMask->getType()); in getStaticVectorLength()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9212 if (auto *VPMask = getMask()) { in execute() local
9215 Mask = State.get(VPMask, Part); in execute()
9266 if (VPValue *VPMask = getMask()) { in execute() local
9267 Mask = State.get(VPMask, 0); in execute()
9306 if (auto *VPMask = getMask()) { in execute() local
9309 Mask = State.get(VPMask, Part); in execute()
9351 if (VPValue *VPMask = getMask()) { in execute() local
9352 Mask = State.get(VPMask, 0); in execute()