Searched refs:Index (Results 1 - 25 of 265) sorted by path

1234567891011

/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex120 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
121 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
2963 % Index generation facilities
3511 % Index files are almost Texinfo source, but we use \ as the escape
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
3135 % Index generation facilities
3685 % Index files are almost Texinfo source, but we use \ as the escape
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
3034 % Index generation facilities
3583 % Index files are almost Texinfo source, but we use \ as the escape
/freebsd-10.0-release/contrib/llvm/include/llvm-c/
H A DCore.h1266 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index);
1273 void LLVMSetOperand(LLVMValueRef User, unsigned Index, LLVMValueRef Val);
1802 LLVMValueRef LLVMGetParam(LLVMValueRef Fn, unsigned Index);
2327 LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned Index);
2332 LLVMBasicBlockRef LLVMGetIncomingBlock(LLVMValueRef PhiNode, unsigned Index);
2555 LLVMValueRef Index, const char *Name);
2557 LLVMValueRef EltVal, LLVMValueRef Index,
2563 unsigned Index, const char *Name);
2565 LLVMValueRef EltVal, unsigned Index,
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DArrayRef.h142 const T &operator[](size_t Index) const {
143 assert(Index < Length && "Invalid index!");
144 return Data[Index];
243 T &operator[](size_t Index) const {
244 assert(Index < this->size() && "Invalid index!");
245 return data()[Index];
H A DStringRef.h190 char operator[](size_t Index) const {
191 assert(Index < Length && "Invalid index!");
192 return Data[Index];
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h262 SK_InsertSubvector, ///< InsertSubvector. Index indicates start offset.
263 SK_ExtractSubvector ///< ExtractSubvector Index indicates start offset.
294 virtual unsigned getShuffleCost(ShuffleKind Kind, Type *Tp, int Index = 0,
313 unsigned Index = -1) const;
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h309 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
312 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const = 0;
315 /// 'Index' in the function that last called initJumpTableInfo.
317 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
H A DMachineCodeEmitter.h306 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
309 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const = 0;
312 /// 'Index' in the function that last called initJumpTableInfo.
314 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
H A DMachineOperand.h51 MO_FrameIndex, ///< Abstract Stack Frame Index
170 int Index; // For MO_*Index - The index itself. member in union:llvm::MachineOperand::__anon1920::__anon1922::__anon1923
425 return Contents.OffsetedInfo.Val.Index;
503 Contents.OffsetedInfo.Val.Index = Idx;
H A DMachineRelocation.h62 unsigned Index; // Constant pool / jump table index member in union:llvm::MachineRelocation::__anon1924
63 unsigned GOTIndex; // Index in the GOT of this symbol/global
171 Result.Target.Index = CPI;
190 Result.Target.Index = JTI;
302 return Target.Index;
309 return Target.Index;
H A DSelectionDAG.h422 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
H A DSelectionDAGNodes.h1344 int Index; member in class:llvm::SDNode::TargetIndexSDNode
1351 TargetFlags(TF), Index(Idx), Offset(Ofs) {}
1355 int getIndex() const { return Index; }
H A DSlotIndexes.h422 SlotIndex getNextNonNullIndex(SlotIndex Index) { argument
423 IndexList::iterator I = Index.listEntry();
427 return SlotIndex(I, Index.getSlot());
/freebsd-10.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h68 DILineInfo getFrame(unsigned Index) const {
69 assert(Index < Frames.size());
70 return Frames[Index];
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h213 AttributeSetNode *getAttributes(unsigned Index) const;
237 static AttributeSet get(LLVMContext &C, unsigned Index,
239 static AttributeSet get(LLVMContext &C, unsigned Index, AttrBuilder &B);
243 AttributeSet addAttribute(LLVMContext &C, unsigned Index,
248 AttributeSet addAttribute(LLVMContext &C, unsigned Index,
253 AttributeSet addAttributes(LLVMContext &C, unsigned Index,
259 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
265 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
276 AttributeSet getParamAttributes(unsigned Index) const;
285 bool hasAttribute(unsigned Index, Attribut
[all...]
H A DInstructions.h2661 unsigned Index; member in class:llvm::SwitchInst::CaseIteratorT
2670 Index = SuccessorIndex;
2681 Index = CaseNum;
2700 assert(Index < SI->getNumCases() && "Index out the number of cases.");
2710 assert(Index < SI->getNumCases() && "Index out the number of cases.");
2716 assert((Index < SI->getNumCases() ||
2717 Index == DefaultPseudoIndex) &&
2718 "Index ou
[all...]
H A DOperator.h467 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); local
468 Offset += Index * APInt(Offset.getBitWidth(),
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h705 /// Index - Index field, for use by the object file implementation.
706 uint64_t Index; member in class:llvm::MCSymbolData
780 uint64_t getIndex() const { return Index; }
783 void setIndex(uint64_t Value) { Index = Value; }
H A DMCELFObjectWriter.h32 int Index; member in struct:llvm::ELFRelocationEntry
39 : r_offset(0), Index(0), Type(0), Symbol(0), r_addend(0), Fixup(0) {}
43 : r_offset(RelocOffset), Index(Idx), Type(RelType), Symbol(Sym),
52 if (Index != RE.Index)
53 return Index < RE.Index;
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DMachO.h110 relocation_iterator getSectionRelBegin(unsigned Index) const;
111 relocation_iterator getSectionRelEnd(unsigned Index) const;
142 macho::Section getSection(const LoadCommandInfo &L, unsigned Index) const;
143 macho::Section64 getSection64(const LoadCommandInfo &L, unsigned Index) const;
161 unsigned Index) const;
163 unsigned Index) const;
169 void ReadULEB128s(uint64_t Index, SmallVectorImpl<uint64_t> &Out) const;
H A DMachOFormat.h325 uint32_t Index; member in struct:llvm::object::macho::IndirectSymbolTableEntry
/freebsd-10.0-release/contrib/llvm/include/llvm/Option/
H A DArg.h51 unsigned Index; member in class:llvm::opt::Arg
65 Arg(const Option Opt, StringRef Spelling, unsigned Index,
67 Arg(const Option Opt, StringRef Spelling, unsigned Index,
69 Arg(const Option Opt, StringRef Spelling, unsigned Index,
75 unsigned getIndex() const { return Index; }
H A DArgList.h195 /// getArgString - Return the input argument string at \p Index.
196 virtual const char *getArgString(unsigned Index) const = 0;
271 /// string at \p Index if possible.
272 const char *GetOrMakeJoinedArgString(unsigned Index, StringRef LHS,
301 virtual const char *getArgString(unsigned Index) const {
302 return ArgStrings[Index];
335 virtual const char *getArgString(unsigned Index) const {
336 return BaseArgs.getArgString(Index);
H A DOptTable.h117 /// updating Index.
119 /// \param [in,out] Index - The current parsing position in the argument
124 /// (in which case Index still points at the conceptual next argument string
126 Arg *ParseOneArg(const ArgList &Args, unsigned &Index) const;

Completed in 267 milliseconds

1234567891011