Home
last modified time | relevance | path

Searched refs:GlobalPredicate (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h37 GlobalPredicate, // Global logical predicate that acts on all lanes enumerator
116 VFParameter({FTy->getNumParams(), VFParamKind::GlobalPredicate})); in get()
136 if (Shape.Parameters[i].ParamKind == VFParamKind::GlobalPredicate) in getParamIndexForOptionalMask()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp491 Parameters.push_back({Pos, VFParamKind::GlobalPredicate}); in tryDemangleForVFABI()
501 return PK.ParamKind == VFParamKind::GlobalPredicate; in tryDemangleForVFABI()
505 assert(Parameters.back().ParamKind == VFParamKind::GlobalPredicate && in tryDemangleForVFABI()
563 if (VFParam.ParamKind == VFParamKind::GlobalPredicate) { in createFunctionType()
643 case VFParamKind::GlobalPredicate: in hasValidParameterList()
647 if (Parameters[NextPos].ParamKind == VFParamKind::GlobalPredicate) in hasValidParameterList()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp177 if (VFParam.ParamKind == VFParamKind::GlobalPredicate) in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp2233 if (VFParam.ParamKind == VFParamKind::GlobalPredicate) { in tryExpandVecMathCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5877 case VFParamKind::GlobalPredicate: in setVectorizedCallDecision()