OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVector
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h
118
template <typename VectorKeyT> VectorPtr
getVector
(VectorKeyT v) {
Graph.h
377
VectorPtr AllocatedCosts = CostAlloc.
getVector
(std::move(Costs));
467
VectorPtr AllocatedCosts = CostAlloc.
getVector
(std::move(Costs));
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h
203
static IITDescriptor
getVector
(unsigned Width, bool IsScalable) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
993
OutputTable.push_back(IITDescriptor::
getVector
(1, IsScalableVector));
997
OutputTable.push_back(IITDescriptor::
getVector
(2, IsScalableVector));
1001
OutputTable.push_back(IITDescriptor::
getVector
(4, IsScalableVector));
1005
OutputTable.push_back(IITDescriptor::
getVector
(8, IsScalableVector));
1009
OutputTable.push_back(IITDescriptor::
getVector
(16, IsScalableVector));
1013
OutputTable.push_back(IITDescriptor::
getVector
(32, IsScalableVector));
1017
OutputTable.push_back(IITDescriptor::
getVector
(64, IsScalableVector));
1021
OutputTable.push_back(IITDescriptor::
getVector
(128, IsScalableVector));
1025
OutputTable.push_back(IITDescriptor::
getVector
(256, IsScalableVector));
1029
OutputTable.push_back(IITDescriptor::
getVector
(512, IsScalableVector))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp
232
Value *
getVector
(unsigned i) const { return Vectors[i]; }
1067
insertVector(Result.
getVector
(J), I, Sum, Builder));
1086
A.
getVector
(IsScalarMatrixTransposed ? K : I),
1093
insertVector(Result.
getVector
(I), J, Sum, Builder));
1273
ColumnPhis[I]->addIncoming(TileResult.
getVector
(I), TI.InnerLoopLatch);
1559
Result.addVector(BuildVectorOp(A.
getVector
(I), B.
getVector
(I)));
1593
Result.addVector(BuildVectorOp(M.
getVector
(I)));
Completed in 18 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026