/openbsd/gnu/llvm/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 …]
|
/openbsd/gnu/llvm/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 | 743 MachineBasicBlock::iterator InsertionPoint = MergeForward ? MergeMI : I; in mergeNarrowZeroStores() local 769 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(getMatchingWideOpcode(Opc))) in mergeNarrowZeroStores() 918 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; in mergePairedInsns() local 996 MIB = BuildMI(*MBB, InsertionPoint, DL, TII->get(MatchPairOpcode)); in mergePairedInsns() 1037 BuildMI(*MBB, InsertionPoint, DL, TII->get(TargetOpcode::KILL), DstRegW) in mergePairedInsns() 1043 BuildMI(*MBB, InsertionPoint, DL, TII->get(AArch64::SBFMXri), DstRegX) in mergePairedInsns()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 317 LVScope *InsertionPoint = ScopeLinks[Parent]; in execute() local 320 << hexSquareString(InsertionPoint->getOffset()) << "\n"; in execute() 324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute() 325 InsertionPoint->addElement(Element); in execute() 326 Element->updateLevel(InsertionPoint, /*Moved=*/true); in execute()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1119 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine() local 1122 if (!InsertionPoint) in combine() 1194 if (!DT.dominates(InsertionPoint, VI.SVI)) in combine() 1200 IRBuilder<> Builder(InsertionPoint); in combine() 1209 Instruction::Load, ILTy, Factor, Indices, InsertionPoint->getAlign(), in combine() 1210 InsertionPoint->getPointerAddressSpace(), CostKind); in combine() 1217 auto CI = Builder.CreatePointerCast(InsertionPoint->getOperand(0), in combine() 1222 auto LI = Builder.CreateAlignedLoad(ILTy, CI, InsertionPoint->getAlign(), in combine() 1226 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint))); in combine()
|
H A D | EarlyIfConversion.cpp | 138 MachineBasicBlock::iterator InsertionPoint; member in __anon30a87cd30111::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()
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 159 SourceRange InsertionPoint = References[0].Range; in analyze() local 160 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 180 llvm::StringRef PreviousText = getSourceText(InsertionPoint); in analyze() 207 Env.getSourceManager(), CharSourceRange::getCharRange(InsertionPoint), in analyze()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/tools/driver/ |
H A D | driver.cpp | 221 int InsertionPoint = 0; in insertTargetAndModeArgs() local 223 ++InsertionPoint; in insertTargetAndModeArgs() 227 ArgVector.insert(ArgVector.begin() + InsertionPoint, in insertTargetAndModeArgs() 234 ArgVector.insert(ArgVector.begin() + InsertionPoint, in insertTargetAndModeArgs()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/ |
H A D | BUILD.gn | 158 "refactor/InsertionPoint.cpp",
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 2628 const Instruction *InsertionPoint) const { in isSafeToExpandAt() 2637 if (SE.properlyDominates(S, InsertionPoint->getParent())) in isSafeToExpandAt() 2639 if (SE.dominates(S, InsertionPoint->getParent())) { in isSafeToExpandAt() 2640 if (InsertionPoint->getParent()->getTerminator() == InsertionPoint) in isSafeToExpandAt() 2643 if (llvm::is_contained(InsertionPoint->operand_values(), U->getValue())) in isSafeToExpandAt()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 122 std::atomic<FileToRemoveList *> *InsertionPoint = &Head; 124 while (!InsertionPoint->compare_exchange_strong(OldHead, NewHead)) { 125 InsertionPoint = &OldHead->Next;
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 275 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint) const;
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3629 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter() argument 3633 IRB.SetInsertPoint(InsertionPoint); in OpSplitter() 3694 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in LoadOpSplitter() 3697 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, DL, in LoadOpSplitter() 3740 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in StoreOpSplitter() 3743 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in StoreOpSplitter()
|
H A D | JumpThreading.cpp | 3100 Instruction *InsertionPoint = &*BB->getFirstInsertionPt(); in threadGuard() local 3101 assert(InsertionPoint && "Empty block?"); in threadGuard() 3108 NewPN->insertBefore(InsertionPoint); in threadGuard()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 11429 auto InsertionPoint = TailMBB->begin(); in emitSelectPseudo() local 11434 BuildMI(*TailMBB, InsertionPoint, SelectMBBI->getDebugLoc(), in emitSelectPseudo()
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 1486 clang-tools-extra/clangd/refactor/InsertionPoint.cpp 1487 clang-tools-extra/clangd/refactor/InsertionPoint.h
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 40236 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() argument 40243 if (InsertionPoint >= 0) { in combineX86ShufflesRecursively() 40244 Ops[InsertionPoint] = Input; in combineX86ShufflesRecursively() 40245 return InsertionPoint; in combineX86ShufflesRecursively()
|