Searched refs:AllOneMask (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 2137 VPValue &AllOneMask, VPValue &EVL) { in optimizeMaskToEVL() argument 2173 Intrinsic::vp_merge, {&AllOneMask, LHS, RHS, &EVL}, in optimizeMaskToEVL() 2184 VPValue *AllOneMask = Plan.getOrAddLiveIn(ConstantInt::getTrue(Ctx)); in transformRecipestoEVLRecipes() local 2228 {V1, V2, Imm, AllOneMask, PrevEVL, &EVL}, in transformRecipestoEVLRecipes() 2242 optimizeMaskToEVL(HeaderMask, *CurRecipe, TypeInfo, *AllOneMask, EVL); in transformRecipestoEVLRecipes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 13074 SDValue AllOneMask = DAG.getNode(RISCVISD::VMSET_VL, DL, ContainerVT, VL); in lowerVPSetCCMaskOp() local 13088 DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Temp, AllOneMask, VL); in lowerVPSetCCMaskOp() 13096 DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Op1, AllOneMask, VL); in lowerVPSetCCMaskOp() 13105 DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Op2, AllOneMask, VL); in lowerVPSetCCMaskOp() 13114 DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Op1, AllOneMask, VL); in lowerVPSetCCMaskOp() 13123 DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Op2, AllOneMask, VL); in lowerVPSetCCMaskOp() 18993 SDValue AllOneMask = in performCONCAT_VECTORSCombine() local 19014 AllOneMask, in performCONCAT_VECTORSCombine()
|