| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 178 (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 D | VFABIDemangler.h | 144 bool isMasked() const { return getParamIndexForOptionalMask().has_value(); } in isMasked() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.h | 86 bool isMasked() const { in isMasked() function
|
| H A D | AMDGPUArgumentUsageInfo.cpp | 37 if (isMasked()) { in print()
|
| H A D | AMDGPUCallLowering.cpp | 888 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 D | SIMachineFunctionInfo.cpp | 668 if (Arg.isMasked()) in convertArgumentInfo()
|
| H A D | AMDGPULegalizerInfo.cpp | 4328 if (Arg->isMasked()) { in buildLoadInputValue() 4453 if (Arg->isMasked()) { in legalizeWorkitemIDIntrinsic()
|
| H A D | SIISelLowering.cpp | 3558 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 D | AMDGPUISelLowering.cpp | 5605 if (!Arg.isMasked()) in loadInputValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 432 bool isMasked() const { return IsMasked; } in isMasked() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 92 if (Info.isMasked())
|
| H A D | TargetLibraryInfo.h | 63 bool isMasked() const { return Masked; } in isMasked() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1461 if ((I->getVectorizationFactor() == VF) && (I->isMasked() == Masked)) in getVectorMappingInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 2989 bool isMasked() const { return IsMasked; } in isMasked() function 2995 return isMasked() ? getOperand(getNumOperands() - 1) : nullptr; in getMask()
|
| H A D | VPlanRecipes.cpp | 2066 if (WidenMemoryRecipe->isMasked()) in computeCost()
|
| H A D | LoopVectorize.cpp | 5836 if (MaskRequired && !Info.isMasked()) in setVectorizedCallDecision()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoV.td | 112 defvar isMasked = !ne(!find(NAME, "_MASK"), -1); 114 defvar isMaskedOrForceMasked = !or(forceMasked, isMasked);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 2220 Node->getNumOperands() + VD->isMasked()) in tryExpandVecMathCall()
|
| H A D | SelectionDAG.cpp | 2609 if (VD && VD->isMasked()) { in expandMultipleResultFPLibCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 332 if (VD->isMasked()) {
|