Searched refs:MaskValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreEmitPeephole.cpp | 129 int64_t MaskValue = 0; in optimizeVccBranch() local 158 MaskValue = M->getOperand(1).getImm(); in optimizeVccBranch() 162 A->getOperand(2).ChangeToImmediate(MaskValue); in optimizeVccBranch() 166 MaskValue = Op2.getImm(); in optimizeVccBranch() 172 assert(MaskValue == 0 || MaskValue == -1); in optimizeVccBranch() 174 MaskValue = ~MaskValue; in optimizeVccBranch() 179 if (MaskValue == 0) { in optimizeVccBranch() 199 } else if (IsVCCZ && MaskValue == 0) { in optimizeVccBranch() 227 } else if (!IsVCCZ && MaskValue == 0) { in optimizeVccBranch() 234 } else if (MaskValue == -1) { in optimizeVccBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2716 auto MaskValue = APInt::getLowBitsSet(Ty->getScalarSizeInBits(), NumBits); in instCombineSVEUxt() local 2717 auto *Mask = ConstantInt::get(Ty, MaskValue); in instCombineSVEUxt() 6295 Value *MaskValue; in isProfitableToSinkOperands() local 6298 m_OneUse(m_c_And(m_OneUse(m_Not(m_Value(MaskValue))), in isProfitableToSinkOperands() 6301 m_c_And(m_Specific(MaskValue), m_Instruction(IB)))) { in isProfitableToSinkOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2657 auto MaskValue = APInt::getLowBitsSet(LocBits, ArgVT.getSizeInBits()); in LowerCall() local 2659 DAG.getConstant(MaskValue, dl, MVT::getIntegerVT(LocBits)); in LowerCall() 3347 auto MaskValue = APInt::getLowBitsSet(LocBits, RetVT.getSizeInBits()); in LowerReturn() local 3349 DAG.getConstant(MaskValue, dl, MVT::getIntegerVT(LocBits)); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 18197 Constant *MaskValue = ConstantVector::get(MaskValues); in vectorizeTree() local 18199 MaskValue); in vectorizeTree()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 23052 SDValue MaskValue = DAG.getConstant(Mask, DL, SrcVT); in LowerVectorAllEqual() local 23053 return DAG.getNode(ISD::AND, DL, SrcVT, Src, MaskValue); in LowerVectorAllEqual()
|