Searched defs:Scalars (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1810 SmallVector<SDValue, 8> Scalars; UnrollVectorOp_StrictFP() local 6321 SmallVector<SDValue, 8> Scalars(WidenNumElts, DAG.getUNDEF(EltVT)); WidenVecRes_STRICT_FSETCC() local 7144 SmallVector<SDValue, 8> Scalars(NumElts); WidenVecOp_STRICT_FSETCC() local [all...] |
H A D | LegalizeDAG.cpp | 4288 SmallVector<SDValue, 8> Scalars; in ExpandNode() local
|
H A D | SelectionDAG.cpp | 12424 SmallVector<SDValue, 8> Scalars; in UnrollVectorOp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 335 auto &Scalars = PerPartVec[Instance.Part]; in set() local
|
H A D | LoopVectorize.cpp | 1123 auto Scalars = InstsToScalarize.find(VF); in isProfitableToScalarize() local 1673 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Scalars; member in llvm::LoopVectorizationCostModel
|
H A D | SLPVectorizer.cpp | 1054 static void reorderScalars(SmallVectorImpl<Value *> &Scalars, in reorderScalars() argument 2876 auto &&IsSame = [VL](ArrayRef<Value *> Scalars, ArrayRef<int> Mask) { in isSame() argument 2944 ValueList Scalars; global() member 12486 __anon07b2d774ef02(SmallVectorImpl<Value *> &Scalars, SmallVectorImpl<int> &ReuseMask, bool IsRootPoison) processBuildVector() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 6201 SmallVector<SDValue, 8> Scalars; in lowerLaneOp() local
|