Searched refs:NumIndices (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | variant_benchmark.cc | 76 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/ |
D | lp_bld.h | 108 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/ |
D | Scalarizer.cpp | 625 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/ |
D | Core.h | 2099 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/ |
D | MCRegisterInfo.h | 356 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/ |
D | Core.cpp | 1641 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 …]
|