Searched refs:getIndex (Results 26 - 50 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp195 int FI = I->getOperand(1).getIndex();
220 int FI = I.getOperand(1).getIndex();
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp39 StringRef spelling = args.getArgString(a->getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h87 unsigned getIndex() const { return Index; } function in class:llvm::opt::Arg
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { function in class:AddressPool
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h67 return std::make_pair(TTP->getDepth(), TTP->getIndex());
70 return std::make_pair(NTTP->getDepth(), NTTP->getIndex());
73 return std::make_pair(TTP->getDepth(), TTP->getIndex());
80 return std::make_pair(TTP->getDepth(), TTP->getIndex());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h57 unsigned getIndex() const { return blockIdx; } function in class:clang::ento::WorkListUnit
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp118 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp56 Symbol = AP.GetCPISymbol(MO.getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp293 return getIndex() == Other.getIndex();
296 return getIndex() == Other.getIndex() && getOffset() == Other.getOffset();
298 return getIndex() == Other.getIndex();
358 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getIndex());
361 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getIndex(),
364 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getIndex());
808 int FrameIndex = getIndex();
[all...]
H A DLocalStackSlotAllocation.cpp324 if (!MFI.isObjectPreAllocated(MI.getOperand(i).getIndex()))
326 int Idx = MI.getOperand(i).getIndex();
370 if (FrameIdx == MI.getOperand(idx).getIndex())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp155 FIN->getIndex(),
179 FIN->getIndex(),
318 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp134 Streamer->EmitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex()));
135 incrStreamedLen(sizeof(TypeInd.getIndex()));
137 if (auto EC = Writer->writeInteger(TypeInd.getIndex()))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h93 assert(Result.first->second.getIndex() ==
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp72 return LHS->getIndex(0) < RHS->getIndex(0);
387 << C->getIndex(0)
402 << C->getIndex(0)
775 Result << "<Index>" << C->getIndex(0) << "</Index>";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp81 int FrameIndex = MI.getOperand(i).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp122 MCOp = lowerSymbolOperand(MO, AP.GetCPISymbol(MO.getIndex()), AP);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp95 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp43 int Index = SubFn->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp126 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
352 auto PtrInfo = MachinePointerInfo::getFixedStack(MF, FI.getIndex());
357 MFI.getObjectSize(FI.getIndex()),
358 MFI.getObjectAlignment(FI.getIndex()));
377 int Index = cast<FrameIndexSDNode>(Loc)->getIndex();
438 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(),
592 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(),
613 SpillMap.SlotMap[V] = cast<FrameIndexSDNode>(Loc)->getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp100 OS << "[" << It->expand().getIndex() << "]";
103 if (auto Index = It->getIndex()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp148 return create<ArgumentConstructionContext>(C, E, ParentItem.getIndex(),
211 return create<ArgumentConstructionContext>(C, E, TopItem.getIndex(),
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h174 if (auto I = R->getIndex().getAs<nonloc::ConcreteInt>())
177 OS << "'" << Visit(R->getIndex()) << "'";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp99 MCOp = GetSymbolRef(MO, GetJTISymbol(MO.getIndex()));
104 MCOp = GetSymbolRef(MO, GetCPISymbol(MO.getIndex()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp705 .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags())
712 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags());
719 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
727 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(),
786 .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags())
793 .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
835 .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags());
842 .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(),
H A DHexagonMCInstLower.cpp164 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, MustExtend);
167 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, MustExtend);

Completed in 386 milliseconds

1234567891011>>