Home
last modified time | relevance | path

Searched refs:NumIndices (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_benchmark.cc76 template <std::size_t NumIndices, std::size_t CurrIndex = NumIndices - 1>
78 using Variant = VariantOfAlternatives<NumIndices>;
83 : MakeWithIndex<NumIndices, CurrIndex - 1>::Run(index); in Run()
87 template <std::size_t NumIndices>
88 struct MakeWithIndex<NumIndices, 0> {
89 using Variant = VariantOfAlternatives<NumIndices>;
94 template <std::size_t NumIndices, class Dimensions>
100 template <std::size_t NumIndices>
101 VariantOfAlternatives<NumIndices> MakeVariant(std::size_t dimension, in MakeVariant()
104 ? MakeWithIndex<NumIndices>::Run(index % NumIndices) in MakeVariant()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h108 unsigned NumIndices, const char *Name) in LLVMBuildGEP2() argument
110 return LLVMBuildGEP(B, Pointer, Indices, NumIndices, Name); in LLVMBuildGEP2()
116 unsigned NumIndices, const char *Name) in LLVMBuildInBoundsGEP2() argument
118 return LLVMBuildInBoundsGEP(B, Pointer, Indices, NumIndices, Name); in LLVMBuildInBoundsGEP2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp625 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
635 Ops.resize(NumIndices); in visitGetElementPtrInst()
636 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst()
651 Indices.resize(NumIndices); in visitGetElementPtrInst()
652 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2099 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2101 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2104 unsigned NumIndices);
2107 unsigned NumIndices);
3799 LLVMValueRef *Indices, unsigned NumIndices,
3802 LLVMValueRef *Indices, unsigned NumIndices,
3808 unsigned NumIndices, const char *Name);
3811 unsigned NumIndices, const char *Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h356 unsigned NumIndices, in InitMCRegisterInfo() argument
372 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1641 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1642 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1643 NumIndices); in LLVMConstGEP()
1652 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1653 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
1654 NumIndices); in LLVMConstInBoundsGEP()
3585 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3587 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3596 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3597 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
[all …]