Lines Matching refs:EVL
783 Type *IntptrTy, Value *Mask, Value *EVL,
1472 Value *EVL = IB.CreateAddReduce(ExtMask); in getInterestingMemoryOperands() local
1475 EVL); in getInterestingMemoryOperands()
1620 Value *EVL, Value *Stride, Instruction *I, Value *Addr, in instrumentMaskedLoadOrStore() argument
1630 if (EVL) { in instrumentMaskedLoadOrStore()
1633 Type *EVLType = EVL->getType(); in instrumentMaskedLoadOrStore()
1634 Value *IsEVLZero = IB.CreateICmpNE(EVL, ConstantInt::get(EVLType, 0)); in instrumentMaskedLoadOrStore()
1638 EVL = IB.CreateZExtOrTrunc(EVL, IntptrTy); in instrumentMaskedLoadOrStore()
1642 EVL = IB.CreateBinaryIntrinsic(Intrinsic::umin, EVL, EC); in instrumentMaskedLoadOrStore()
1644 EVL = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()
1651 SplitBlockAndInsertForEachLane(EVL, LoopInsertBefore, in instrumentMaskedLoadOrStore()