Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1441 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1473 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1489 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
DInstCombineVectorOps.cpp343 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
DInstCombineAndOrXor.cpp165 unsigned MaskVal = 0; in getMaskedICmpType() local
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp372 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
DSystemZISelLowering.cpp2629 uint64_t MaskVal; in adjustForTestUnderMask() local
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3399 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
3465 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
DNVPTXISelLowering.cpp4810 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DExpandVectorPredication.cpp86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp975 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h132 APInt MaskVal = APInt::getAllOnes(SrcTy.getScalarSizeInBits()); in tryCombineZExt() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2151 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
2172 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2208 unsigned MaskVal[16]; // Width is never greater than 16 in isNByteElemShuffleMask() local
2567 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
10889 unsigned MaskVal = (1 << MemVT.getSizeInBits()) - 1; in LowerATOMIC_CMP_SWAP() local
DPPCISelDAGToDAG.cpp2620 SDValue MaskVal = in Select64() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp4456 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
DX86ISelLowering.cpp46230 auto *MaskVal = cast<ConstantSDNode>(Mask.getOperand(i)); in combineSelect() local
47909 APInt MaskVal = AndC->getAPIntValue(); in combineShiftRightLogical() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp3097 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); in select() local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp2239 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; in getShuffleMask() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp5103 int MaskVal, Value *RootVec, in foldIdentityShuffles()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp713 APInt MaskVal = MaybeMask->Value; in matchCombineLoadWithAndMask() local
DLegalizerHelper.cpp6961 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp21284 auto MaskVal = unsigned(Mask->getValue().getZExtValue()); in isMaskAndCmp0FoldingBeneficial() local