Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
H A DRegAllocBase.h70 LiveRegMatrix *Matrix = nullptr; variable
H A DRegAllocEvictionAdvisor.h139 LiveRegMatrix *const Matrix; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
H A DRegAllocPBQP.h278 using Matrix = RAMatrix; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp43 LiveRegMatrix *Matrix; member in __anonf07969e70111::SIPreAllocateWWMRegs
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp319 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
359 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
685 ArrayRef<Instruction *> Matrix, in transpose_4x4()
H A DX86ISelLowering.cpp31546 SDValue Matrix = getGFNICtrlMask(ISD::BITREVERSE, DAG, DL, VT); in LowerBITREVERSE() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2008 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
H A DCGCall.cpp2216 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
H A DCGBuiltin.cpp4009 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp73 Matrix, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14405 Expr *Matrix = MatrixArg.get(); in BuiltinMatrixTranspose() local