Searched refs:getIndex (Results 176 - 200 of 361) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp224 int FI = MI.getOperand(FIOp).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp260 int FrameIndex = FrameOp.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp364 return Sec.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp26 return Idx.getIndex() - TypeIndex::FirstNonSimpleIndex;
H A DRecordName.cpp88 Name.append("<unknown 0x" + utohexstr(Indices[I].getIndex()) + ">");
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp275 SectionIndex = SectOrErr.get()->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp283 uint64_t Index = Sec->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp678 int FI = cast<FrameIndexSDNode>(N)->getIndex();
704 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
925 int FI = cast<FrameIndexSDNode>(N)->getIndex();
941 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
991 int FI = cast<FrameIndexSDNode>(N)->getIndex();
1012 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
1212 int FI = cast<FrameIndexSDNode>(N)->getIndex();
1232 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
1292 int FI = cast<FrameIndexSDNode>(N)->getIndex();
1324 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
[all...]
H A DARMBaseInstrInfo.cpp1316 FrameIndex = MI.getOperand(1).getIndex();
1329 FrameIndex = MI.getOperand(1).getIndex();
1337 FrameIndex = MI.getOperand(0).getIndex();
1343 FrameIndex = MI.getOperand(1).getIndex();
1350 FrameIndex = MI.getOperand(1).getIndex();
1567 FrameIndex = MI.getOperand(1).getIndex();
1580 FrameIndex = MI.getOperand(1).getIndex();
1594 FrameIndex = MI.getOperand(1).getIndex();
1600 FrameIndex = MI.getOperand(1).getIndex();
1607 FrameIndex = MI.getOperand(1).getIndex();
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp691 Index = TTP->getIndex();
820 Index = TTP->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h352 int getIndex() const { return Index; } function in class:llvm::PrologEpilogSGPRSaveRestoreInfo
610 SI.second.getIndex() == FI;
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp891 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
981 Out << 't' << TTP->getDepth() << '.' << TTP->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp356 FrameIndex = MI.getOperand(1).getIndex();
384 FrameIndex = MI.getOperand(1).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp718 FrameIndex = MI.getOperand(1).getIndex();
747 FrameIndex = MI.getOperand(0).getIndex();
H A DLanaiISelLowering.cpp1216 JT->getIndex(), getPointerTy(DAG.getDataLayout()), LanaiII::MO_NO_FLAG);
1225 JT->getIndex(), getPointerTy(DAG.getDataLayout()), OpFlagHi);
1227 JT->getIndex(), getPointerTy(DAG.getDataLayout()), OpFlagLo);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp580 DIEInteger(S.getIndex()).emitValue(AP, Form);
605 return DIEInteger(S.getIndex()).sizeOf(FormParams, Form);
H A DDwarfCompileUnit.cpp84 unsigned idx = DD->getAddressPool().getIndex(Label);
104 DD->getAddressPool().getIndex(Base), Label, Base));
297 DD->getAddressPool().getIndex(Sym, /* TLS */ true));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp45 int FrameIdx = MI->getOperand(1).getIndex();
259 int FrameIdx = MI.getOperand(1).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp616 return LoadBase.getIndex() == StoreBase.getIndex();
/openbsd-current/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp510 Address.SectionIndex = Sec->getIndex();
516 Address.SectionIndex = SecOrErr.get()->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp54 FrameIndex = MI.getOperand(1).getIndex();
73 FrameIndex = MI.getOperand(0).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1453 unsigned getIndex() const { return N; }
1724 if (I.getIndex() == Entry)
1727 NodeMap.insert({I.getIndex(), Index++});
1751 StringRef Label = Graph.getEdgeSourceLabel(getIndex(), SinkNodeIndex);
1752 DisplayNode &SinkDisplayNode = DisplayGraph.getNode(SinkNode->getIndex());
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h1247 ptrdiff_t getIndex() const { return index; } function in class:llvm::indexed_accessor_iterator
1282 return DerivedT::dereference_iterator(this->getBase(), this->getIndex());
1295 : base(offset_base(begin.getBase(), begin.getIndex())),
1296 count(end.getIndex() - begin.getIndex()) {}
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2714 unsigned getIndex(uint64_t Offset) {
2715 assert(VecTy && "Can only call getIndex when rewriting a vector");
2730 unsigned BeginIndex = getIndex(NewBeginOffset);
2731 unsigned EndIndex = getIndex(NewEndOffset);
2878 unsigned BeginIndex = getIndex(NewBeginOffset);
2879 unsigned EndIndex = getIndex(NewEndOffset);
3126 unsigned BeginIndex = getIndex(NewBeginOffset);
3127 unsigned EndIndex = getIndex(NewEndOffset);
3322 unsigned BeginIndex = VecTy ? getIndex(NewBeginOffset) : 0;
3323 unsigned EndIndex = VecTy ? getIndex(NewEndOffse
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1170 MIB.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(), Flags);
1207 MIB1.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(),
1209 MIB2.addConstantPoolIndex(MO1.getIndex(), MO1.getOffset(),

Completed in 509 milliseconds

1234567891011>>