Searched refs:getIndex (Results 101 - 125 of 361) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp313 MCOp = LowerSymbolOperand(MO, Printer.GetJTISymbol(MO.getIndex()));
316 MCOp = LowerSymbolOperand(MO, Printer.GetCPISymbol(MO.getIndex()));
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp75 FrameIndex = MI.getOperand(1).getIndex();
94 FrameIndex = MI.getOperand(1).getIndex();
H A DARCRegisterInfo.cpp168 int FrameIndex = FrameOp.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp86 FIN->getIndex(), TLI->getPointerTy(CurDAG->getDataLayout()));
102 FIN->getIndex(), TLI->getPointerTy(CurDAG->getDataLayout()));
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp70 FrameIndex = MI.getOperand(1).getIndex();
90 FrameIndex = MI.getOperand(1).getIndex();
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h96 unsigned getIndex() const { return Index; } function in class:llvm::mca::MCAOperand
553 return Op.getIndex() == Idx;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp164 int FI = MO.getIndex();
396 int OldFI = MO.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp213 return GA && GB && GA == GB && GA->getIndex(A) + 1 == GB->getIndex(B);
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp245 GetCPISymbol(MO.getIndex())->print(O, MAI);
979 unsigned JTI = MO1.getIndex();
1025 unsigned JTI = MO1.getIndex();
1055 unsigned JTI = MO1.getIndex();
1300 unsigned CPI = MI->getOperand(1).getIndex();
1373 MCSymbol *CPISymbol = GetCPISymbol(MI->getOperand(1).getIndex());
1389 GetARMJTIPICJumpTableLabel(MI->getOperand(1).getIndex());
1563 MI->getOperand(0).getIndex(), OutContext),
1593 MI->getOperand(2).getIndex(), OutContext),
1611 MI->getOperand(0).getIndex(), OutContex
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrBuilder.h101 AM.Base.FrameIndex = Op0.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h130 IndexType getIndex(MachineInstr *MI) const;
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.h290 int64_t getIndex() const { function in class:clang::interp::Pointer
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp170 isTainted(State, ER->getIndex(), K);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h178 unsigned getIndex() const { function in class:clang::CodeGen::CGBlockInfo::Capture
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp143 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp178 int FIndex = (int)(Base.getIndex());
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp77 TFI.getFrameIndexReference(MF, Op.getIndex(), Reg);
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp260 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp469 unsigned CPI = CPEMI.getOperand(1).getIndex();
567 unsigned CPI = MI.getOperand(Op).getIndex();
858 unsigned CPI = CPEMI->getOperand(1).getIndex();
1068 unsigned CPI = CPEMI->getOperand(1).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.cpp141 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbol.h314 uint32_t getIndex() const { function
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h62 LVSectionIndex getIndex(StringRef Name);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h172 ConstantInt *getIndex(uint64_t Value) const { function in struct:llvm::coro::Shape
/openbsd-current/gnu/llvm/llvm/lib/Option/
H A DOption.cpp262 // Due to this, ArgList::getArgString(A->getIndex()) will return the spelling
266 std::make_unique<Arg>(UnaliasedOption, UnaliasedSpelling, A->getIndex());
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp167 CR->IndexRef = RefersTo->getIndex();

Completed in 371 milliseconds

1234567891011>>