Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp265 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef()
314 const MachineInstr *Insert, in isSafeToMove()
525 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse()
574 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in rematerializeCheapDef()
637 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in moveAndTeeForMultiUse()
698 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState()
776 void maybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in maybeCommute()
827 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/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp243 Instruction *Insert; in handleLoopCondition() local
255 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
262 Instruction *Insert = L->getHeader()->getFirstNonPHIOrDbgOrLifetime(); in handleLoopCondition() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DThreadSafeDenseMap.h25 void Insert(_KeyType k, _ValueType v) { in Insert() function
H A DFileSpecList.h211 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/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/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/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/
H A DLiveRangeShrink.cpp167 MachineInstr *Insert = nullptr; runOnMachineFunction() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp125 GInsertVectorElement *Insert = in matchExtractVectorElementWithDifferentIndices() local
384 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/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.cpp97 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert() function in PathMappingList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1672 if (auto *Insert = dyn_cast<InsertElementInst>(&Inst)) in createShadowValueWithOperandsAvailable() local
1942 if (InsertValueInst *Insert = dyn_cast<InsertValueInst>(&Inst)) { in propagateShadowValues() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp852 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h770 bool Insert, bool Extract, in getScalarizationOverhead()
798 InstructionCost getScalarizationOverhead(VectorType *InTy, bool Insert, in getScalarizationOverhead()

123