Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
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
DInstCombineVectorOps.cpp296 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
DInstCombineAndOrXor.cpp194 unsigned MaskVal = 0; in getMaskedICmpType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp376 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
DSystemZISelLowering.cpp2493 uint64_t MaskVal; in adjustForTestUnderMask() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DExpandVectorPredication.cpp86 static bool isAllTrueMask(Value *MaskVal) { in isAllTrueMask()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3399 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
3465 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
DNVPTXISelLowering.cpp4556 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h123 APInt MaskVal = APInt::getAllOnesValue(SrcTy.getScalarSizeInBits()); in tryCombineZExt() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp869 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp2254 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
2276 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp4264 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
DX86ISelLowering.cpp42223 auto *MaskVal = cast<ConstantSDNode>(Mask.getOperand(i)); in combineSelect() local
43771 APInt MaskVal = AndC->getAPIntValue(); in combineShiftRightLogical() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2148 unsigned MaskVal[16]; // Width is never greater than 16 in isNByteElemShuffleMask() local
2501 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
10496 unsigned MaskVal = (1 << MemVT.getSizeInBits()) - 1; in LowerATOMIC_CMP_SWAP() local
DPPCISelDAGToDAG.cpp2598 SDValue MaskVal = in Select64() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp2918 Optional<int64_t> MaskVal = getConstantVRegSExtVal(MaskReg, MRI); in select() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4668 int MaskVal, Value *RootVec, in foldIdentityShuffles()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp2075 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; in getShuffleMask() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp6859 APInt MaskVal = APInt::getBitsSetWithWrap( in lowerInsert() local