Home
last modified time | relevance | path

Searched defs:Scalars (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/
H A DYamlIO.rst221 Scalars chapter
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1616 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 DLegalizeDAG.cpp3838 SmallVector<SDValue, 8> Scalars; in ExpandNode() local
H A DSelectionDAG.cpp11405 SmallVector<SDValue, 8> Scalars; in UnrollVectorOp() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h286 auto &Scalars = PerPartVec[Instance.Part]; in set() local
H A DLoopVectorize.cpp1278 auto Scalars = InstsToScalarize.find(VF); in isProfitableToScalarize() local
1732 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> Scalars; member in llvm::LoopVectorizationCostModel
H A DSLPVectorizer.cpp896 static void reorderScalars(SmallVectorImpl<Value *> &Scalars, in reorderScalars()
2405 auto &&IsSame = [VL](ArrayRef<Value *> Scalars, ArrayRef<int> Mask) { in isSame()
2471 ValueList Scalars; member