Searched defs:Matrix (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.h68 LiveRegMatrix *Matrix = nullptr; member in class:llvm::RegAllocBase
H A DAllocationOrder.cpp29 create(unsigned VirtReg, const VirtRegMap &VRM, const RegisterClassInfo &RegClassInfo, const LiveRegMatrix *Matrix) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; member in class:llvm::LiveRegMatrix
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp36 LiveRegMatrix *Matrix; member in class:__anon2277::SIPreAllocateWWMRegs
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h93 CallInst *CreateColumnMajorStore(Value *Matrix, Value *Ptr, Align Alignment, argument
114 CallInst *CreateMatrixTranspose(Value *Matrix, unsigned Rows, argument
150 CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, Value *ColumnIdx, unsigned NumRows) argument
235 CreateExtractElement(Value *Matrix, Value *RowIdx, Value *ColumnIdx, unsigned NumRows, Twine const &Name = �) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp322 interleave8bitStride4VF8( ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix) argument
362 interleave8bitStride4( ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, unsigned NumOfElm) argument
688 transpose_4x4( ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp915 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, argument
931 Value *Matrix = Inst->getArgOperand(0); local
1000 void finalizeLowering(Instruction *Inst, MatrixTy Matrix, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1757 Value *Matrix = Visit(E->getBase()); local

Completed in 226 milliseconds