Searched refs:getIndex (Results 76 - 100 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp978 if (FIDef && !MFI.isFixedObjectIndex(FIDef->getOperand(1).getIndex()))
1004 unsigned FI = FIDef->getOperand(1).getIndex();
1093 if (FIDef && !MFI.isFixedObjectIndex(FIDef->getOperand(1).getIndex()))
1132 unsigned FI = FIDef->getOperand(1).getIndex();
1201 if (FIDef && !MFI.isFixedObjectIndex(FIDef->getOperand(1).getIndex()))
1239 unsigned FI = FIDef->getOperand(1).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp170 int FI = MO.getIndex();
404 int OldFI = MO.getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp283 MCOp = LowerSymbolOperand(MO, Printer.GetJTISymbol(MO.getIndex()));
286 MCOp = LowerSymbolOperand(MO, Printer.GetCPISymbol(MO.getIndex()));
H A DAArch64SelectionDAGInfo.cpp71 int FI = cast<FrameIndexSDNode>(Ptr)->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp75 FrameIndex = MI.getOperand(1).getIndex();
94 FrameIndex = MI.getOperand(1).getIndex();
H A DARCRegisterInfo.cpp171 int FrameIndex = FrameOp.getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h157 unsigned getIndex() const { function in class:clang::ConstructionContextItem
650 unsigned getIndex() const { return Index; } function in class:clang::ArgumentConstructionContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp218 return GA && GB && GA == GB && GA->getIndex(A) + 1 == GB->getIndex(B);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp79 FIN->getIndex(), TLI->getPointerTy(CurDAG->getDataLayout()));
95 FIN->getIndex(), TLI->getPointerTy(CurDAG->getDataLayout()));
H A DSparcRegisterInfo.cpp171 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp70 FrameIndex = MI.getOperand(1).getIndex();
90 FrameIndex = MI.getOperand(1).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp237 GetCPISymbol(MO.getIndex())->print(O, MAI);
939 unsigned JTI = MO1.getIndex();
985 unsigned JTI = MO1.getIndex();
1015 unsigned JTI = MO1.getIndex();
1195 unsigned CPI = MI->getOperand(1).getIndex();
1280 MCSymbol *CPISymbol = GetCPISymbol(MI->getOperand(1).getIndex());
1296 GetARMJTIPICJumpTableLabel(MI->getOperand(1).getIndex());
1470 MI->getOperand(0).getIndex(), OutContext),
1500 MI->getOperand(2).getIndex(), OutContext),
1518 MI->getOperand(0).getIndex(), OutContex
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp167 CR->IndexRef = RefersTo->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp153 uint64_t Index = Sec->getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h263 int64_t getIndex() const { function in class:clang::interp::Pointer
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h174 unsigned getIndex() const { function in class:clang::CodeGen::CGBlockInfo::Capture
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp167 isTainted(State, ER->getIndex(), K);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h305 uint32_t getIndex() const { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp258 // Due to this, ArgList::getArgString(A->getIndex()) will return the spelling
261 Arg *UnaliasedA = new Arg(UnaliasedOption, UnaliasedSpelling, A->getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp141 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h127 IndexType getIndex(MachineInstr *MI) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp148 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp266 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp72 TFI.getFrameIndexReference(MF, MI.getOperand(0).getIndex(), Reg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h101 AM.Base.FrameIndex = Op0.getIndex();

Completed in 205 milliseconds

1234567891011>>