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

123456

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h51 unsigned getIndex() const { return index; } function in class:llvm::IndexListEntry
133 unsigned getIndex() const { function in class:llvm::SlotIndex
134 return listEntry()->getIndex() | getSlot();
185 return getIndex() < other.getIndex();
190 return getIndex() <= other.getIndex();
196 return getIndex() > other.getIndex();
202 return getIndex() >
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSlotIndexes.cpp133 unsigned index = startItr->getIndex();
138 } while (curItr != indexList.end() && curItr->getIndex() <= index);
140 DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << startItr->getIndex() << '-'
180 assert(ListI->getIndex() >= startIdx.getIndex() &&
220 dbgs() << itr->getIndex() << " ";
238 os << listEntry()->getIndex() << "Berd"[getSlot()];
H A DLocalStackSlotAllocation.cpp252 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex()))
254 int Idx = MI->getOperand(i).getIndex();
291 if (FrameIdx == I->getOperand(idx).getIndex())
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp92 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex()));
95 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex()));
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp83 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP);
86 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP);
H A DHexagonAsmPrinter.cpp91 O << *GetJTISymbol(MO.getIndex());
95 O << *GetCPISymbol(MO.getIndex());
284 O << *GetJTISymbol(MO.getIndex());
294 O << *GetCPISymbol(MO.getIndex());
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp54 << MO.getIndex();
70 << MO.getIndex();
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp88 return lowerSymbolOperand(MO, AsmPrinter.GetJTISymbol(MO.getIndex()),
92 return lowerSymbolOperand(MO, AsmPrinter.GetCPISymbol(MO.getIndex()),
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp58 Symbol = Printer.GetJTISymbol(MO.getIndex());
61 Symbol = Printer.GetCPISymbol(MO.getIndex());
H A DXCoreAsmPrinter.cpp191 unsigned JTI = MI->getOperand(opNum).getIndex();
226 << '_' << MO.getIndex();
230 << '_' << MO.getIndex();
/freebsd-10.0-release/contrib/llvm/include/llvm/Option/
H A DArg.h75 unsigned getIndex() const { return Index; } function in class:llvm::opt::Arg
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DArg.h76 unsigned getIndex() const { return Index; } function in class:clang::driver::Arg
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h58 unsigned getIndex() const { return blockIdx; } function in class:clang::ento::WorkListUnit
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp47 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>();
H A DReturnPointerRangeChecker.cpp49 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>();
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp126 MCOp = lowerSymbolOperand(MO, GetJTISymbol(MO.getIndex()));
129 MCOp = lowerSymbolOperand(MO, GetCPISymbol(MO.getIndex()));
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeMCInstLower.cpp57 << MO.getIndex();
72 << MO.getIndex();
H A DMBlazeISelDAGToDAG.cpp158 Base = CurDAG->getTargetFrameIndex(FI->getIndex(), N.getValueType());
174 Base = CurDAG->getTargetFrameIndex(FI->getIndex(), N.getValueType());
210 int FI = dyn_cast<FrameIndexSDNode>(Node)->getIndex();
H A DMBlazeFrameLowering.cpp63 if (!MII->isFI() || MII->getIndex() != FRI->first) continue;
64 DEBUG(dbgs() << "FOUND FI#" << MII->getIndex() << "\n");
124 I->getOperand(1).getIndex() != LiveInFI[i]) continue;
133 int FI = SI->getOperand(1).getIndex();
141 DEBUG(dbgs() << "LWI for FI#" << I->getOperand(1).getIndex()
177 I->getOperand(1).getIndex() < 0) continue;
180 int FI = I->getOperand(1).getIndex();
H A DMBlazeAsmPrinter.cpp249 << '_' << MO.getIndex();
254 << getFunctionNumber() << "_" << MO.getIndex();
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp92 Symbol = AsmPrinter.GetJTISymbol(MO.getIndex());
96 Symbol = AsmPrinter.GetCPISymbol(MO.getIndex());
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp112 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp73 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp170 RelocID, MO.getIndex(), Cst);
178 RelocID, MO.getIndex(), Cst);
H A DPPCMCInstLower.cpp187 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin);
190 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin);

Completed in 227 milliseconds

123456