Home
last modified time | relevance | path

Searched refs:RangeBegin (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp87 void addNestedTryDelegate(MachineInstr *RangeBegin, MachineInstr *RangeEnd,
91 void addNestedTryTable(MachineInstr *RangeBegin, MachineInstr *RangeEnd,
1173 // 'UnwindDest'. RangeBegin and RangeEnd are inclusive. in fixCallUnwindMismatches()
1175 MachineInstr *RangeBegin, MachineInstr *RangeEnd, in fixCallUnwindMismatches()
1177 auto *BeginBB = RangeBegin->getParent(); in fixCallUnwindMismatches()
1186 AfterSet.insert(RangeBegin); in fixCallUnwindMismatches()
1187 for (auto I = MachineBasicBlock::iterator(RangeBegin), E = BeginBB->begin(); in fixCallUnwindMismatches()
1200 MachineInstr *Try = BuildMI(*BeginBB, TryPos, RangeBegin->getDebugLoc(), in fixCallUnwindMismatches()
1382 // targets 'UnwindDest'. RangeBegin and RangeEnd are inclusive. in fixCatchUnwindMismatches()
1383 void WebAssemblyCFGStackify::addNestedTryTable(MachineInstr *RangeBegin, in fixCatchUnwindMismatches()
847 addTryDelegate(MachineInstr * RangeBegin,MachineInstr * RangeEnd,MachineBasicBlock * DelegateDest) addTryDelegate() argument
1133 MachineInstr *RangeBegin = &MI, *RangeEnd = &MI; fixCallUnwindMismatches() local
1159 MachineInstr *RangeBegin = nullptr, *RangeEnd = nullptr; // inclusive fixCallUnwindMismatches() local
1229 MachineInstr *RangeBegin = nullptr, *RangeEnd = nullptr; fixCallUnwindMismatches() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DTweak.cpp61 unsigned RangeBegin, unsigned RangeEnd, in Selection() argument
64 : Index(Index), AST(&AST), SelectionBegin(RangeBegin), in Selection()
68 Cursor = SM.getComposedLoc(SM.getMainFileID(), RangeBegin); in Selection()
H A DTweak.h50 Selection(const SymbolIndex *Index, ParsedAST &AST, unsigned RangeBegin,
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp680 uint64_t RangeBegin = Range.first.first; in populateBodySamplesForAllFunctions() local
684 InstructionPointer IP(Binary, RangeBegin, true); in populateBodySamplesForAllFunctions()
964 uint64_t RangeBegin = Range.first.first; in populateBodySamplesForFunction() local
972 InstructionPointer IP(Binary, RangeBegin, true); in populateBodySamplesForFunction()
1172 uint64_t RangeBegin = Range.first.first; in extractProbesFromRange() local
1176 InstructionPointer IP(Binary, RangeBegin, true); in extractProbesFromRange()
H A DProfiledBinary.cpp949 void ProfiledBinary::computeInlinedContextSizeForRange(uint64_t RangeBegin, in computeInlinedContextSizeForRange()
951 InstructionPointer IP(this, RangeBegin, true); in computeInlinedContextSizeForRange()
953 if (IP.Address != RangeBegin) in computeInlinedContextSizeForRange()
955 << format("%8" PRIx64, RangeBegin) << "\n"; in computeInlinedContextSizeForRange()
948 computeInlinedContextSizeForRange(uint64_t RangeBegin,uint64_t RangeEnd) computeInlinedContextSizeForRange() argument
/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.cpp1803 RangeBegin = RangeEnd; in runWithSema()
1804 for (size_t I = 0; I < 3 && RangeBegin > 0; ++I) { in runWithSema()
1805 auto PrevNL = Content.rfind('\n', RangeBegin); in runWithSema()
1807 RangeBegin = 0; in runWithSema()
1810 RangeBegin = PrevNL; in runWithSema()
1813 ContextWords = collectWords(Content.slice(RangeBegin, RangeEnd)); in runWithSema()
1786 RangeBegin = RangeEnd; populateContextWords() local
/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp631 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange()
650 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(RangeBegin, Ctx); in encodeDefRange()
645 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; encodeDefRange() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9243 // Range: [RangeBegin, RangeEnd) in insertOutlinedCall()
9244 MachineBasicBlock::instr_iterator RangeBegin, RangeEnd; in insertOutlinedCall()
9247 [&RangeBegin, &RangeEnd, in insertOutlinedCall()
9249 RangeBegin = NewBegin; in insertOutlinedCall()
9250 RangeEnd = std::next(RangeBegin); in insertOutlinedCall()
9253 auto SaveRangeIfNonEmpty = [&RangeLen, &Ranges, &RangeBegin, &RangeEnd]() { in shouldOutlineFromFunctionByDefault()
9256 // [RangeBegin, RangeEnd).
9258 Ranges.push_back(std::make_pair(RangeBegin, RangeEnd)); in buildClearRegister()
9291 RangeBegin = MI.getIterator(); in isCopyInstrImpl()
8790 MachineBasicBlock::instr_iterator RangeBegin, RangeEnd; getOutlinableRanges() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h4924 Node *RangeBegin = getDerived().parseExpr();
4925 if (RangeBegin == nullptr)
4933 return make<BracedRangeExpr>(RangeBegin, RangeEnd, Init); in parseExpr()
4701 Node *RangeBegin = getDerived().parseExpr(); parseBracedExpr() local
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h4924 Node *RangeBegin = getDerived().parseExpr();
4925 if (RangeBegin == nullptr)
4933 return make<BracedRangeExpr>(RangeBegin, RangeEnd, Init); in parseExpr()
4702 Node *RangeBegin = getDerived().parseExpr(); parseBracedExpr() local