Home
last modified time | relevance | path

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

123

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp265 getVRegDef(unsigned Reg,const MachineInstr * Insert,const MachineRegisterInfo & MRI,const LiveIntervals & LIS) getVRegDef() argument
314 isSafeToMove(const MachineOperand * Def,const MachineOperand * Use,const MachineInstr * Insert,const WebAssemblyFunctionInfo & MFI,const MachineRegisterInfo & MRI) isSafeToMove() argument
525 moveForSingleUse(unsigned Reg,MachineOperand & Op,MachineInstr * Def,MachineBasicBlock & MBB,MachineInstr * Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI) moveForSingleUse() argument
574 rematerializeCheapDef(unsigned Reg,MachineOperand & Op,MachineInstr & Def,MachineBasicBlock & MBB,MachineBasicBlock::instr_iterator Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI,const WebAssemblyInstrInfo * TII,const WebAssemblyRegisterInfo * TRI) rematerializeCheapDef() argument
637 moveAndTeeForMultiUse(unsigned Reg,MachineOperand & Op,MachineInstr * Def,MachineBasicBlock & MBB,MachineInstr * Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI,const WebAssemblyInstrInfo * TII) moveAndTeeForMultiUse() argument
698 TreeWalkerState(MachineInstr * Insert) TreeWalkerState() argument
776 maybeCommute(MachineInstr * Insert,TreeWalkerState & TreeWalker,const WebAssemblyInstrInfo * TII) maybeCommute() argument
827 MachineInstr *Insert = &*MII; runOnMachineFunction() local
[all...]
H A DWebAssemblyDebugValueManager.cpp253 void WebAssemblyDebugValueManager::sink(MachineInstr *Insert) { in sink()
354 void WebAssemblyDebugValueManager::cloneSink(MachineInstr *Insert, in cloneSink()
/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h28 void Insert(_ElementType e) { in Insert() function
/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) { Insert() function
/llvm-project/llvm/unittests/CodeGenData/
H A DOutlinedHashTreeTest.cpp
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp243 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
255 Instruction *Insert = Cond == BoolTrue ? handleLoopCondition() local
262 Instruction *Insert = L->getHeader()->getFirstNonPHIOrDbgOrLifetime(); handleLoopCondition() local
[all...]
/llvm-project/llvm/unittests/Demangle/
H A DOutputBufferTest.cpp45 TEST(OutputBufferTest, Insert) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/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
/llvm-project/clang/tools/libclang/
H A DRewrite.cpp28 const char *Insert) { in clang_CXRewriter_insertTextBefore()
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCompareElementsTest.cpp180 auto Insert = [&](bool Insert, auto *Parent, auto *Child) { in addElements() local
/llvm-project/llvm/unittests/IR/
H A DCFGBuilder.h64 enum class ActionKind { Insert, Delete }; enumerator
H A DCFGBuilder.cpp187 const auto Insert = CFGBuilder::ActionKind::Insert; in TEST() local
251 const auto Insert = CFGBuilder::ActionKind::Insert; in TEST() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h79 void Insert(ConstString name, const UniqueDWARFASTType &entry) { Insert() function
H A DNameToDIE.cpp30 void NameToDIE::Insert(ConstString name, const DIERef &die_ref) { in Insert() function in NameToDIE
/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp84 void Insert(u32 id, uptr size) { in Insert() function in __asan::HeapProfile
/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
/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp169 MachineInstr *Insert = nullptr; runOnMachineFunction() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp125 GInsertVectorElement *Insert = in matchExtractVectorElementWithDifferentIndices() local
384 GInsertVectorElement *Insert = cast<GInsertVectorElement>(&MI); matchInsertVectorElementOOB() local
/llvm-project/llvm/unittests/ADT/
H A DSmallSetTest.cpp20 TEST(SmallSetTest,Insert) TEST() argument
/llvm-project/bolt/lib/Core/
H A DDynoStats.cpp203 bool Insert = true; in getDynoStats() local
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/
H A Dcontainer.h18 enum class InserterChoice { Invalid, Insert, PushBack }; global() enumerator
/llvm-project/libc/fuzzing/__support/
H A Dhashtable_fuzz.cpp73 enum class Tag { Find, Insert, CrossCheck } tag; global() enumerator

123