Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp409 SDValue VECustomDAG::getConstantMask(Packing Packing, bool AllTrue) const { in getConstantMask() function in llvm::VECustomDAG
426 return getConstantMask(getTypePacking(ResultVT), in getMaskBroadcast()
514 NewMask = getConstantMask(Packing::Normal, true); in getTargetSplitMask()
H A DVVPISelLowering.cpp80 Mask = CDAG.getConstantMask(Packing, true); in lowerToVVP()
149 Mask = CDAG.getConstantMask(Packing, true); in lowerVVP_LOAD_STORE()
295 Mask = CDAG.getConstantMask(Packing, true); in lowerVVP_GATHER_SCATTER()
H A DVECustomDAG.h201 SDValue getConstantMask(Packing Packing, bool AllTrue) const;