/llvm-project/bolt/include/bolt/Passes/ |
H A D | DataflowInfoManager.h | 30 const RegAnalysis *RA; variable 55 : RA(RA), FA(FA), BC(BF.getBinaryContext()), BF(BF), in RA() argument
|
H A D | RegReAssign.h | 29 std::unique_ptr<RegAnalysis> RA; variable
|
H A D | LivenessAnalysis.h | 33 LivenessAnalysis(const RegAnalysis &RA, BinaryFunction &BF, in LivenessAnalysis()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPriorityAdvisor.cpp | 58 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument 105 RegAllocPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes) RegAllocPriorityAdvisor() argument [all...] |
H A D | MLRegAllocPriorityAdvisor.cpp | 142 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() argument 179 DevelopmentModePriorityAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DevelopmentModePriorityAdvisor() argument 261 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() argument 287 MLPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner) MLPriorityAdvisor() argument [all...] |
H A D | RegAllocEvictionAdvisor.h | 138 const RAGreedy &RA; variable 206 DefaultEvictionAdvisor(const MachineFunction &MF, const RAGreedy &RA) in DefaultEvictionAdvisor()
|
H A D | RegAllocEvictionAdvisor.cpp | 81 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() argument 127 const RAGreedy &RA) in RegAllocEvictionAdvisor() argument [all...] |
H A D | TargetSubtargetInfo.cpp | 21 const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, in TargetSubtargetInfo() argument
|
H A D | RegAllocPriorityAdvisor.h | 51 DefaultPriorityAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DefaultPriorityAdvisor() argument
|
H A D | RDFGraph.cpp | 789 RA.Addr->setReachingDef(0); in cloneNode() local 111 printRefHeader(raw_ostream & OS,const Ref RA,const DataFlowGraph & G) printRefHeader() argument 1203 locateNextRef(Instr IA,Ref RA,Predicate P) const locateNextRef() argument 1225 getNextShadow(Instr IA,Ref RA,bool Create) getNextShadow() argument 1399 for (Ref RA : IA.Addr->members_if(IsDef, *this)) { recordDefsForDF() local 1486 for (Ref RA : Refs) { removeUnusedPhis() local 1557 for (Ref RA : SA.Addr->members_if(P, *this)) { linkStmtRefs() local 1586 __anon6df782350e02(Ref RA) linkBlockRefs() argument 1589 __anon6df782350f02(Ref RA) linkBlockRefs() argument 1640 Ref RA = IA.Addr->getFirstMember(*this); linkBlockRefs() local 1714 auto RA = addr<RefNode *>(N); unlinkDefDF() local [all...] |
H A D | MLRegAllocEvictAdvisor.cpp | 432 MF, RA, Runner.get(), in DevelopmentModeEvictAdvisor() argument 397 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument 541 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument 570 MLEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops) MLEvictAdvisor() argument [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | FrameOptimizer.cpp | 56 void FrameOptimizerPass::removeUnnecessaryLoads(const RegAnalysis &RA, in removeUnnecessaryLoads() 229 std::unique_ptr<RegAnalysis> RA; in runOnFunctions() local 309 Error FrameOptimizerPass::performShrinkWrapping(const RegAnalysis &RA, in performShrinkWrapping()
|
H A D | StokeInfo.cpp | 94 RegAnalysis &RA, StokeFuncInfo &FuncInfo) { in checkFunction() 165 RegAnalysis RA(BC, &BC.getBinaryFunctions(), &CG); in runOnFunctions() local
|
H A D | StackAvailableExpressions.cpp | 23 StackAvailableExpressions::StackAvailableExpressions(const RegAnalysis &RA, in StackAvailableExpressions()
|
H A D | JTFootprintReduction.cpp | 253 std::unique_ptr<RegAnalysis> RA; in runOnFunctions() local
|
H A D | ValidateInternalCalls.cpp | 213 RegAnalysis RA = RegAnalysis(BC, nullptr, nullptr); in analyzeFunction() local
|
/llvm-project/clang/test/Sema/ |
H A D | builtin-returnaddress.c | 22 template<int N> void *RA() in RA() function
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 105 const MachineOperand &RA = SecondMI.getOperand(1); in checkOpConstraints() local 205 const MachineOperand &RA = FirstMI.getOperand(1); in checkOpConstraints() local 216 const MachineOperand &RA = FirstMI.getOperand(1); in checkOpConstraints() local
|
H A D | PPCExpandAtomicPseudoInsts.cpp | 155 Register RA = MI.getOperand(2).getReg(); expandAtomicRMW128() local 231 Register RA = MI.getOperand(2).getReg(); expandAtomicCmpSwap128() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 136 auto RA = DFG.addr<RefNode*>(N); in collect() local 146 auto RA = DFG.addr<RefNode*>(N); in collect() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | devirtualize-virtual-function-calls-final.cpp | 192 struct RA { struct 193 virtual A *f() { in f() 196 virtual A *operator-() { in operator -()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 660 markValue(const RetOrArg & RA,Liveness L,const UseVector & MaybeLiveUses) markValue() argument 700 markLive(const RetOrArg & RA) markLive() argument 711 isLive(const RetOrArg & RA) isLive() argument 717 propagateLiveness(const RetOrArg & RA) propagateLiveness() argument [all...] |
/llvm-project/offload/include/OpenMP/OMPT/ |
H A D | Interface.h | 268 ReturnAddressSetterRAII(void * RA) ReturnAddressSetterRAII() argument
|
/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 714 for (const GCCRegAlias &RA : getGCCRegAliases()) getNormalizedGCCRegisterName() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 231 MCSubtargetInfo(const Triple & TT,StringRef C,StringRef TC,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) MCSubtargetInfo() argument
|