| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrPatternsVec.td | 35 // Masked (imm stride). 41 // Masked. 69 // Masked (imm stride). 80 // Masked. 105 // Masked. 122 // Masked. 143 // Masked with select. 154 // Masked. 164 // Masked with select. 175 // Masked. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | CaymanInstructions.td | 114 let DST_SEL_Y = 7; // Masked 115 let DST_SEL_Z = 7; // Masked 116 let DST_SEL_W = 7; // Masked 124 let DST_SEL_Y = 7; // Masked 125 let DST_SEL_Z = 7; // Masked 126 let DST_SEL_W = 7; // Masked 136 let DST_SEL_Y = 7; // Masked 137 let DST_SEL_Z = 7; // Masked 138 let DST_SEL_W = 7; // Masked
|
| H A D | EvergreenInstructions.td | 189 let DST_SEL_Y = 7; // Masked 190 let DST_SEL_Z = 7; // Masked 191 let DST_SEL_W = 7; // Masked 200 let DST_SEL_Y = 7; // Masked 201 let DST_SEL_Z = 7; // Masked 202 let DST_SEL_W = 7; // Masked 213 let DST_SEL_Y = 7; // Masked 214 let DST_SEL_Z = 7; // Masked 215 let DST_SEL_W = 7; // Masked
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 47 bool Masked; variable 54 ElementCount VectorizationFactor, bool Masked, StringRef VABIPrefix, in VecDesc() argument 57 VectorizationFactor(VectorizationFactor), Masked(Masked), in VecDesc() 63 bool isMasked() const { return Masked; } in isMasked() 218 bool Masked) const; 224 getVectorMappingInfo(StringRef F, const ElementCount &VF, bool Masked) const; 404 bool Masked = false) const { 405 return Impl->getVectorizedFunction(F, VF, Masked); 408 bool Masked) const { in getVectorMappingInfo() argument 409 return Impl->getVectorMappingInfo(F, VF, Masked); in getVectorMappingInfo()
|
| H A D | TargetTransformInfo.h | 1433 Masked, ///< The cast is used with a masked load/store. enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 688 uint16_t Masked : 1; member 698 uint16_t Masked : 1; member 708 uint16_t Masked : 1; member 717 uint16_t Masked : 1; member 726 uint16_t Masked : 1; member 735 uint16_t Masked : 1; member 743 uint16_t Masked : 1; member 752 uint16_t Masked : 1; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.h | 16 enum class LoopIdiomVectorizeStyle { Masked, Predicated }; enumerator 19 LoopIdiomVectorizeStyle VectorizeStyle = LoopIdiomVectorizeStyle::Masked;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 645 Value *Masked = Builder.CreateAnd(Trunc->getOperand(0), Mask); in ConvertTruncs() local 647 Masked = Builder.CreateTrunc(Masked, ExtTy); in ConvertTruncs() 649 if (auto *I = dyn_cast<Instruction>(Masked)) in ConvertTruncs() 652 ReplaceAllUsersOfWith(Trunc, Masked); in ConvertTruncs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 195 Value *Masked, *ShiftShAmt; in dropRedundantMaskingOfLeftShiftInput() local 197 m_Shift(m_Value(Masked), m_ZExtOrSelf(m_Value(ShiftShAmt)))); in dropRedundantMaskingOfLeftShiftInput() 202 if (match(Masked, m_CombineAnd(m_Trunc(m_Value(Masked)), m_Value(Trunc))) && in dropRedundantMaskingOfLeftShiftInput() 207 Type *WidestTy = Masked->getType(); in dropRedundantMaskingOfLeftShiftInput() 229 if (match(Masked, m_c_And(m_CombineOr(MaskA, MaskB), m_Value(X)))) { in dropRedundantMaskingOfLeftShiftInput() 234 if (!canTryToConstantAddTwoShiftAmounts(OuterShift, ShiftShAmt, Masked, in dropRedundantMaskingOfLeftShiftInput() 266 } else if (match(Masked, m_c_And(m_CombineOr(MaskC, MaskD), m_Value(X))) || in dropRedundantMaskingOfLeftShiftInput() 267 match(Masked, m_Shr(m_Shl(m_Value(X), m_Value(MaskShAmt)), in dropRedundantMaskingOfLeftShiftInput() 273 if (!canTryToConstantAddTwoShiftAmounts(OuterShift, ShiftShAmt, Masked, in dropRedundantMaskingOfLeftShiftInput() 320 if (!Masked->hasOneUse()) in dropRedundantMaskingOfLeftShiftInput() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 23 /// Masked vs Unmasked - Many instructions which allow a mask disallow register 602 bits<1> Masked = M; 618 let Fields = ["Masked", "Strided", "FF", "Log2SEW", "LMUL", "Pseudo"]; 619 let PrimaryKey = ["Masked", "Strided", "FF", "Log2SEW", "LMUL"]; 624 bits<1> Masked = M; 634 let Fields = ["Masked", "Strided", "Log2SEW", "LMUL", "Pseudo"]; 635 let PrimaryKey = ["Masked", "Strided", "Log2SEW", "LMUL"]; 640 bits<1> Masked = M; 655 let Fields = ["Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL", "Pseudo"]; 656 let PrimaryKey = ["Masked", "Ordered", "Log2SEW", "LMUL", "IndexLMUL"]; [all …]
|
| H A D | RISCVInstrInfoXAndes.td | 72 bits<1> Masked = M; 82 let Fields = ["Masked", "Unsigned", "Log2SEW", "LMUL", "Pseudo"]; 83 let PrimaryKey = ["Masked", "Unsigned", "Log2SEW", "LMUL"]; 456 RISCVNDSVLN</*Masked*/0, /*Unsigned*/U, !logtwo(8), VLMul> { 472 RISCVNDSVLN</*Masked*/1, /*Unsigned*/U, !logtwo(8), VLMul> {
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFixedPoint.cpp | 57 APInt Masked(NewVal & Mask); in convert() local 60 if (!(Masked == Mask || Masked == 0)) { in convert()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 395 if (auto *Masked = dyn_cast<ConstantInt>(Vector->getOperand(Idx))) { in instrumentMaskedLoadOrStore() local 396 if (Masked->isZero()) in instrumentMaskedLoadOrStore()
|
| H A D | InstrProfiling.cpp | 1277 auto *Masked = Builder.CreateAnd(Bitmap, ShiftedVal); in lowerMCDCTestVectorBitmapUpdate() local 1278 auto *ShouldStore = Builder.CreateICmpNE(Masked, ShiftedVal); in lowerMCDCTestVectorBitmapUpdate()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_andes_vector.td | 114 // Masked: (passthru, vector_in, vector_in/scalar_in, mask, frm, vl, policy)
|
| H A D | riscv_sifive_vector.td | 153 // Masked: (passthru, vector_in, scalar_in, mask, frm, vl, policy)
|
| H A D | riscv_vector.td | 248 Masked: (Vector0, ..., Vector{NF - 1}, Ptr, Mask, VL, Policy) 251 Masked: (Vector0, ..., Vector{NF - 1}, Ptr, Mask, VL, Policy) 254 Masked: (Vector0, ..., Vector{NF - 1}, Ptr, Stride, Mask, VL, Policy) 257 Masked: (Vector0, ..., Vector{NF - 1}, Ptr, Index, Mask, VL, Policy)
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1445 bool Masked) const { in getVectorizedFunction() 1446 const VecDesc *VD = getVectorMappingInfo(F, VF, Masked); in getVectorizedFunction() 1454 bool Masked) const { in getVectorMappingInfo() 1461 if ((I->getVectorizationFactor() == VF) && (I->isMasked() == Masked)) in getVectorMappingInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 90 cl::values(clEnumValN(LoopIdiomVectorizeStyle::Masked, "masked", 94 cl::init(LoopIdiomVectorizeStyle::Masked)); 798 case LoopIdiomVectorizeStyle::Masked: in expandFindMismatch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsHexagon.td | 415 // Masked vector stores
|
| H A D | IntrinsicsRISCV.td | 779 // Masked Vector Multiply-Add operations, its first operand can not be undef. 801 // Masked Vector Multiply-Add operations, its first operand can not be undef. 823 // Masked Widening Vector Multiply-Add operations, its first operand can not be undef. 845 // Masked Widening Vector Multiply-Add operations, its first operand can not be undef.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 2230 Value *Masked = IC.Builder.CreateAnd(Input, II.getArgOperand(1)); in instCombineIntrinsic() local 2232 Value *Shifted = IC.Builder.CreateLShr(Masked, ShiftAmt); in instCombineIntrinsic() 2276 Value *Masked = IC.Builder.CreateAnd(Shifted, II.getArgOperand(1)); in instCombineIntrinsic() local 2277 return IC.replaceInstUsesWith(II, Masked); in instCombineIntrinsic()
|
| H A D | X86InstrFragmentsSIMD.td | 748 // Masked versions of above 1296 // Masked store fragments.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 322 for (bool Masked : {false, true}) { 323 if ((VD = LibInfo->getVectorMappingInfo(LCName, VF, Masked)))
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 535 if (CCH == TTI::CastContextHint::Masked && DstTy.getSizeInBits() > 128) in getCastInstrCost() 541 CCH == TTI::CastContextHint::Masked) { in getCastInstrCost()
|