Home
last modified time | relevance | path

Searched refs:getIndex (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
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() > B.getIndex();
50 return A.getIndex() >= B.getIndex();
H A DTypeIndex.h111 uint32_t getIndex() const { return Index; } in getIndex() function
120 return (getIndex() & ~DecoratedItemIdMask) - FirstNonSimpleIndex; in toArrayIndex()
232 return A.getIndex() == B.getIndex();
236 return A.getIndex() != B.getIndex();
240 return A.getIndex() < B.getIndex();
244 return A.getIndex() <= B.getIndex();
248 return A.getIndex() > B.getIndex();
252 return A.getIndex() >= B.getIndex();
262 assert(A.getIndex() >= N);
299 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h58 unsigned getIndex() const { return index; } in getIndex() function
99 unsigned getIndex() const { in getIndex() function
100 return listEntry()->getIndex() | getSlot(); in getIndex()
155 return getIndex() < other.getIndex();
160 return getIndex() <= other.getIndex();
166 return getIndex() > other.getIndex();
172 return getIndex() >= other.getIndex();
183 return A.listEntry()->getIndex() < B.listEntry()->getIndex(); in isEarlierInstr()
194 return other.getIndex() - getIndex(); in distance()
204 return (other.listEntry()->getIndex() - listEntry()->getIndex()) in getApproxInstrDistance()
[all …]
H A DSelectionDAGAddressAnalysis.h51 SDValue getIndex() { return Index; } in getIndex() function
52 SDValue getIndex() const { return Index; } in getIndex() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp75 if (A->getIndex() == B->getIndex()) in equalBaseIndex()
81 if (MFI.isFixedObjectIndex(A->getIndex()) && in equalBaseIndex()
82 MFI.isFixedObjectIndex(B->getIndex())) { in equalBaseIndex()
83 Off += MFI.getObjectOffset(B->getIndex()) - in equalBaseIndex()
84 MFI.getObjectOffset(A->getIndex()); in equalBaseIndex()
138 if (A->getIndex() != B->getIndex() && (!MFI.isFixedObjectIndex(A->getIndex()) || in computeAliasing()
139 !MFI.isFixedObjectIndex(B->getIndex()))) { in computeAliasing()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp178 unsigned index = startItr->getIndex(); in renumberIndexes()
183 } while (curItr != indexList.end() && curItr->getIndex() <= index); in renumberIndexes()
185 LLVM_DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex() in renumberIndexes()
216 assert(ListI->getIndex() >= startIdx.getIndex() && in repairIndexesInRange()
259 OS << ILE.getIndex() << ' '; in print()
279 os << listEntry()->getIndex() << "Berd"[getSlot()]; in print()
H A DMachineOperand.cpp337 return getIndex() == Other.getIndex(); in isIdenticalTo()
340 return getIndex() == Other.getIndex() && getOffset() == Other.getOffset(); in isIdenticalTo()
342 return getIndex() == Other.getIndex(); in isIdenticalTo()
403 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getIndex()); in hash_value()
406 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getIndex(), in hash_value()
409 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getIndex()); in hash_value()
478 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()
882 int FrameIndex = getIndex(); in print()
891 OS << "%const." << getIndex(); in print()
898 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
[all …]
H A DNonRelocatableStringpool.cpp42 return A.getIndex() < B.getIndex(); in getEntriesForEmission()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h110 size_t LI = getIndex(L); in getEntries()
115 size_t EI = getIndex(E); in getBytes()
120 size_t EI = getIndex(E); in getComments()
126 size_t getIndex(const List &L) const {
131 size_t getIndex(const Entry &E) const { in getIndex()
127 size_t getIndex(const List &L) const { getIndex() function
132 size_t getIndex(const Entry &E) const { getIndex() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h66 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
67 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
90 const ModuleSummaryIndex *getIndex() const { return Index; } in getIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp102 int FI = cast<FrameIndexSDNode>(Addr)->getIndex(); in SelectAddrModeS9()
122 int FI = cast<FrameIndexSDNode>(Base)->getIndex(); in SelectAddrModeS9()
157 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32); in SelectFrameADDR_ri()
167 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32); in SelectFrameADDR_ri()
H A DARCMCInstLower.cpp52 Symbol = Printer.GetJTISymbol(MO.getIndex()); in LowerSymbolOperand()
55 Symbol = Printer.GetCPISymbol(MO.getIndex()); in LowerSymbolOperand()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(), in createBoundTemporaryFromLayers()
163 ParentItem.getIndex()); in createBoundTemporaryFromLayers()
212 return create<LambdaCaptureConstructionContext>(C, E, TopItem.getIndex()); in createFromLayers()
222 return create<ArgumentConstructionContext>(C, E, TopItem.getIndex(), in createFromLayers()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp71 if (const llvm::APSInt *I = SVB.getKnownValue(State, ElemReg->getIndex()); in checkArrayBounds()
79 auto IndexTooLarge = SVB.evalBinOp(C.getState(), BO_GT, ElemReg->getIndex(), in checkArrayBounds()
90 auto IndexTooSmall = SVB.evalBinOp(State, BO_LT, ElemReg->getIndex(), in checkArrayBounds()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h37 LVStringPool() { getIndex(""); } in LVStringPool()
58 size_t getIndex(StringRef Key) { in getIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp196 int FI = I->getOperand(1).getIndex(); in uncheckLoadsAndStores()
207 : FI(MI.getOperand(1).getIndex()), Tag(MI.getOperand(4).getImm()) {} in SlotWithTag()
357 int FI = I.getOperand(1).getIndex(); in runOnMachineFunction()
384 int FI = I->getOperand(1).getIndex(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h63 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
66 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex()
69 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
76 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp55 Symbol = AsmPrinter.GetJTISymbol(MO.getIndex()); in getExpr()
60 Symbol = AsmPrinter.GetCPISymbol(MO.getIndex()); in getExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp58 return LowerSymbolOperand(MI, MO, AP.GetCPISymbol(MO.getIndex()), AP); in LowerOperand()
67 return LowerSymbolOperand(MI, MO, AP.GetJTISymbol(MO.getIndex()), AP); in LowerOperand()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp104 Printer.printHex(FieldName, TypeName, TI.getIndex()); in printTypeIndex()
106 Printer.printHex(FieldName, TI.getIndex()); in printTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp701 .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags()) in emitCombineII()
708 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineII()
715 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(), in emitCombineII()
723 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), in emitCombineII()
782 .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags()) in emitCombineIR()
789 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(), in emitCombineIR()
831 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags()); in emitCombineRI()
838 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(), in emitCombineRI()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp54 Symbol = Printer.GetJTISymbol(MO.getIndex()); in LowerSymbolOperand()
57 Symbol = Printer.GetCPISymbol(MO.getIndex()); in LowerSymbolOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMCInstLower.cpp107 MCOp = lowerSymbolOperand(MO, Printer.GetCPISymbol(MO.getIndex())); in lowerOperand()
110 MCOp = lowerSymbolOperand(MO, Printer.GetJTISymbol(MO.getIndex())); in lowerOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelDAGToDAG.cpp44 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy); in selectMemRegAddr()
73 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy); in selectMemRegAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp56 << MO.getIndex(); in GetJumpTableSymbol()
73 << MO.getIndex(); in GetConstantPoolIndexSymbol()

12345678910>>...16