Searched refs:getIndex (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } function in class:llvm::codeview::FunctionId
30 return A.getIndex() == B.getIndex();
34 return A.getIndex() != B.getIndex();
38 return A.getIndex() < B.getIndex();
42 return A.getIndex() <= B.getIndex();
46 return A.getIndex() >
[all...]
H A DTypeIndex.h111 uint32_t getIndex() const { return Index; } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
120 return (getIndex() & ~DecoratedItemIdMask) - FirstNonSimpleIndex;
232 return A.getIndex() == B.getIndex();
236 return A.getIndex() != B.getIndex();
240 return A.getIndex() < B.getIndex();
244 return A.getIndex() <= B.getIndex();
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h66 ModuleSummaryIndex &getIndex() { return *Index; } function in class:llvm::ModuleSummaryIndexWrapperPass
67 const ModuleSummaryIndex &getIndex() const { return *Index; } function in class:llvm::ModuleSummaryIndexWrapperPass
90 const ModuleSummaryIndex *getIndex() const { return Index; } function in class:llvm::ImmutableModuleSummaryIndexWrapperPass
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h57 unsigned getIndex() const { return index; } function in class:llvm::IndexListEntry
120 unsigned getIndex() const { function in class:llvm::SlotIndex
121 return listEntry()->getIndex() | getSlot();
177 return getIndex() < other.getIndex();
182 return getIndex() <= other.getIndex();
188 return getIndex() > other.getIndex();
194 return getIndex() >
[all...]
H A DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } function in class:llvm::BaseIndexOffset
51 SDValue getIndex() const { return Index; } function in class:llvm::BaseIndexOffset
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp50 return A.getIndex() < B.getIndex();
H A DSlotIndexes.cpp166 unsigned index = startItr->getIndex();
171 } while (curItr != indexList.end() && curItr->getIndex() <= index);
173 LLVM_DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex()
204 assert(ListI->getIndex() >= startIdx.getIndex() &&
243 dbgs() << ILE.getIndex() << " ";
261 os << listEntry()->getIndex() << "Berd"[getSlot()];
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h43 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
H A DDebugLocStream.h111 size_t LI = getIndex(L);
116 size_t EI = getIndex(E);
121 size_t EI = getIndex(E);
127 size_t getIndex(const List &L) const { function in class:llvm::DebugLocStream
132 size_t getIndex(const Entry &E) const { function in class:llvm::DebugLocStream
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp58 return LowerSymbolOperand(MI, MO, AP.GetCPISymbol(MO.getIndex()), AP);
67 return LowerSymbolOperand(MI, MO, AP.GetJTISymbol(MO.getIndex()), AP);
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp55 Symbol = AsmPrinter.GetJTISymbol(MO.getIndex());
60 Symbol = AsmPrinter.GetCPISymbol(MO.getIndex());
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h37 LVStringPool() { getIndex(""); }
58 size_t getIndex(StringRef Key) { function in class:llvm::logicalview::LVStringPool
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp104 Printer.printHex(FieldName, TypeName, TI.getIndex());
106 Printer.printHex(FieldName, TI.getIndex());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp71 if (A->getIndex() == B->getIndex())
76 if (MFI.isFixedObjectIndex(A->getIndex()) &&
77 MFI.isFixedObjectIndex(B->getIndex())) {
78 Off += MFI.getObjectOffset(B->getIndex()) -
79 MFI.getObjectOffset(A->getIndex());
133 if (A != B && (!MFI.isFixedObjectIndex(A->getIndex()) ||
134 !MFI.isFixedObjectIndex(B->getIndex()))) {
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.cpp114 Path.push_back(APValue::LValuePathEntry::ArrayIndex(Ptr.getIndex()));
157 return Map->isInitialized(getIndex());
181 if (Map->initialize(getIndex())) {
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp51 << MO.getIndex();
61 << MO.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYMCInstLower.cpp107 MCOp = lowerSymbolOperand(MO, Printer.GetCPISymbol(MO.getIndex()));
110 MCOp = lowerSymbolOperand(MO, Printer.GetJTISymbol(MO.getIndex()));
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp56 << MO.getIndex();
73 << MO.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp108 MCOp = lowerSymbolOperand(MO, Printer.GetJTISymbol(MO.getIndex()),
112 MCOp = lowerSymbolOperand(MO, Printer.GetCPISymbol(MO.getIndex()),
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp52 Symbol = Printer.GetJTISymbol(MO.getIndex());
55 Symbol = Printer.GetCPISymbol(MO.getIndex());
H A DARCISelDAGToDAG.cpp96 int FI = cast<FrameIndexSDNode>(Addr)->getIndex();
116 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
151 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
161 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp54 Symbol = Printer.GetJTISymbol(MO.getIndex());
57 Symbol = Printer.GetCPISymbol(MO.getIndex());
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp45 return VariableValues[Var.getIndex()];
49 return VariableValues[Var.getIndex()];
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(),
163 ParentItem.getIndex());
212 return create<LambdaCaptureConstructionContext>(C, E, TopItem.getIndex());
222 return create<ArgumentConstructionContext>(C, E, TopItem.getIndex(),
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp48 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>();

Completed in 408 milliseconds

1234567891011>>