Home
last modified time | relevance | path

Searched refs:NumCoords (Results 1 – 14 of 14) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorEvaluator.h37 static const int NumCoords = internal::traits<Derived>::NumDimensions > 0 ? member
44 CoordAccess = NumCoords > 0,
88 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co… in coeff()
97 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(const array<DenseIndex, NumCoords>& coords)… in coeffRef()
157 static const int NumCoords = internal::traits<Derived>::NumDimensions > 0 ?
164 CoordAccess = NumCoords > 0,
198 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h224 uint8_t NumCoords; member
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h217 uint8_t NumCoords; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp501 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
/external/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp543 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td66 let Fields = ["Dim", "NumCoords", "NumGradients", "DA", "Encoding", "AsmSuffix"];
DSIISelLowering.cpp5429 unsigned NumCoords = BaseOpcode->Coordinates ? DimInfo->NumCoords : 0; in lowerImage() local
5432 NumCoords + NumLCM; in lowerImage()
DSIInstrInfo.cpp3671 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in verifyInstruction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td67 let Fields = ["Dim", "NumCoords", "NumGradients", "DA", "Encoding", "AsmSuffix"];
DSIInstrInfo.cpp4147 unsigned AddrComponents = (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in verifyInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td508 bits<8> NumCoords = !size(CoordSliceArgs);
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td525 bits<8> NumCoords = !size(CoordSliceArgs);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3002 (BaseOpcode->Coordinates ? DimInfo->NumCoords : 0) + in validateMIMGAddrSize()
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3274 (BaseOpcode->Coordinates ? DimInfo->NumCoords : 0) + in validateMIMGAddrSize()