Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp268 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef()
334 const MachineInstr *Insert, in isSafeToMove()
551 MachineInstr *Insert, LiveIntervals *LIS, in moveForSingleUse()
602 MachineBasicBlock::instr_iterator Insert, in rematerializeCheapDef()
666 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
727 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
805 void maybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in maybeCommute()
859 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
H A DWebAssemblyDebugValueManager.cpp253 void WebAssemblyDebugValueManager::sink(MachineInstr *Insert) { in sink()
354 void WebAssemblyDebugValueManager::cloneSink(MachineInstr *Insert, in cloneSink()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h28 void Insert(_ElementType e) { in Insert() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DThreadSafeDenseMap.h25 void Insert(_KeyType k, _ValueType v) { in Insert() function
H A DFileSpecList.h217 bool Insert(size_t idx, const FileSpec &file) { in Insert() function
H A DRangeMap.h185 void Insert(const Entry &entry, bool combine) { in Insert() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp226 Instruction *Insert; in handleLoopCondition() local
243 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
250 Instruction *Insert = &*L->getHeader()->getFirstNonPHIOrDbgOrLifetime(); in handleLoopCondition() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp27 void TypeList::Insert(const TypeSP &type_sp) { in Insert() function in TypeList
H A DTypeMap.cpp27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert() function in TypeMap
H A DTypeSystem.cpp34 void LanguageSet::Insert(LanguageType language) { bitvector.set(language); } in Insert() function in LanguageSet
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h84 void Insert(ConstString name, const UniqueDWARFASTType &entry) { in Insert() function
H A DNameToDIE.cpp29 void NameToDIE::Insert(ConstString name, const DIERef &die_ref) { Insert() function in NameToDIE
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp84 void Insert(u32 id, uptr size) { in Insert() function in __asan::HeapProfile
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp125 GInsertVectorElement *Insert = in matchExtractVectorElementWithDifferentIndices() local
344 GInsertVectorElement *Insert = cast<GInsertVectorElement>(&MI); in matchInsertVectorElementOOB() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h32 Insert, // (Src, Dst, Pos): insert Src as child of Dst at offset Pos. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp186 MachineInstr *Insert = nullptr; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DRootAutoDetectorTest.cpp76 TEST(PerThreadCallsiteTrieTest, Insert) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp431 auto Insert = [&](const Node &Node, uint32_t Distance, nearestMatchesForCodepointName() local
512 const int Insert = Get(I, Row - 1) + 1; nearestMatchesForCodepointName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h321 Insert, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp760 LoopData *OuterLoop, std::list<LoopData>::iterator Insert, in createIrreducibleLoop()
783 std::list<LoopData>::iterator Insert) { in analyzeIrreducible()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp121 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert() function in PathMappingList
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp324 if (auto *Insert = dyn_cast<InsertElementInst>(&I)) { in downcastI64toI32InsertExtractElements() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1729 if (auto *Insert = dyn_cast<InsertElementInst>(&Inst)) in createShadowValueWithOperandsAvailable() local
1999 if (InsertValueInst *Insert = dyn_cast<InsertValueInst>(&Inst)) { in propagateShadowValues() local

123