Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1281 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1313 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1329 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
H A DInstCombineVectorOps.cpp296 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
H A DInstCombineAndOrXor.cpp194 unsigned MaskVal = 0; in getMaskedICmpType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp376 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
H A DSystemZISelLowering.cpp2444 uint64_t MaskVal; in adjustForTestUnderMask() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3399 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
3465 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
H A DNVPTXISelLowering.cpp4470 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h121 APInt MaskVal = APInt::getAllOnesValue(SrcTy.getScalarSizeInBits()); in tryCombineZExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp869 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2171 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
2193 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2139 unsigned MaskVal[16]; // Width is never greater than 16 in isNByteElemShuffleMask() local
2492 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
10452 unsigned MaskVal = (1 << MemVT.getSizeInBits()) - 1; in LowerATOMIC_CMP_SWAP() local
H A DPPCISelDAGToDAG.cpp2602 SDValue MaskVal = in Select64() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4260 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
H A DX86ISelLowering.cpp41929 auto *MaskVal = cast<ConstantSDNode>(Mask.getOperand(i)); in combineSelect() local
43452 APInt MaskVal = AndC->getAPIntValue(); in combineShiftRightLogical() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2799 Optional<int64_t> MaskVal = getConstantVRegSExtVal(MaskReg, MRI); in select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4592 int MaskVal, Value *RootVec, in foldIdentityShuffles()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2062 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; in getShuffleMask() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6451 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert() local