Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSimplifyDemanded.cpp1289 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1321 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1337 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
HDInstCombineVectorOps.cpp279 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
HDInstCombineAndOrXor.cpp238 unsigned MaskVal = 0; in getMaskedICmpType() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTDC.cpp362 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
HDSystemZISelLowering.cpp2387 uint64_t MaskVal; in adjustForTestUnderMask() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp3400 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
3466 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
HDNVPTXISelLowering.cpp4498 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp772 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) in parseMembarTag() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLowerMatrixIntrinsics.cpp654 Value *MaskVal = ConstantVector::get(Mask); in insertVector() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp1540 uint64_t MaskVal = LaneT.getSizeInBits() - 1; in unrollVectorShift() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp1965 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
1987 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp1900 unsigned MaskVal[16]; // Width is never greater than 16 in isNByteElemShuffleMask() local
2253 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
9931 unsigned MaskVal = (1 << MemVT.getSizeInBits()) - 1; in LowerATOMIC_CMP_SWAP() local
HDPPCISelDAGToDAG.cpp2365 SDValue MaskVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in Select64() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp3968 APInt MaskVal = And1C->getAPIntValue(); in shrinkAndImmediate() local
HDX86ISelLowering.cpp39499 APInt MaskVal = AndC->getAPIntValue(); in combineShiftRightLogical() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp4344 APInt MaskVal = ~APInt::getBitsSet(DstTy.getSizeInBits(), Offset, in lowerInsert() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp4372 int MaskVal, Value *RootVec, in foldIdentityShuffles()