Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1974 .. _feat_reliable:
1976 Is Generally Reliable
1985 Assembly Parser
1995 Disassembler
2003 Inline Asm
2011 JIT Support
2024 .o File Writing
2038 Tail Calls
2047 Segmented Stacks
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
H A DRegAllocBase.h68 LiveRegMatrix *Matrix = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
H A DRegAllocPBQP.h277 using Matrix = RAMatrix; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp36 LiveRegMatrix *Matrix; member in __anon62c696f20111::SIPreAllocateWWMRegs
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h150 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp323 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
363 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
689 ArrayRef<Instruction *> Matrix, in transpose_4x4()
H A DX86ISelLowering.cpp29577 SDValue Matrix = DAG.getConstant(0x8040201008040201ULL, DL, MatrixVT); in LowerBITREVERSE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp915 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore()
931 Value *Matrix = Inst->getArgOperand(0); in LowerColumnMajorStore() local
1000 void finalizeLowering(Instruction *Inst, MatrixTy Matrix, in finalizeLowering()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1757 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
H A DCGCall.cpp1959 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
H A DCGBuiltin.cpp3053 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp16078 Expr *Matrix = MatrixArg.get(); in SemaBuiltinMatrixTranspose() local