/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 264 getVRegDef(unsigned Reg,const MachineInstr * Insert,const MachineRegisterInfo & MRI,const LiveIntervals & LIS) getVRegDef() argument 313 isSafeToMove(const MachineOperand * Def,const MachineOperand * Use,const MachineInstr * Insert,const WebAssemblyFunctionInfo & MFI,const MachineRegisterInfo & MRI) isSafeToMove() argument 522 moveForSingleUse(unsigned Reg,MachineOperand & Op,MachineInstr * Def,MachineBasicBlock & MBB,MachineInstr * Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI) moveForSingleUse() argument 571 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 634 moveAndTeeForMultiUse(unsigned Reg,MachineOperand & Op,MachineInstr * Def,MachineBasicBlock & MBB,MachineInstr * Insert,LiveIntervals & LIS,WebAssemblyFunctionInfo & MFI,MachineRegisterInfo & MRI,const WebAssemblyInstrInfo * TII) moveAndTeeForMultiUse() argument 695 TreeWalkerState(MachineInstr * Insert) TreeWalkerState() argument 773 maybeCommute(MachineInstr * Insert,TreeWalkerState & TreeWalker,const WebAssemblyInstrInfo * TII) maybeCommute() argument 824 MachineInstr *Insert = &*MII; runOnMachineFunction() local [all...] |
H A D | WebAssemblyDebugValueManager.cpp | 253 sink(MachineInstr * Insert) sink() argument 354 cloneSink(MachineInstr * Insert,Register NewReg,bool CloneDef) const cloneSink() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ThreadSafeDenseSet.h | 28 void Insert(_ElementType e) { in Insert() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 263 return CreateBreak(Insert); in handleLoopCondition() local 244 Instruction *Insert; handleLoopCondition() local 256 Instruction *Insert = Cond == BoolTrue ? handleLoopCondition() local
|
H A D | AMDGPUAtomicOptimizer.cpp | 931 Value *const Insert = optimizeAtomic() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
|
/freebsd-src/contrib/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
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 169 MachineInstr *Insert = nullptr; in runOnMachineFunction() local
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeMap.cpp | 27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert() function in TypeMap
|
H A D | TypeList.cpp | 27 void TypeList::Insert(const TypeSP &type_sp) { in Insert() function in TypeList
|
H A D | TypeSystem.cpp | 34 void LanguageSet::Insert(LanguageType language) { bitvector.set(language); } in Insert() function in LanguageSet
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 428 auto Insert = [&](const Node &Node, uint32_t Distance, in nearestMatchesForCodepointName() local 509 const int Insert = Get(I, Row - 1) + 1; in nearestMatchesForCodepointName() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegBankSelect.h | 321 Insert, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 775 createIrreducibleLoop(BlockFrequencyInfoImplBase & BFI,const IrreducibleGraph & G,LoopData * OuterLoop,std::list<LoopData>::iterator Insert,const std::vector<const IrreducibleGraph::IrrNode * > & SCC) createIrreducibleLoop() argument 798 analyzeIrreducible(const IrreducibleGraph & G,LoopData * OuterLoop,std::list<LoopData>::iterator Insert) analyzeIrreducible() argument
|
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MachineFunctionInfo.h | 269 auto Insert = PreallocatedIds.insert({CS, PreallocatedIds.size()}); getPreallocatedIdForCallSite() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 142 getScalarizationOverhead(VectorType * Ty,const APInt & DemandedElts,bool Insert,bool Extract,TTI::TargetCostKind CostKind) getScalarizationOverhead() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 852 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow() local
|