Home
last modified time | relevance | path

Searched defs:MaskVal (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp372 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
H A DSystemZISelLowering.cpp2879 uint64_t MaskVal; in adjustForTestUnderMask() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1599 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1631 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1647 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
H A DInstCombineVectorOps.cpp346 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
H A DInstCombineAndOrXor.cpp127 unsigned MaskVal = 0; in getMaskedICmpType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3500 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
3566 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
H A DNVPTXISelLowering.cpp5518 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
5543 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h141 APInt MaskVal = APInt::getAllOnes(SrcTy.getScalarSizeInBits()); in tryCombineZExt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1122 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2316 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
2337 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp809 auto IsAllTrueMask = [](Value *MaskVal) { in scalarizeVPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2409 APInt MaskVal; in LowerShift() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1801 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; in getShuffleMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2261 unsigned MaskVal[16]; // Width is never greater than 16 in isNByteElemShuffleMask() local
2620 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
11238 unsigned MaskVal = (1 << MemVT.getSizeInBits()) - 1; in LowerATOMIC_CMP_SWAP() local
H A DPPCISelDAGToDAG.cpp2775 SDValue MaskVal = in Select64() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4761 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
H A DX86ISelLowering.cpp46389 auto *MaskVal = cast<ConstantSDNode>(Mask.getOperand(i)); in combineSelect() local
48291 APInt MaskVal = AndC->getAPIntValue(); in combineShiftRightLogical() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5372 int MaskVal, Value *RootVec, in foldIdentityShuffles()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3131 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); in select() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7924 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert() local
H A DCombinerHelper.cpp907 APInt MaskVal = MaybeMask->Value; in matchCombineLoadWithAndMask() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12735 APSInt MaskVal; in VisitBuiltinCallExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15995 const APInt &MaskVal = LHS.getConstantOperandAPInt(1); useInversedSetcc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21515 auto MaskVal = unsigned(Mask->getValue().getZExtValue()); in isMaskAndCmp0FoldingBeneficial() local