Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
HDMath.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
HDReductionRules.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
HDCostAllocator.h114 using Matrix = MatrixT; variable
HDGraph.h54 using Matrix = typename SolverT::Matrix; variable
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
HDRegAllocBase.h70 LiveRegMatrix *Matrix = nullptr; variable
HDRegAllocEvictionAdvisor.h139 LiveRegMatrix *const Matrix; variable
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
HDRegAllocPBQP.h278 using Matrix = RAMatrix; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIPreAllocateWWMRegs.cpp43 LiveRegMatrix *Matrix; member in __anon94e86d260111::SIPreAllocateWWMRegs
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDMatrixBuilder.h146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InterleavedAccess.cpp319 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
359 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
685 ArrayRef<Instruction *> Matrix, in transpose_4x4()
HDX86ISelLowering.cpp31546 SDValue Matrix = getGFNICtrlMask(ISD::BITREVERSE, DAG, DL, VT); in LowerBITREVERSE() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLowerMatrixIntrinsics.cpp1227 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore()
1243 Value *Matrix = Inst->getArgOperand(0); in LowerColumnMajorStore() local
1312 void finalizeLowering(Instruction *Inst, MatrixTy Matrix, in finalizeLowering()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp2008 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
HDCGCall.cpp2216 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
HDCGBuiltin.cpp4009 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp73 Matrix, enumerator
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp14405 Expr *Matrix = MatrixArg.get(); in BuiltinMatrixTranspose() local