/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | UseRangesCheck.h | 28 struct Indexes { struct 35 using Signature = SmallVector<Indexes, 2>; argument
|
H A D | UseRangesCheck.cpp | 57 hash_value(const UseRangesCheck::Indexes & Indexes) hash_value() argument 86 makeMatcherPair(StringRef State,const UseRangesCheck::Indexes & Indexes,ArrayRef<StringRef> BeginFreeNames,ArrayRef<StringRef> EndFreeNames,const std::optional<UseRangesCheck::ReverseIteratorDescriptor> & ReverseDescriptor) makeMatcherPair() argument 177 removeFunctionArgs(DiagnosticBuilder & Diag,const CallExpr & Call,ArrayRef<unsigned> Indexes,const ASTContext & Ctx) removeFunctionArgs() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 32 createDeadDef(SlotIndexes & Indexes,VNInfo::Allocator & Alloc,LiveRange & LR,const MachineOperand & MO) createDeadDef() argument 44 SlotIndexes *Indexes = getIndexes(); calculate() local 125 SlotIndexes *Indexes = getIndexes(); createDeadDefs() local 138 SlotIndexes *Indexes = getIndexes(); extendToUses() local [all...] |
H A D | RegAllocPriorityAdvisor.h | 44 SlotIndexes *const Indexes; variable 52 SlotIndexes *const Indexes) in DefaultPriorityAdvisor() argument
|
H A D | RegAllocPriorityAdvisor.cpp | 106 RegAllocPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes) RegAllocPriorityAdvisor() argument
|
H A D | MLRegAllocPriorityAdvisor.cpp | 180 SlotIndexes *const Indexes, in DevelopmentModePriorityAdvisor() argument 288 MLPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner) MLPriorityAdvisor() argument
|
H A D | MachineBasicBlock.cpp | 343 print(raw_ostream & OS,const SlotIndexes * Indexes,bool IsStandalone) const print() argument 359 print(raw_ostream & OS,ModuleSlotTracker & MST,const SlotIndexes * Indexes,bool IsStandalone) const print() argument 1111 SlotIndexes *Indexes; global() member in SlotIndexUpdateDelegate 1115 SlotIndexUpdateDelegate(MachineFunction & MF,SlotIndexes * Indexes) SlotIndexUpdateDelegate() argument 1165 SlotIndexes *Indexes = P.getAnalysisIfAvailable<SlotIndexes>(); SplitCriticalEdge() local [all...] |
H A D | InterferenceCache.h | 60 SlotIndexes *Indexes = nullptr; variable
|
H A D | SplitKit.cpp | 633 Def = Indexes.insertMachineInstrInMaps(*ImplicitDef, Late).getRegSlot(); in defFromParent() local 537 SlotIndexes &Indexes = *LIS.getSlotIndexes(); buildSingleSubRegCopy() local 551 SlotIndexes &Indexes = *LIS.getSlotIndexes(); buildCopy() local 1483 const SlotIndexes &Indexes = *LIS.getSlotIndexes(); forceRecomputeVNI() local [all...] |
H A D | LiveRangeCalc.cpp | 439 isJointlyDominated(const MachineBasicBlock * MBB,ArrayRef<SlotIndex> Defs,const SlotIndexes & Indexes) isJointlyDominated() argument [all...] |
H A D | StackSlotColoring.cpp | 68 SlotIndexes *Indexes = nullptr; global() member in __anon464783bc0111::StackSlotColoring
|
H A D | RenameIndependentSubregs.cpp | 304 const SlotIndexes &Indexes = *LIS->getSlotIndexes(); in computeMainRangesFixFlags() local
|
H A D | VirtRegMap.cpp | 188 SlotIndexes *Indexes = nullptr; global() member in __anon6666cb880111::VirtRegRewriter [all...] |
H A D | LiveInterval.cpp | 874 const SlotIndexes &Indexes, in stripValuesNotDefiningMask() argument 922 const SlotIndexes &Indexes, const TargetRegisterInfo &TRI, in refineSubRanges() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 75 LexicalIndexes Indexes; getAllLexicalIndexes() local 124 LexicalIndexes Indexes = getAllLexicalIndexes(Name); getInnerComponent() local 144 LexicalIndexes Indexes = getAllLexicalIndexes(Name); getAllLexicalComponents() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTfrCleanup.cpp | 191 rewriteIfImm(MachineInstr * MI,ImmediateMap & IMap,SlotIndexes * Indexes) rewriteIfImm() argument 242 eraseIfRedundant(MachineInstr * MI,SlotIndexes * Indexes) eraseIfRedundant() argument 285 SlotIndexes *Indexes = this->getAnalysisIfAvailable<SlotIndexes>(); runOnMachineFunction() local [all...] |
H A D | HexagonRegisterInfo.cpp | 372 const SlotIndexes &Indexes = *LIS.getSlotIndexes(); shouldCoalesce() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 40 SlotIndexes *Indexes = nullptr; global() member in __anonb9093ebe0111::SILowerSGPRSpills 87 insertCSRSaves(MachineBasicBlock & SaveBlock,ArrayRef<CalleeSavedInfo> CSI,SlotIndexes * Indexes,LiveIntervals * LIS) insertCSRSaves() argument 131 insertCSRRestores(MachineBasicBlock & RestoreBlock,MutableArrayRef<CalleeSavedInfo> CSI,SlotIndexes * Indexes,LiveIntervals * LIS) insertCSRRestores() argument [all...] |
H A D | SILowerWWMCopies.cpp | 55 SlotIndexes *Indexes; global() member in __anon143300290111::SILowerWWMCopies
|
H A D | GCNRegPressure.h | 281 std::vector<SlotIndex> Indexes; getLiveRegMap() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 48 SlotIndexes *Indexes = nullptr; variable
|
H A D | LiveIntervals.h | 58 SlotIndexes *Indexes = nullptr; global() variable [all...] |
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-bind.cpp | 289 unwrap_and_forward(F& f, int_tuple<Indexes...>, const tuple<Args&...>& args) { in unwrap_and_forward() 297 typedef typename make_indexes<Args...>::type Indexes; in mu() typedef 322 int_tuple<Indexes...>, in apply_functor()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 2088 Indexes[ in simplifyX86vpermv() local 1996 int Indexes[64]; simplifyX86pshufb() local 2042 int Indexes[16]; simplifyX86vpermilvar() local 2123 int Indexes[64]; simplifyX86vpermv3() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 271 std::vector<uint8_t> Indexes; computeCFGHash() local
|