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

/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h247 unsigned NumIndices,
261 NumSubRegIndices = NumIndices;
239 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const char *Strings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp432 unsigned NumIndices = GEPI.getNumIndices(); local
437 Ops.resize(NumIndices);
438 for (unsigned I = 0; I < NumIndices; ++I)
445 Indices.resize(NumIndices);
446 for (unsigned J = 0; J < NumIndices; ++J)
/external/clang/lib/AST/
H A DDeclCXX.cpp1626 unsigned NumIndices)
1629 IsWritten(false), SourceOrderOrNumArrayIndices(NumIndices)
1632 memcpy(MyIndices, Indices, NumIndices * sizeof(VarDecl *));
1641 unsigned NumIndices) {
1643 sizeof(VarDecl *) * NumIndices,
1646 Indices, NumIndices);
1620 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
1635 Create(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
/external/llvm/include/llvm-c/
H A DCore.h1666 LLVMValueRef *ConstantIndices, unsigned NumIndices);
1669 unsigned NumIndices);
2625 LLVMValueRef *Indices, unsigned NumIndices,
2628 LLVMValueRef *Indices, unsigned NumIndices,
/external/llvm/lib/IR/
H A DCore.cpp1022 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
1023 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
1024 NumIndices); local
1031 unsigned NumIndices) {
1033 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
1034 NumIndices); local
2329 LLVMValueRef *Indices, unsigned NumIndices,
2331 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); local
2336 LLVMValueRef *Indices, unsigned NumIndices,
2338 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); local
1021 LLVMConstGEP(LLVMValueRef ConstantVal, LLVMValueRef *ConstantIndices, unsigned NumIndices) argument
1029 LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, LLVMValueRef *ConstantIndices, unsigned NumIndices) argument
2328 LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
2335 LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h1924 SourceLocation R, VarDecl **Indices, unsigned NumIndices);
1955 VarDecl **Indices, unsigned NumIndices);

Completed in 177 milliseconds