/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 265 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 D | WebAssemblyDebugValueManager.cpp | 253 void WebAssemblyDebugValueManager::sink(MachineInstr *Insert) { in sink() 354 void WebAssemblyDebugValueManager::cloneSink(MachineInstr *Insert, in cloneSink()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ThreadSafeDenseSet.h | 28 void Insert(_ElementType e) { in Insert() function
|
/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) { Insert() function
|
/llvm-project/llvm/unittests/CodeGenData/ |
H A D | OutlinedHashTreeTest.cpp |
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 243 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 D | OutputBufferTest.cpp | 45 TEST(OutputBufferTest, Insert) { in TEST() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
|
/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
|
/llvm-project/clang/tools/libclang/ |
H A D | Rewrite.cpp | 28 const char *Insert) { in clang_CXRewriter_insertTextBefore()
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | CompareElementsTest.cpp | 180 auto Insert = [&](bool Insert, auto *Parent, auto *Child) { in addElements() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | CFGBuilder.h | 64 enum class ActionKind { Insert, Delete }; enumerator
|
H A D | CFGBuilder.cpp | 187 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 D | UniqueDWARFASTType.h | 79 void Insert(ConstString name, const UniqueDWARFASTType &entry) { Insert() function
|
H A D | NameToDIE.cpp | 30 void NameToDIE::Insert(ConstString name, const DIERef &die_ref) { in Insert() function in NameToDIE
|
/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
|
/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
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 169 MachineInstr *Insert = nullptr; runOnMachineFunction() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelperVectorOps.cpp | 125 GInsertVectorElement *Insert = in matchExtractVectorElementWithDifferentIndices() local 384 GInsertVectorElement *Insert = cast<GInsertVectorElement>(&MI); matchInsertVectorElementOOB() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SmallSetTest.cpp | 20 TEST(SmallSetTest,Insert) TEST() argument
|
/llvm-project/bolt/lib/Core/ |
H A D | DynoStats.cpp | 203 bool Insert = true; in getDynoStats() local
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/ |
H A D | container.h | 18 enum class InserterChoice { Invalid, Insert, PushBack }; global() enumerator
|
/llvm-project/libc/fuzzing/__support/ |
H A D | hashtable_fuzz.cpp | 73 enum class Tag { Find, Insert, CrossCheck } tag; global() enumerator
|