Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
140 Matrix(const Matrix &M) in Matrix() function
147 Matrix(Matrix &&M) in Matrix() function
H A DReductionRules.h34 using Matrix = typename GraphT::Matrix; in applyR1() local
78 using Matrix = typename GraphT::Matrix; in applyR2() local
182 using Matrix = typename GraphT::Matrix; in backpropagate() local
H A DCostAllocator.h114 using Matrix = MatrixT; variable
H A DGraph.h54 using Matrix = typename SolverT::Matrix; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create() argument
H A DRegAllocBase.h69 LiveRegMatrix *Matrix = nullptr; global() variable
H A DRegAllocEvictionAdvisor.h139 LiveRegMatrix *const Matrix; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
H A DRegAllocPBQP.h278 using Matrix = RAMatrix; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp43 LiveRegMatrix *Matrix; member in __anon05cc8c390111::SIPreAllocateWWMRegs
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp319 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8() argument
359 ArrayRef<Instruction *> Matrix, SmallVectorImp in interleave8bitStride4() argument
685 transpose_4x4(ArrayRef<Instruction * > Matrix,SmallVectorImpl<Value * > & TransposedMatrix) transpose_4x4() argument
[all...]
H A DX86ISelLowering.cpp31101 SDValue Matrix = DAG.getConstant(0x8040201008040201ULL, DL, MatrixVT); LowerBITREVERSE() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1208 LowerStore(Instruction * Inst,Value * Matrix,Value * Ptr,MaybeAlign A,Value * Stride,bool IsVolatile,ShapeInfo Shape) LowerStore() argument
1224 Value *Matrix = Inst->getArgOperand(0); LowerColumnMajorStore() local
1293 finalizeLowering(Instruction * Inst,MatrixTy Matrix,IRBuilder<> & Builder) finalizeLowering() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1831 Value *Matrix = Visit(E->getBase()); VisitMatrixSubscriptExpr() local
H A DCGCall.cpp2234 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) DetermineNoUndef() local
H A DCGBuiltin.cpp3829 Value *Matrix = EmitScalarExpr(E->getArg(0)); EmitBuiltinExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp73 Matrix, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp19715 Expr *Matrix = MatrixArg.get(); SemaBuiltinMatrixTranspose() local