Searched refs:Insert (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { function in struct:fuzzer::TableOfRecentCompares
H A DFuzzerTracePC.cpp344 TORCW.Insert(Idx ^ Hash, Word(B1, Len), Word(B2, Len));
353 TORC4.Insert(ArgXor, Arg1, Arg2);
355 TORC8.Insert(ArgXor, Arg1, Arg2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1059 Value *Insert = local
1061 Vec = Insert;
1072 Value *Insert = local
1074 Vec = Insert;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp493 RepairingPlacement(MI, OpIdx, *TRI, *this, RepairingPlacement::Insert));
606 case RepairingPlacement::Insert:
732 if (Kind != RepairingKind::Insert)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h668 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
943 /// \return The expected cost of vector Insert and Extract.
1259 getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) = 0;
1588 unsigned getScalarizationOverhead(Type *Ty, bool Insert,
1590 return Impl.getScalarizationOverhead(Ty, Insert, Extract);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp578 GetTypeList().Insert(result);
1508 types.Insert(iter->second);
1558 types.Insert(iter->second);
1642 type_list.Insert(type->shared_from_this());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp343 m_type_size_cache.Insert(opaque_ptr, size);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h233 static constexpr UpdateKind Insert = UpdateKind::Insert; member in class:llvm::DominatorTreeBase
498 /// - {{Insert, A, B}, {Delete, A, B}, {Insert, A, B}} is fine, because
500 /// - {{Insert, A, B}, {Insert, A, B}} is invalid, because it doesn't make
H A DGenericDomTreeConstruction.h146 if (UK == UpdateKind::Insert) {
1164 if (Update.getKind() == UpdateKind::Insert)
1249 if (CurrentUpdate.getKind() == UpdateKind::Insert)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp751 /// \p LoopDomBB. Insert the new blocks before block specified in \p Before.
855 {DominatorTree::Insert, PredBB, NewBB},
856 {DominatorTree::Insert, NewBB, BB}});
H A DLoopUnrollAndJam.cpp531 DTUpdates.emplace_back(DominatorTree::UpdateKind::Insert,
533 DTUpdates.emplace_back(DominatorTree::UpdateKind::Insert,
H A DSimplifyLibCalls.cpp2444 B.Insert(New);
2457 B.Insert(New);
2542 B.Insert(New);
2555 B.Insert(New);
2717 B.Insert(New);
2730 B.Insert(New);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp537 /// Insert the missing branch conditions
726 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : local
729 Func, Insert);
817 // Insert extra prefix node (or reuse last one)
820 // Insert extra postfix node (or use exit instead)
H A DLoopSimplifyCFG.cpp378 DTUpdates.push_back({DominatorTree::Insert, Preheader, BB});
H A DTailRecursionElimination.cpp682 DTU.applyUpdates({{DominatorTree::Insert, BB, OldEntry}});
H A DLoopUnswitch.cpp931 /// otherwise branch to FalseDest. Insert the code immediately before OldBranch
940 // Insert a conditional branch on LIC to the two preheaders. The original
958 // Insert the new branch.
973 Updates.push_back({DominatorTree::Insert, OldBranchParent, TrueDest});
975 Updates.push_back({DominatorTree::Insert, OldBranchParent, FalseDest});
H A DIndVarSimplify.cpp458 // Insert new integer induction variable.
1161 Builder.Insert(WideBO);
1253 Builder.Insert(WideBO);
1534 Builder.Insert(WideBO);
2355 /// Insert an IR expression which computes the value held by the IV IndVar
2505 // Insert a new icmp_ne or icmp_eq instruction before the branch.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1250 MachineBasicBlock::iterator Insert = Entry.front(); local
1251 const DebugLoc &DL = Insert->getDebugLoc();
1277 BuildMI(Entry, Insert, DL, get(AMDGPU::S_LOAD_DWORD_IMM), STmp0)
1280 BuildMI(Entry, Insert, DL, get(AMDGPU::S_LOAD_DWORD_IMM), STmp1)
1285 BuildMI(Entry, Insert, DL, get(AMDGPU::S_MUL_I32), STmp1)
1289 BuildMI(Entry, Insert, DL, get(AMDGPU::V_MUL_U32_U24_e32), TIDReg)
1293 BuildMI(Entry, Insert, DL, get(AMDGPU::V_MAD_U32_U24), TIDReg)
1298 getAddNoCarry(Entry, Insert, DL, TIDReg)
1304 BuildMI(Entry, Insert, DL, get(AMDGPU::V_MBCNT_LO_U32_B32_e64),
1309 BuildMI(Entry, Insert, D
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp516 GetASTMap().Insert(&existing_ctxt, this);
570 languages.Insert(lldb::eLanguageTypeC89);
571 languages.Insert(lldb::eLanguageTypeC);
572 languages.Insert(lldb::eLanguageTypeC11);
573 languages.Insert(lldb::eLanguageTypeC_plus_plus);
574 languages.Insert(lldb::eLanguageTypeC99);
575 languages.Insert(lldb::eLanguageTypeObjC);
576 languages.Insert(lldb::eLanguageTypeObjC_plus_plus);
577 languages.Insert(lldb::eLanguageTypeC_plus_plus_03);
578 languages.Insert(lld
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1 //===- InlineSpiller.cpp - Insert spills and restores inline --------------===//
411 // Insert spill without kill flag immediately after def.
871 // Insert any new instructions other than FoldMI into the LIS maps.
931 /// insertSpill - Insert a spill of NewVReg after MI.
1503 // Insert hoisted spills.
1504 for (auto const &Insert : SpillsToIns) {
1505 MachineBasicBlock *BB = Insert.first;
1506 unsigned LiveReg = Insert.second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp154 Builder.Insert(NewShift);
315 Builder.Insert(NewShift);
1241 Builder.Insert(NewAShr);
H A DInstCombineVectorOps.cpp141 // Insert the new instruction into the predecessor basic block.
575 // Insert the new shuffle after the vector operand of the extract is defined
578 // TODO: Insert before the earliest ExtractElementInst that is replaced.
998 // We have 2 values/masks from the insertelements instructions. Insert them
1071 auto isShuffleRootCandidate = [](InsertElementInst &Insert) {
1072 if (!Insert.hasOneUse())
1074 auto *InsertUser = dyn_cast<InsertElementInst>(Insert.user_back());
1524 // Insert into element 0 of an undef vector.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp599 Builder.Insert(CI);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h46 void Insert(lldb::LanguageType language);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp390 getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const { argument
391 return TTIImpl->getScalarizationOverhead(Ty, Insert, Extract);

Completed in 309 milliseconds

12345