Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Index

111     JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
114 unsigned Index)
115 : Block(Block), ScopeDepth(Depth), Index(Index) {}
120 unsigned getDestIndex() const { return Index; }
130 unsigned Index;
1949 /// we can access at index \p Index. \p Accessed should be \c false if we
1951 void EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index,
3067 /// starting at index \arg IRCallArgPos. See ABIArgInfo::Expand.