/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | CodeGenerator.rst | 1974 .. _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 D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create()
|
H A D | RegAllocBase.h | 68 LiveRegMatrix *Matrix = nullptr; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveRegMatrix.h | 50 LiveIntervalUnion::Array Matrix; variable
|
H A D | RegAllocPBQP.h | 277 using Matrix = RAMatrix; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIPreAllocateWWMRegs.cpp | 36 LiveRegMatrix *Matrix; member in __anon62c696f20111::SIPreAllocateWWMRegs
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 150 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 323 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8() 363 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4() 689 ArrayRef<Instruction *> Matrix, in transpose_4x4()
|
H A D | X86ISelLowering.cpp | 29577 SDValue Matrix = DAG.getConstant(0x8040201008040201ULL, DL, MatrixVT); in LowerBITREVERSE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 915 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 D | CGExprScalar.cpp | 1757 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
|
H A D | CGCall.cpp | 1959 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
|
H A D | CGBuiltin.cpp | 3053 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 16078 Expr *Matrix = MatrixArg.get(); in SemaBuiltinMatrixTranspose() local
|