Searched defs:DenseMap (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp88 IsValidCloning(const MachineFunction &MF, const DenseMap<unsigned, MachineBasicBlock *> &BBIDToBlock, const SmallVector<unsigned> &ClonePath) argument
H A DBasicBlockSections.cpp182 assignSections(MachineFunction &MF, const DenseMap<UniqueBBID, BBClusterInfo> &FuncClusterInfo) argument
H A DMIRPrinter.cpp150 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, const DenseMap<const uint32_t *, unsigned> &RegisterMaskIds, const DenseMap<int, FrameIndexOperand> &StackObjectOperandMapping) argument
H A DMachineLICM.cpp710 ExitScopeIfDone(MachineDomTreeNode *Node, DenseMap<MachineDomTreeNode*, unsigned> &OpenChildren, const DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap) argument
1144 CanCauseHighRegPressure(const DenseMap<unsigned, int>& Cost, bool CheapInstr) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h568 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>, class in namespace:__sanitizer
584 explicit DenseMap(unsigned InitialReserve) { init(InitialReserve); } function in class:__sanitizer::DenseMap
587 DenseMap(const DenseMap &other) : BaseT() { function in class:__sanitizer::DenseMap
592 DenseMap(DenseMap &&other) : BaseT() { function in class:__sanitizer::DenseMap
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp123 void substitutePV(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PVs) argument
221 isBundlableWithCurrentPMI(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument
H A DR600InstrInfo.cpp317 ExtractSrcs(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, unsigned &ConstCount) const argument
H A DAMDGPUIGroupLP.cpp884 applyIGLPStrategy( DenseMap<int, SUnitsToCandidateSGsMap> &SyncedInstrs, DenseMap<int, SmallVector<SchedGroup, 4>> &SyncedSchedGroups, bool IsReentry) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp186 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, const DenseMap<uint32_t, SmallVector<StackTrieNode *, 4>> &StackRootsByThreadId) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h741 class DenseMap : public DenseMapBase<DenseMap<KeyT, ValueT, KeyInfoT, BucketT>, class in namespace:llvm
757 explicit DenseMap(unsigned InitialReserve = 0) { init(InitialReserve); } function in class:llvm::DenseMap
759 DenseMap(const DenseMap &other) : BaseT() { function in class:llvm::DenseMap
764 DenseMap(DenseMap &&other) : BaseT() { function in class:llvm::DenseMap
770 DenseMap(const InputIt &I, const InputIt &E) { function in class:llvm::DenseMap
775 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { function in class:llvm::DenseMap
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp413 std::pair<size_t, int> pickWinner(const DenseMap<size_t, int> &Candidates, argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp558 emitEntry( const DWARF5AccelTableData &Entry, const DenseMap<OffsetAndUnitID, MCSymbol *> &DIEOffsetToAccelEntryLabel, DenseSet<MCSymbol *> &EmittedAccelEntrySymbols) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp346 loadVarInloc(MachineBasicBlock &MBB, DbgOpIDMap &DbgOpStore, const DenseMap<ValueIDNum, LocationAndQuality> &ValueToLoc, DebugVariable Var, DbgValue Value) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp586 DecodeSystemWideTraceForThread( DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, const DenseMap<lldb::cpu_id_t, llvm::ArrayRef<uint8_t>> &buffers, const std::vector<IntelPTThreadContinousExecution> &executions) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp197 SampleContextTracker( SampleProfileMap &Profiles, const DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp432 static const T *findInfo(const DenseMap<uint64_t, SmallVector<T, 0>> &SecMap, argument
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1367 ThinBackendProc( const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, lto::IndexWriteCallback OnWrite, bool ShouldEmitImportsFiles) argument
1424 InProcessThinBackend( const Config &Conf, ModuleSummaryIndex &CombinedIndex, ThreadPoolStrategy ThinLTOParallelism, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache, lto::IndexWriteCallback OnWrite, bool ShouldEmitIndexFiles, bool ShouldEmitImportsFiles) argument
[all...]
H A DThinLTOCodeGenerator.cpp653 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> argument
511 resolvePrevailingInIndex( ModuleSummaryIndex &Index, StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> &ResolvedODR, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) argument
639 IsExported( const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) argument
[all...]
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp343 maybeAssociateSEHForMingw( COFFSymbolRef sym, const coff_aux_section_definition *def, const DenseMap<StringRef, uint32_t> &prevailingSectionMap) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp699 parseBasicBlockDefinition( DenseMap<unsigned, MachineBasicBlock *> &MBBSlots) argument
813 parseBasicBlockDefinitions( DenseMap<unsigned, MachineBasicBlock *> &MBBSlots) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h232 fromMapKeys(const DenseMap<SymbolStringPtr, KeyT> &M, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1064 collectConstStrideAccesses( MapVector<Instruction *, StrideDescriptor> &AccessStrideInfo, const DenseMap<Value*, const SCEV*> &Strides) argument

Completed in 484 milliseconds