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

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h160 unsigned getIndex() const { function in class:clang::ConstructionContextItem
653 unsigned getIndex() const { return Index; } function in class:clang::ArgumentConstructionContext
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp170 int FI = MO.getIndex();
404 int OldFI = MO.getIndex();
/freebsd-13-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-13-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()));
/freebsd-13-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.cpp166 int FrameIndex = FrameOp.getIndex();
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp70 FrameIndex = MI.getOperand(1).getIndex();
90 FrameIndex = MI.getOperand(1).getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp307 switch (II->getIndex()) {
354 if (SubFn->getIndex() == CoroSubFnInst::RestartTrigger)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp247 GetCPISymbol(MO.getIndex())->print(O, MAI);
957 unsigned JTI = MO1.getIndex();
1003 unsigned JTI = MO1.getIndex();
1033 unsigned JTI = MO1.getIndex();
1256 unsigned CPI = MI->getOperand(1).getIndex();
1325 MCSymbol *CPISymbol = GetCPISymbol(MI->getOperand(1).getIndex());
1341 GetARMJTIPICJumpTableLabel(MI->getOperand(1).getIndex());
1515 MI->getOperand(0).getIndex(), OutContext),
1545 MI->getOperand(2).getIndex(), OutContext),
1563 MI->getOperand(0).getIndex(), OutContex
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h174 unsigned getIndex() const { function in class:clang::CodeGen::CGBlockInfo::Capture
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp167 isTainted(State, ER->getIndex(), K);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp182 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()]
283 unsigned Idx = ACC->getIndex();
382 auto RTC = (*SFC->getCallSiteBlock())[SFC->getIndex()]
439 State, {ACC->getCallLikeExpr(), ACC->getIndex()}, LCtx, V);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h263 int64_t getIndex() const { function in class:clang::interp::Pointer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp167 CR->IndexRef = RefersTo->getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp153 uint64_t Index = Sec->getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp145 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h127 IndexType getIndex(MachineInstr *MI) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp143 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp261 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp72 TFI.getFrameIndexReference(MF, MI.getOperand(0).getIndex(), Reg);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h305 uint32_t getIndex() const { function
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp153 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();

Completed in 216 milliseconds

1234567891011>>