Searched refs:getIndex (Results 151 - 175 of 286) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp217 unsigned CPIdx = (unsigned)MI->getOperand(1).getIndex();
714 << getFunctionNumber() << "_" << MO.getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp565 DIEInteger(S.getIndex()).emitValue(AP, Form);
589 return DIEInteger(S.getIndex()).SizeOf(AP, Form);
H A DDwarfDebug.cpp256 TargetIndexLocation(Op.getIndex(), Op.getOffset()));
2651 Asm->emitULEB128(DD.getAddressPool().getIndex(Base));
2682 Asm->emitULEB128(DD.getAddressPool().getIndex(Begin));
2764 unsigned idx = AddrPool.getIndex(Entry.Begin);
3035 .getIndex());
3041 .getIndex());
3384 AddrPool.getIndex(S);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp58 FrameIndex = MI.getOperand(1).getIndex();
81 FrameIndex = MI.getOperand(1).getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp623 return LoadBase.getIndex() == StoreBase.getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1267 FrameIndex = MI.getOperand(1).getIndex();
1278 FrameIndex = MI.getOperand(1).getIndex();
1285 FrameIndex = MI.getOperand(0).getIndex();
1293 FrameIndex = MI.getOperand(0).getIndex();
1299 FrameIndex = MI.getOperand(1).getIndex();
1504 FrameIndex = MI.getOperand(1).getIndex();
1515 FrameIndex = MI.getOperand(1).getIndex();
1522 FrameIndex = MI.getOperand(0).getIndex();
1536 FrameIndex = MI.getOperand(1).getIndex();
1542 FrameIndex = MI.getOperand(1).getIndex();
[all...]
H A DThumbRegisterInfo.cpp466 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1061 ptrdiff_t getIndex() const { return index; } function in class:llvm::indexed_accessor_iterator
1097 return DerivedT::dereference_iterator(this->getBase(), this->getIndex());
1111 : base(offset_base(begin.getBase(), begin.getIndex())),
1112 count(end.getIndex() - begin.getIndex()) {}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1747 int getIndex() const { return FI; } function in class:llvm::FrameIndexSDNode
1767 return cast<FrameIndexSDNode>(getOperand(1))->getIndex();
1799 int getIndex() const { return JTI; } function in class:llvm::JumpTableSDNode
1884 int getIndex() const { return Index; } function in class:llvm::TargetIndexSDNode
2419 const SDValue &getIndex() const { return getOperand(4); } function in class:llvm::MaskedGatherScatterSDNode
H A DMachineInstrBuilder.h290 return addConstantPoolIndex(Disp.getIndex(), Disp.getOffset() + off,
H A DMachineOperand.h555 int getIndex() const { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2437 unsigned getIndex(uint64_t Offset) {
2438 assert(VecTy && "Can only call getIndex when rewriting a vector");
2453 unsigned BeginIndex = getIndex(NewBeginOffset);
2454 unsigned EndIndex = getIndex(NewEndOffset);
2598 unsigned BeginIndex = getIndex(NewBeginOffset);
2599 unsigned EndIndex = getIndex(NewEndOffset);
2823 unsigned BeginIndex = getIndex(NewBeginOffset);
2824 unsigned EndIndex = getIndex(NewEndOffset);
3005 unsigned BeginIndex = VecTy ? getIndex(NewBeginOffset) : 0;
3006 unsigned EndIndex = VecTy ? getIndex(NewEndOffse
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp656 return RelEntry.Symbol->getIndex();
1680 if (TargetSym.getIndex() == InvalidIndex)
1685 std::make_pair(Priority, TargetSym.getIndex()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
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);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp209 << MO.getIndex();
507 return AP.GetCPISymbol(MO.getIndex());
509 return AP.GetJTISymbol(MO.getIndex());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp51 FrameIndexToFold = FoldOp->getIndex();
632 UseMI->getOperand(UseOpIdx).ChangeToFrameIndex(OpToFold.getIndex());
827 UseMI->getOperand(1).ChangeToFrameIndex(OpToFold.getIndex());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h662 uint32_t getIndex(const InstTy *Instr) const { function in class:llvm::InterleaveGroup
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h363 uint32_t getIndex() const { return Index; } function in class:llvm::DWARFDebugNames::NameTableEntry
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h64 unsigned getIndex() { return Index - 1; } function in class:clang::DynamicAllocLValue
H A DCanonicalType.h572 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getIndex)
H A DDeclTemplate.h1168 unsigned getIndex() const { return Position; } function in class:clang::TemplateParmPosition
1294 unsigned getIndex() const;
1454 using TemplateParmPosition::getIndex;
1661 using TemplateParmPosition::getIndex;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp191 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
H A DSymbolManager.cpp389 SVal Idx = ER->getIndex();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h95 uint32_t getIndex() const { return Idx; } function in class:clang::serialization::TypeIdx
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp512 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex());

Completed in 232 milliseconds

1234567891011>>