| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 86 unsigned getMask() const { return Mask; } in getMask() function in __anond7d71e650111::MOVEMState 190 .addImm(State.getMask()) in Finish() 197 .addImm(State.getMask()); in Finish()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LowLevelType.h | 367 static constexpr uint64_t getMask(const BitFieldInfo FieldInfo) { 378 return maskAndShift(Val, getMask(FieldInfo), FieldInfo[1]); 382 return getMask(FieldInfo) & (RawData >> FieldInfo[1]);
|
| H A D | SelectionDAGNodes.h | 1567 ArrayRef<int> getMask() const { 2474 const SDValue &getMask() const { 2539 const SDValue &getMask() const { return getOperand(3); } 2569 const SDValue &getMask() const { return getOperand(4); } 2605 const SDValue &getMask() const { return getOperand(4); } 2642 const SDValue &getMask() const { return getOperand(5); } 2670 const SDValue &getMask() const { 2711 const SDValue &getMask() const { return getOperand(3); } 2748 const SDValue &getMask() const { return getOperand(4); } 2792 const SDValue &getMask() const { [all …]
|
| H A D | TargetRegisterInfo.h | 1218 const uint32_t *getMask() const { return Mask; } in getMask() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUAsmUtils.h | 47 unsigned getMask() const { return Mask << Shift; } in getMask() function
|
| H A D | AMDGPUBaseInfo.cpp | 1533 UsedOprMask |= Op.getMask(); in isSymbolicCustomOperandEncoding() 1578 auto OprMask = Op.getMask(); in encodeCustomOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 315 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass() 355 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerMetadata.cpp | 92 NoSanitizeMask |= Attr->getMask(); in reportGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.h | 79 unsigned getMask() const { in getMask() function
|
| H A D | AMDGPUIGroupLP.cpp | 233 SchedGroupMask getMask() { return SGMask; } in getMask() function in __anon114cba190111::SchedGroup 673 << (int)Match->getMask() << "and ID " << CandSGID in solveExact() 748 << (int)Match->getMask() << "\n"); in greedyFind() 774 << (int)BestGroup->getMask() << "\n"); in greedyFind()
|
| H A D | GCNRewritePartialRegUses.cpp | 194 I->second = RCI.getMask(); in getSuperRegClassMask()
|
| H A D | SIMachineFunctionInfo.cpp | 635 SA.Mask = Arg.getMask(); in convertArgumentInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 329 static std::string getMask(uint32_t prot) in getMask() function 938 W.printString("maxprot", getMask(MOSegment.maxprot)); in printMachOSegment() 939 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1800 VPValue *getMask(unsigned Idx) const { return getOperand(Idx * 2 + 1); } in getMask() function 1868 VPValue *getMask() const { in getMask() function 2007 VPValue *getMask() { in getMask() function 2033 if (VPValue *Mask = getMask()) in print() 2042 VPValue *getMask() const { in getMask() function 2141 VPValue *getMask() const { in getMask() function
|
| H A D | VPlanRecipes.cpp | 1380 Value *Cond = State.get(getMask(In), Part); in execute() 1406 getMask(I)->printAsOperand(O, SlotTracker); in print() 1481 VPValue *BlockInMask = getMask(); in execute()
|
| H A D | VPlanTransforms.cpp | 302 auto *BlockInMask = PredRecipe->getMask(); in createReplicateRegion()
|
| H A D | LoopVectorize.cpp | 2442 APInt MaxUIntTripCount = cast<IntegerType>(IdxTy)->getMask(); in isIndvarOverflowCheckKnownFalse() 2928 ConstantInt::get(CountTy, cast<IntegerType>(CountTy)->getMask()); in emitIterationCountCheck() 8859 Recipe->getMask(), NeedsMaskForGaps); in tryToBuildVPlanWithVPRecipes() 9204 VPValue *Mask = getMask(); in print() 9351 getStoredValues(), getMask(), in execute() 9486 bool isMaskRequired = getMask(); in execute() 9491 Value *Mask = State.get(getMask(), Part); in execute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1942 SDValue Mask = LD->getMask(); in SplitVecRes_VP_LOAD() 2026 SDValue Mask = SLD->getMask(); in SplitVecRes_VP_STRIDED_LOAD() 2101 SDValue Mask = MLD->getMask(); in SplitVecRes_MLOAD() 3442 SDValue Mask = N->getMask(); in SplitVecOp_VP_STORE() 3533 SDValue Mask = N->getMask(); in SplitVecOp_VP_STRIDED_STORE() 3595 SDValue Mask = N->getMask(); in SplitVecOp_MSTORE() 5415 SDValue Mask = N->getMask(); in WidenVecRes_VP_LOAD() 5444 SDValue Mask = N->getMask(); in WidenVecRes_VP_STRIDED_LOAD() 5470 SDValue Mask = N->getMask(); in WidenVecRes_MLOAD() 5495 SDValue Mask = N->getMask(); in WidenVecRes_MGATHER() [all …]
|
| H A D | DAGCombiner.cpp | 5903 !SVN0->getMask().equals(SVN1->getMask())) in hoistLogicOpWithSameOpcodeHands() 11827 SDValue Mask = MSC->getMask(); in visitVPSCATTER() 11858 SDValue Mask = MSC->getMask(); in visitMSCATTER() 11890 SDValue Mask = MST->getMask(); in visitMSTORE() 11987 SDValue Mask = MGT->getMask(); in visitVPGATHER() 12015 SDValue Mask = MGT->getMask(); in visitMGATHER() 12047 SDValue Mask = MLD->getMask(); in visitMLOAD() 24901 SmallVector<int, 16> Mask(SVN->getMask().begin(), SVN->getMask().end()); in combineShuffleToZeroExtendVectorInReg() 25985 LeftMask.assign(SVN->getMask().begin(), SVN->getMask().end()); in visitVECTOR_SHUFFLE() 25996 RightMask.assign(SVN->getMask().begin(), SVN->getMask().end()); in visitVECTOR_SHUFFLE() [all …]
|
| H A D | SelectionDAG.cpp | 2220 SmallVector<int, 8> MaskVec(SV.getMask()); in getCommutedVectorShuffle() 2782 ArrayRef<int> Mask = cast<ShuffleVectorSDNode>(V)->getMask(); in isSplatValue() 3147 if (!getShuffleDemandedElts(NumElts, SVN->getMask(), DemandedElts, in computeKnownBits() 4345 if (!getShuffleDemandedElts(NumElts, SVN->getMask(), DemandedElts, in ComputeNumSignBits() 8859 LD->getChain(), Base, Offset, LD->getMask(), in getIndexedLoadVP() 9232 SST->getMask(), SST->getVectorLength()}; in getIndexedStridedStoreVP() 9276 assert(N->getMask().getValueType().getVectorElementCount() == in getGatherVP() 9319 assert(N->getMask().getValueType().getVectorElementCount() == in getScatterVP() 9382 Offset, LD->getMask(), LD->getPassThru(), in getIndexedMaskedLoad() 9462 assert(N->getMask().getValueType().getVectorElementCount() == in getMaskedGather() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 2600 std::vector<int> Mask(SN->getMask().begin(), SN->getMask().end()); in selectShuffle() 2780 ArrayRef<int> TopMask = This->getMask(); in ppHvxShuffleOfShuffle() 2783 assert(TopMask.size() == S0->getMask().size() && in ppHvxShuffleOfShuffle() 2784 TopMask.size() == S1->getMask().size()); in ppHvxShuffleOfShuffle()
|
| H A D | HexagonVectorCombine.cpp | 309 Value *getMask(Value *Val) const; 659 auto AlignVectors::getMask(Value *Val) const -> Value * { in getMask() function in AlignVectors 1300 Value *Sel = Builder.CreateSelect(getMask(B.Seg.Val), Cast, in realignLoadGroup() 1342 Value *Mask = HVC.rescale(Builder, MakeVec(Builder, getMask(S.Seg.Val)), in realignStoreGroup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 89 APInt getMask() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 4667 ArrayRef<int> Mask = SVN->getMask(); in lowerShuffleViaVRegSplitting() 10101 Mask = VPLoad->getMask(); in lowerMaskedLoad() 10106 Mask = MLoad->getMask(); in lowerMaskedLoad() 10166 Mask = VPStore->getMask(); in lowerMaskedStore() 10171 Mask = MStore->getMask(); in lowerMaskedStore() 10998 SDValue Mask = VPNode->getMask(); in lowerVPStridedLoad() 11046 SDValue Mask = VPNode->getMask(); in lowerVPStridedStore() 11090 Mask = VPGN->getMask(); in lowerMaskedGather() 11099 Mask = MGN->getMask(); in lowerMaskedGather() 11188 Mask = VPSN->getMask(); in lowerMaskedScatter() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 302 APInt IntegerType::getMask() const { return APInt::getAllOnes(getBitWidth()); } in getMask() function in IntegerType
|