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

1234567891011>>

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp53 DefinedOrUnknownSVal Idx = ER->getIndex().castAs<DefinedOrUnknownSVal>();
/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp109 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i64);
124 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i64);
151 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i64);
229 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp113 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp124 int SS = MI.getOperand(0).getIndex(); // tile config stack slot.
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp33 int Index = SubFn->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp62 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp164 assert(getIndex(&In) == IndexType::None && "Instruction already in map");
176 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getIndex( function in class:HexagonBlockRanges::InstrIndexMap
318 IndexType Index = IndexMap.getIndex(&In);
523 HexagonBlockRanges::IndexType Idx = M.getIndex(&In);
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DTemplateName.h155 /// This should match the result of `getParameterPack()->getIndex()`.
156 unsigned getIndex() const { return Bits.Index; } function in class:clang::SubstTemplateTemplateParmPackStorage
396 /// This should match the result of `getParameter()->getIndex()`.
397 unsigned getIndex() const { return Bits.Index; } function in class:clang::SubstTemplateTemplateParmStorage
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp57 Profile(ID, Replacement, getAssociatedDecl(), getIndex(), getPackIndex());
80 Profile(ID, Context, getArgumentPack(), getAssociatedDecl(), getIndex(),
H A DComment.cpp377 return TPL->getParam(getIndex(i))->getName();
378 const NamedDecl *Param = TPL->getParam(getIndex(i));
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp130 int FI = cast<FrameIndexSDNode>(Ptr)->getIndex();
193 int FI = cast<FrameIndexSDNode>(Addr)->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp223 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), AddrTy);
238 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), AddrTy);
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp149 Symbol = AsmPrinter.GetJTISymbol(MO.getIndex());
153 Symbol = AsmPrinter.GetCPISymbol(MO.getIndex());
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp187 unsigned JTI = MI->getOperand(opNum).getIndex();
220 << MO.getIndex();
H A DXCoreISelDAGToDAG.cpp98 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
108 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), MVT::i32);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp143 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
359 auto PtrInfo = MachinePointerInfo::getFixedStack(MF, FI.getIndex());
364 MFI.getObjectSize(FI.getIndex()),
365 MFI.getObjectAlign(FI.getIndex()));
384 int Index = cast<FrameIndexSDNode>(Loc)->getIndex();
435 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(),
681 FI->getIndex(), Builder.getFrameIndexTy()));
924 Record.payload.FI = cast<FrameIndexSDNode>(Loc)->getIndex();
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp74 COFFRel->SymbolTableIndex, FixupSect.getIndex()),
86 SymIndex, FixupSect.getIndex()),
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp89 unsigned getIndex(ArrayRef<PrototypeDescriptor> Signature);
272 if (getIndex(Signature) != INVALID_INDEX)
280 unsigned SemaSignatureTable::getIndex(ArrayRef<PrototypeDescriptor> Signature) { function in class:SemaSignatureTable
684 R.PrototypeIndex = SST.getIndex(SR.Prototype);
685 R.SuffixIndex = SST.getIndex(SR.Suffix);
686 R.OverloadedSuffixIndex = SST.getIndex(SR.OverloadedSuffix);
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h116 unsigned getIndex(const BlockT *BB) const { function in class:llvm::ModifiedPostOrder
544 auto SuccIdx = CyclePOT.getIndex(&SuccBlock);
600 int DivTermIdx = CyclePOT.getIndex(&DivTermBlock);
613 auto SuccIdx = CyclePOT.getIndex(SuccBlock);
671 std::min<int>(LoweredFloorIdx, CyclePOT.getIndex(BlockCycleExit));
677 std::min<int>(LoweredFloorIdx, CyclePOT.getIndex(SuccBlock));
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1367 if (const auto Index = getIndex(*Parameter)) {
1484 if (auto Index = getIndex(Parameter)) {
1575 if (auto Index = getIndex(*Param)) {
1644 return getIndex(*Parameter);
1650 std::optional<unsigned> getIndex(const ParmVarDecl &Parameter) const {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp604 int Slot = MO.getIndex();
639 int Slot = MO.getIndex();
719 int Slot = MO.getIndex();
1040 int FromSlot = MO.getIndex();
1172 int Slot = MO.getIndex();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp97 LVSectionIndex LVSymbolTable::getIndex(StringRef Name) { function in class:LVSymbolTable
141 return SymbolTable.getIndex(Name);
153 // Note: The section index returned by 'getIndex()' is one based.
154 Sections.emplace(Section.getIndex(), Section);
165 DotTextSectionIndex = Section.getIndex();
373 dbgs() << "Section Index: " << hexValue(Section.getIndex()) << " ["
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp310 uint32_t W = NumDigits(Max->getIndex()) + 2;
325 uint32_t W = NumDigits(Max->getIndex()) + 2;
462 U.SourceFile.getIndex(), U.LineNumber);
469 U.SourceFile.getIndex(), U.LineNumber);
495 uint32_t W = NumDigits(Max->getIndex()) + 2;
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h167 unsigned getIndex() const { function in class:clang::ConstructionContextItem
676 unsigned getIndex() const { return Index; } function in class:clang::ArgumentConstructionContext
699 unsigned getIndex() const { return Index; } function in class:clang::LambdaCaptureConstructionContext
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp81 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), PtrVT);
106 int FI = cast<FrameIndexSDNode>(N.getOperand(0))->getIndex();
310 int FI = cast<FrameIndexSDNode>(N)->getIndex();

Completed in 319 milliseconds

1234567891011>>