/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1441 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
|
H A D | InstCombineVectorOps.cpp | 343 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
|
H A D | InstCombineAndOrXor.cpp | 165 unsigned MaskVal = 0; in getMaskedICmpType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 372 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
|
H A D | SystemZISelLowering.cpp | 2629 uint64_t MaskVal; in adjustForTestUnderMask() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 3399 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local 3465 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
|
H A D | NVPTXISelLowering.cpp | 4810 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 132 APInt MaskVal = APInt::getAllOnes(SrcTy.getScalarSizeInBits()); in tryCombineZExt() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 975 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 2151 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/ |
H A D | PPCISelLowering.cpp | 2208 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
|
H A D | PPCISelDAGToDAG.cpp | 2620 SDValue MaskVal = in Select64() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 4456 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
|
H A D | X86ISelLowering.cpp | 46230 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/ |
H A D | AArch64InstructionSelector.cpp | 3097 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); in select() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5103 int MaskVal, Value *RootVec, in foldIdentityShuffles()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 2239 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; in getShuffleMask() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 713 APInt MaskVal = MaybeMask->Value; in matchCombineLoadWithAndMask() local
|
H A D | LegalizerHelper.cpp | 6961 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 21284 auto MaskVal = unsigned(Mask->getValue().getZExtValue()); in isMaskAndCmp0FoldingBeneficial() local
|