/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 127 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 D | ReductionRules.h | 34 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 D | CostAllocator.h | 114 using Matrix = MatrixT; variable
|
H A D | Graph.h | 54 using Matrix = typename SolverT::Matrix; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create()
|
H A D | RegAllocBase.h | 70 LiveRegMatrix *Matrix = nullptr; variable
|
H A D | RegAllocEvictionAdvisor.h | 139 LiveRegMatrix *const Matrix; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRegMatrix.h | 50 LiveIntervalUnion::Array Matrix; variable
|
H A D | RegAllocPBQP.h | 278 using Matrix = RAMatrix; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreAllocateWWMRegs.cpp | 43 LiveRegMatrix *Matrix; member in __anonf07969e70111::SIPreAllocateWWMRegs
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 319 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8() 359 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4() 685 ArrayRef<Instruction *> Matrix, in transpose_4x4()
|
H A D | X86ISelLowering.cpp | 31546 SDValue Matrix = getGFNICtrlMask(ISD::BITREVERSE, DAG, DL, VT); in LowerBITREVERSE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1227 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 D | CGExprScalar.cpp | 2008 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
|
H A D | CGCall.cpp | 2216 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
|
H A D | CGBuiltin.cpp | 4009 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 73 Matrix, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14405 Expr *Matrix = MatrixArg.get(); in BuiltinMatrixTranspose() local
|