Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp372 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); runOnFunction() local
H A DSystemZISelLowering.cpp2884 uint64_t MaskVal; adjustForTestUnderMask() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1603 if (MaskVal != -1u) { in SimplifyDemandedVectorElts() local
1635 if (DemandedElts[i] && i != MaskVal) { in SimplifyDemandedVectorElts() local
1651 if (MaskVal in SimplifyDemandedVectorElts() local
[all...]
H A DInstCombineVectorOps.cpp346 unsigned MaskVal = Shuffle->getMaskValue(i); in findDemandedEltsBySingleUser() local
H A DInstCombineAndOrXor.cpp127 unsigned MaskVal = 0; in getMaskedICmpType() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1884 EXPECT_TRUE(MaskVal.isShiftedMask()); in TEST() local
1783 APInt MaskVal = One.shl(I) - 1; TEST() local
1814 APInt MaskVal = One.shl(I) - 1; TEST() local
1821 APInt MaskVal = One.shl(I); TEST() local
1828 APInt MaskVal = APInt::getHighBitsSet(N, I); TEST() local
1861 APInt MaskVal = One.shl(I); TEST() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp86 isAllTrueMask(Value * MaskVal) isAllTrueMask() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3500 uint64_t MaskVal = Mask->getZExtValue(); tryBFE() local
3566 uint64_t MaskVal = MaskCnst->getZExtValue(); tryBFE() local
H A DNVPTXISelLowering.cpp5509 uint64_t MaskVal = MaskCnst->getZExtValue(); PerformANDCombine() local
5534 uint64_t MaskVal = MaskCnst->getZExtValue(); PerformANDCombine() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h141 APInt MaskVal = APInt::getAllOnes(SrcTy.getScalarSizeInBits()); in tryCombineZExt() local
/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1061 unsigned MaskVal = StringSwitch<unsigned>(Parser.getTok().getString()) parseMembarTag() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2316 uint32_t MaskVal = Mask->getZExtValue(); SelectS_BFE() local
2337 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; SelectS_BFE() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2408 APInt MaskVal; LowerShift() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp809 __anon1d97b8fb0302(Value *MaskVal) scalarizeVPIntrinsic() argument
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1801 int MaskVal = isa<UndefValue>(Mask) ? -1 : 0; getShuffleMask() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2270 unsigned MaskVal[16]; // Width is never greater than 16 isNByteElemShuffleMask() local
2629 int MaskVal = SignExtend32(Value, ByteSize * 8); get_VSPLTI_elt() local
11242 unsigned MaskVal = (1 << MemVT.getSizeInBits()) - 1; LowerATOMIC_CMP_SWAP() local
[all...]
H A DPPCISelDAGToDAG.cpp2775 SDValue MaskVal = in Select64() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4760 APInt MaskVal = And1C->getAPIntValue(); shrinkAndImmediate() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5346 foldIdentityShuffles(int DestElt,Value * Op0,Value * Op1,int MaskVal,Value * RootVec,unsigned MaxRecurse) foldIdentityShuffles() argument
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3116 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); select() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp907 APInt MaskVal = MaybeMask->Value; matchCombineLoadWithAndMask() local
H A DLegalizerHelper.cpp7725 APInt MaskVal = APInt::getBitsSetWithWrap( lowerInsert() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12720 APSInt MaskVal; VisitBuiltinCallExpr() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15931 const APInt &MaskVal = LHS.getConstantOperandAPInt(1); useInversedSetcc() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21530 auto MaskVal = unsigned(Mask->getValue().getZExtValue()); isMaskAndCmp0FoldingBeneficial() local

12