Home
last modified time | relevance | path

Searched refs:isMasked (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp178 (RVVI->isMasked() && (RVVI->getPolicyAttrsBits() & RVV_VTA) && in getIndexedLoadStorePtrIdx()
180 (!RVVI->isMasked() && (RVVI->getPolicyAttrsBits() & RVV_VTA)); in getIndexedLoadStorePtrIdx()
181 return RVVI->isMasked() ? NoPassthru ? 1 : 2 : NoPassthru ? 0 : 1; in getIndexedLoadStorePtrIdx()
184 return RVVI->isMasked() ? 1 : 0; in getIndexedLoadStorePtrIdx()
256 OS << "IsMasked = " << (RVVI->isMasked() ? "true" : "false") << ";\n"; in emitCodeGenSwitchBody()
277 if (RVVI->isMasked()) { in emitCodeGenSwitchBody()
607 else if (P.first->second->isMasked() != Def->isMasked()) in createCodeGen()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h144 bool isMasked() const { return getParamIndexForOptionalMask().has_value(); } in isMasked() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h86 bool isMasked() const { in isMasked() function
H A DAMDGPUArgumentUsageInfo.cpp37 if (isMasked()) { in print()
H A DAMDGPUCallLowering.cpp888 if (IncomingArgX && !IncomingArgX->isMasked() && CalleeArgInfo->WorkItemIDX && in passSpecialInputs()
900 if (IncomingArgY && !IncomingArgY->isMasked() && CalleeArgInfo->WorkItemIDY && in passSpecialInputs()
910 if (IncomingArgZ && !IncomingArgZ->isMasked() && CalleeArgInfo->WorkItemIDZ && in passSpecialInputs()
H A DSIMachineFunctionInfo.cpp668 if (Arg.isMasked()) in convertArgumentInfo()
H A DAMDGPULegalizerInfo.cpp4328 if (Arg->isMasked()) { in buildLoadInputValue()
4453 if (Arg->isMasked()) { in legalizeWorkitemIDIntrinsic()
H A DSIISelLowering.cpp3558 if (IncomingArgX && !IncomingArgX->isMasked() && CalleeArgInfo->WorkItemIDX && in passSpecialInputs()
3567 if (IncomingArgY && !IncomingArgY->isMasked() && CalleeArgInfo->WorkItemIDY && in passSpecialInputs()
3577 if (IncomingArgZ && !IncomingArgZ->isMasked() && CalleeArgInfo->WorkItemIDZ && in passSpecialInputs()
8982 if (Arg.isMasked()) in lowerWorkitemID()
H A DAMDGPUISelLowering.cpp5605 if (!Arg.isMasked()) in loadInputValue()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h432 bool isMasked() const { return IsMasked; } in isMasked() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h92 if (Info.isMasked())
H A DTargetLibraryInfo.h63 bool isMasked() const { return Masked; } in isMasked() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1461 if ((I->getVectorizationFactor() == VF) && (I->isMasked() == Masked)) in getVectorMappingInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2989 bool isMasked() const { return IsMasked; } in isMasked() function
2995 return isMasked() ? getOperand(getNumOperands() - 1) : nullptr; in getMask()
H A DVPlanRecipes.cpp2066 if (WidenMemoryRecipe->isMasked()) in computeCost()
H A DLoopVectorize.cpp5836 if (MaskRequired && !Info.isMasked()) in setVectorizedCallDecision()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td112 defvar isMasked = !ne(!find(NAME, "_MASK"), -1);
114 defvar isMaskedOrForceMasked = !or(forceMasked, isMasked);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp2220 Node->getNumOperands() + VD->isMasked()) in tryExpandVecMathCall()
H A DSelectionDAG.cpp2609 if (VD && VD->isMasked()) { in expandMultipleResultFPLibCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h332 if (VD->isMasked()) {