Searched refs:getIndex (Results 226 - 250 of 361) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp245 " index 0x" + utohexstr(ti.getIndex()));
675 warn("corrupt LF_[M]FUNC_ID record 0x" + utohexstr(curIndex.getIndex()) +
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp428 FrameIndex = MI.getOperand(1).getIndex();
452 FrameIndex = MI.getOperand(0).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp216 unsigned CPIdx = (unsigned)MI->getOperand(1).getIndex();
790 << getFunctionNumber() << "_" << MO.getIndex();
H A DMipsSEInstrInfo.cpp54 FrameIndex = MI.getOperand(1).getIndex();
76 FrameIndex = MI.getOperand(1).getIndex();
H A DMipsSEISelDAGToDAG.cpp273 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
292 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp788 << DA.getIndex() << "}";
816 << DA.getIndex() << "}";
H A DType.cpp1175 T->getIndex(), T->getPackIndex());
1275 QualType argType = TypeArgs[typeParam->getIndex()];
3704 return ::getReplacedParameter(getAssociatedDecl(), getIndex());
3730 return ::getReplacedParameter(getAssociatedDecl(), getIndex());
3742 Profile(ID, getAssociatedDecl(), getIndex(), getFinal(), getArgumentPack());
H A DStmtProfile.cpp100 ID.AddInteger(NTTP->getIndex());
123 ID.AddInteger(TTP->getIndex());
131 ID.AddInteger(TTP->getIndex());
H A DDeclTemplate.cpp693 unsigned TemplateTypeParmDecl::getIndex() const { function in class:TemplateTypeParmDecl
694 return getTypeForDecl()->castAs<TemplateTypeParmType>()->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp684 support::endian::write<uint32_t>(OS, SF.getSymbol()->getIndex(), Endian);
1255 OS << ", Index:" << it->getIndex() << ", ";
H A DWasmObjectWriter.cpp762 return RelEntry.Symbol->getIndex();
1906 if (TargetSym.getIndex() == InvalidIndex)
1911 std::make_pair(Priority, TargetSym.getIndex()));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1418 unsigned FrameIdx = Op.getIndex();
1479 MF, MI.getOperand(OpIdx).getIndex(), Reg, /*IgnoreSPUpdates*/ false);
H A DRegAllocGreedy.cpp2505 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex()))
2508 FoldedReloads.insert(MO.getIndex());
2510 ZeroCostFoldedReloads.insert(MO.getIndex());
H A DBranchFolding.cpp232 JTIsLive.set(Op.getIndex());
274 OperandHash = Op.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp246 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset())));
2817 Asm->emitULEB128(DD.getAddressPool().getIndex(Base));
2848 Asm->emitULEB128(DD.getAddressPool().getIndex(Begin));
2930 unsigned idx = AddrPool.getIndex(Entry.Begin);
3215 InfoHolder.getStringPool().getIndexedEntry(*Asm, Str).getIndex());
3566 AddrPool.getIndex(S);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1434 auto FrameIndex = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
1753 auto FrameIndex = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
2130 return {MSC->getMask(), MSC->getIndex(), MSC->getScale()};
2133 return {VPSC->getMask(), VPSC->getIndex(), VPSC->getScale()};
3156 auto FrameIndex = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
3212 auto FrameIndex = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
3498 return {MSC->getMask(), MSC->getIndex(), MSC->getScale(),
3502 return {VPSC->getMask(), VPSC->getIndex(), VPSC->getScale(),
5262 SDValue Index = N->getIndex();
5290 SDValue Index = GetWidenedVector(N->getIndex());
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp924 Address blockField = projectField(capture.getIndex(), "block.captured");
942 enclosingCapture.getIndex(),
1254 Address addr = Builder.CreateStructGEP(LoadBlockStruct(), capture.getIndex(),
1954 unsigned index = capture.getIndex();
2139 Address srcField = Builder.CreateStructGEP(src, capture.getIndex());
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp318 FI = Def->getOperand(1).getIndex();
335 FI = FINode->getIndex();
338 FI = FINode->getIndex();
652 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
2691 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, OpFlag);
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp45 FrameIndexToFold = FoldOp->getIndex();
628 UseMI->getOperand(UseOpIdx).ChangeToFrameIndex(OpToFold.getIndex());
832 UseMI->getOperand(1).ChangeToFrameIndex(OpToFold.getIndex());
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1654 SValOffsets.push_back(ER->getIndex());
1937 if (const auto CI = R->getIndex().getAs<nonloc::ConcreteInt>()) {
2132 NonLoc index = ER->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp242 Reg = llvm::Register::index2StackSlot(Op.getIndex());
711 V.ImmVal = Op.getIndex();
1154 if (Op.isFI() && Op.getIndex() < 0)
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp319 FrameIndex = MI.getOperand(1).getIndex();
347 unsigned FI1 = MI.getOperand(0).getIndex();
348 unsigned FI2 = MI.getOperand(3).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1058 N->getIndex(), 0, getModifier(Flags));
1099 return DAG.getTargetJumpTable(N->getIndex(), Ty, Flags);
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp64 if (method.getType().getIndex() == func_type_index.getIndex())
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DComment.h834 unsigned getIndex(unsigned Depth) const { function in class:clang::comments::ParamCommandComment::TParamCommandComment

Completed in 683 milliseconds

1234567891011>>