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.cpp366 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
H A DSystemZISelLowering.cpp3227 uint64_t MaskVal; in adjustForTestUnderMask() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1603 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1635 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1651 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
H A DInstCombineVectorOps.cpp346 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
H A DInstCombineAndOrXor.cpp128 unsigned MaskVal = 0; in getMaskedICmpType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp83 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1716 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
1782 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
H A DNVPTXISelLowering.cpp5278 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.cpp1210 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2431 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
2452 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2817 APInt MaskVal; in LowerShift() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp990 auto IsAllTrueMask = [](Value *MaskVal) { in scalarizeVPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1862 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; in getShuffleMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4827 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
H A DX86ISelLowering.cpp48141 auto *MaskVal = cast<ConstantSDNode>(Mask.getOperand(i)); in combineSelect() local
50046 APInt MaskVal = AndC->getAPIntValue(); in combineShiftRightLogical() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2276 unsigned MaskVal[16]; // Width is never greater than 16 in isNByteElemShuffleMask() local
2635 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
11619 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/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3266 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); in select() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5409 int MaskVal, Value *RootVec, in foldIdentityShuffles()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp972 APInt MaskVal = MaybeMask->Value; in matchCombineLoadWithAndMask() local
H A DLegalizerHelper.cpp8845 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13349 APSInt MaskVal; in VisitBuiltinCallExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21445 auto MaskVal = unsigned(Mask->getValue().getZExtValue()); in isMaskAndCmp0FoldingBeneficial() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18559 const APInt &MaskVal = LHS.getConstantOperandAPInt(1); in useInversedSetcc() local