| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegister.cpp | 261 MachineInstr *InsertionPoint = nullptr; in processBlockPhase1() local 291 if (InsertionPoint) { in processBlockPhase1() 293 InsertionPoint = nullptr; in processBlockPhase1() 313 if (InsertionPoint) { in processBlockPhase1() 322 NewInfo->FirstInsertionPoint = InsertionPoint; in processBlockPhase1() 326 insertSetreg(MBB, InsertionPoint, TII, in processBlockPhase1() 331 InsertionPoint = &MI; in processBlockPhase1() 337 InsertionPoint = &MI; in processBlockPhase1() 346 NewInfo->FirstInsertionPoint = InsertionPoint; in processBlockPhase1() 348 } else if (InsertionPoint) { in processBlockPhase1() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVCompare.cpp | 316 LVScope *InsertionPoint = ScopeLinks[Parent]; in execute() local 319 << hexSquareString(InsertionPoint->getOffset()) << "\n"; in execute() 323 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute() 324 InsertionPoint->addElement(Element); in execute() 325 Element->updateLevel(InsertionPoint, /*Moved=*/true); in execute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 464 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo); in computeInsertionPoint() local 467 LLVM_DEBUG(InsertionPoint->print(dbgs())); in computeInsertionPoint() 470 if (isDominated(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 474 if (tryAndMerge(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint() 480 InsertPts[InsertionPoint].emplace_back(User, OpNo); in computeInsertionPoint()
|
| H A D | AArch64LoadStoreOptimizer.cpp | 761 MachineBasicBlock::iterator InsertionPoint = MergeForward ? MergeMI : I; in mergeNarrowZeroStores() local 796 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowZeroStores() 979 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; in mergePairedInsns() local 1065 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(MatchPairOpcode)); in mergePairedInsns() 1106 BuildMI(*MBB, InsertionPoint, DL, TII->get(TargetOpcode::KILL), DstRegW) in mergePairedInsns() 1112 BuildMI(*MBB, InsertionPoint, DL, TII->get(AArch64::SBFMXri), DstRegX) in mergePairedInsns()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1125 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine() local 1128 if (!InsertionPoint) in combine() 1200 if (!DT.dominates(InsertionPoint, VI.SVI)) in combine() 1206 IRBuilder<> Builder(InsertionPoint); in combine() 1215 Instruction::Load, ILTy, Factor, Indices, InsertionPoint->getAlign(), in combine() 1216 InsertionPoint->getPointerAddressSpace(), CostKind); in combine() 1223 auto Ptr = InsertionPoint->getPointerOperand(); in combine() 1224 auto LI = Builder.CreateAlignedLoad(ILTy, Ptr, InsertionPoint->getAlign(), in combine() 1228 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint))); in combine()
|
| H A D | EarlyIfConversion.cpp | 138 MachineBasicBlock::iterator InsertionPoint; member in __anone8860c9c0111::SSAIfConv 425 InsertionPoint = I; in findInsertionPoint() 699 Head->splice(InsertionPoint, TBB, TBB->begin(), TBB->getFirstTerminator()); in convertIf() 704 Head->splice(InsertionPoint, FBB, FBB->begin(), FBB->getFirstTerminator()); in convertIf()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 471 auto InsertionPoint = in sortRelocs() local 492 if (InsertionPoint != Sorted.end()) in sortRelocs() 493 InsertionPoint->Matched = true; in sortRelocs() 494 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | driver.cpp | 222 int InsertionPoint = 0; in insertTargetAndModeArgs() local 224 ++InsertionPoint; in insertTargetAndModeArgs() 228 ArgVector.insert(ArgVector.begin() + InsertionPoint, in insertTargetAndModeArgs() 235 ArgVector.insert(ArgVector.begin() + InsertionPoint, in insertTargetAndModeArgs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 160 SourceRange InsertionPoint = References[0].Range; in analyze() local 161 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 181 llvm::StringRef PreviousText = getSourceText(InsertionPoint); in analyze() 207 Env.getSourceManager(), CharSourceRange::getCharRange(InsertionPoint), in analyze()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 889 Instruction *InsertionPoint = in pushOutAdd() local 894 "PushedOutAdd", InsertionPoint); in pushOutAdd() 914 Instruction *InsertionPoint = &cast<Instruction>( in pushOutMulShl() local 921 OffsSecondOperand, "PushedOutMul", InsertionPoint); in pushOutMulShl() 925 OffsSecondOperand, "Product", InsertionPoint); in pushOutMulShl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 2253 const Instruction *InsertionPoint) const { in isSafeToExpandAt() 2262 if (SE.properlyDominates(S, InsertionPoint->getParent())) in isSafeToExpandAt() 2264 if (SE.dominates(S, InsertionPoint->getParent())) { in isSafeToExpandAt() 2265 if (InsertionPoint->getParent()->getTerminator() == InsertionPoint) in isSafeToExpandAt() 2268 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 275 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 123 std::atomic<FileToRemoveList *> *InsertionPoint = &Head; 125 while (!InsertionPoint->compare_exchange_strong(OldHead, NewHead)) { 126 InsertionPoint = &OldHead->Next;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3774 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter() argument 3778 IRB.SetInsertPoint(InsertionPoint); in OpSplitter() 3839 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in LoadOpSplitter() 3842 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, DL, in LoadOpSplitter() 3885 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in StoreOpSplitter() 3888 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in StoreOpSplitter()
|
| H A D | JumpThreading.cpp | 3114 BasicBlock::iterator InsertionPoint = BB->getFirstInsertionPt(); in threadGuard() local 3115 assert(InsertionPoint != BB->end() && "Empty block?"); in threadGuard() 3122 NewPN->insertBefore(InsertionPoint); in threadGuard()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 16954 auto InsertionPoint = TailMBB->begin(); in emitSelectPseudo() local 16959 BuildMI(*TailMBB, InsertionPoint, SelectMBBI->getDebugLoc(), in emitSelectPseudo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39082 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() argument 39089 if (InsertionPoint >= 0) { in combineX86ShufflesRecursively() 39090 Ops[InsertionPoint] = Input; in combineX86ShufflesRecursively() 39091 return InsertionPoint; in combineX86ShufflesRecursively()
|