Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A D2011-05-11-DAGLegalizer.ll13 @.str = private unnamed_addr constant [75 x i8] c"\09GGGGGGGGGGGGGGGGGGGGGGG:,BE:0x%08lx,ALM:0x%08l…
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp585 VPInstruction *ALM = dyn_cast<VPInstruction>(Not->getOperand(0)); in canSimplifyBranchOnCond() local
586 return ALM && ALM->getOpcode() == VPInstruction::ActiveLaneMask; in canSimplifyBranchOnCond()
H A DLoopVectorize.cpp8647 auto *ALM = new VPInstruction(VPInstruction::ActiveLaneMask, in addCanonicalIVRecipes() local
8650 EB->appendRecipe(ALM); in addCanonicalIVRecipes()
8651 LaneMaskPhi->addOperand(ALM); in addCanonicalIVRecipes()
8655 auto *NotMask = new VPInstruction(VPInstruction::Not, ALM, DL); in addCanonicalIVRecipes()