/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 265 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 D | WebAssemblyDebugValueManager.cpp | 253 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 D | ThreadSafeDenseSet.h | 28 void Insert(_ElementType e) { in Insert() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 243 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 D | ThreadSafeDenseMap.h | 25 void Insert(_KeyType k, _ValueType v) { in Insert() function
|
H A D | FileSpecList.h | 211 bool Insert(size_t idx, const FileSpec &file) { in Insert() function
|
H A D | RangeMap.h | 185 void Insert(const Entry &entry, bool combine) { in Insert() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeList.cpp | 27 void TypeList::Insert(const TypeSP &type_sp) { in Insert() function in TypeList
|
H A D | TypeMap.cpp | 27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert() function in TypeMap
|
H A D | TypeSystem.cpp | 34 void LanguageSet::Insert(LanguageType language) { bitvector.set(language); } in Insert() function in LanguageSet
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | UniqueDWARFASTType.h | 84 void Insert(ConstString name, const UniqueDWARFASTType &entry) { in Insert() function
|
H A D | NameToDIE.cpp | 29 void NameToDIE::Insert(ConstString name, const DIERef &die_ref) { Insert() function in NameToDIE
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_memory_profile.cpp | 84 void Insert(u32 id, uptr size) { in Insert() function in __asan::HeapProfile
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 167 MachineInstr *Insert = nullptr; runOnMachineFunction() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelperVectorOps.cpp | 125 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 D | ASTDiff.h | 32 Insert, // (Src, Dst, Pos): insert Src as child of Dst at offset Pos. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 431 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 D | RegBankSelect.h | 321 Insert, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 760 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 D | FuzzerTracePC.h | 37 void Insert(size_t Idx, const T &Arg1, const T &Arg2) { in Insert() function
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 97 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert() function in PathMappingList
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1672 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 D | StructurizeCFG.cpp | 852 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 770 bool Insert, bool Extract, in getScalarizationOverhead() 798 InstructionCost getScalarizationOverhead(VectorType *InTy, bool Insert, in getScalarizationOverhead()
|