Searched defs:Scalars (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | YamlIO.rst | 221 Scalars chapter
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1616 SmallVector<SDValue, 8> Scalars; in UnrollVectorOp_StrictFP() local 5742 SmallVector<SDValue, 8> Scalars(WidenNumElts, DAG.getUNDEF(EltVT)); in WidenVecRes_STRICT_FSETCC() local 6481 SmallVector<SDValue, 8> Scalars(NumElts); in WidenVecOp_STRICT_FSETCC() local
|
H A D | LegalizeDAG.cpp | 3838 SmallVector<SDValue, 8> Scalars; in ExpandNode() local
|
H A D | SelectionDAG.cpp | 11405 SmallVector<SDValue, 8> Scalars; in UnrollVectorOp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 286 auto &Scalars = PerPartVec[Instance.Part]; in set() local
|
H A D | LoopVectorize.cpp | 1278 auto Scalars = InstsToScalarize.find(VF); in isProfitableToScalarize() local 1732 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Scalars; member in llvm::LoopVectorizationCostModel
|
H A D | SLPVectorizer.cpp | 896 static void reorderScalars(SmallVectorImpl<Value *> &Scalars, in reorderScalars() 2405 auto &&IsSame = [VL](ArrayRef<Value *> Scalars, ArrayRef<int> Mask) { in isSame() 2471 ValueList Scalars; member
|