Home
last modified time | relevance | path

Searched defs:RA (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPriorityAdvisor.cpp58 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor()
105 const RAGreedy &RA, in RegAllocPriorityAdvisor()
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp142 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor()
179 DevelopmentModePriorityAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DevelopmentModePriorityAdvisor()
261 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor()
288 const RAGreedy &RA, in MLPriorityAdvisor()
H A DRegAllocEvictionAdvisor.h138 const RAGreedy &RA; variable
206 DefaultEvictionAdvisor(const MachineFunction &MF, const RAGreedy &RA) in DefaultEvictionAdvisor()
H A DRegAllocEvictionAdvisor.cpp81 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor()
127 const RAGreedy &RA) in RegAllocEvictionAdvisor()
H A DRDFGraph.cpp111 static void printRefHeader(raw_ostream &OS, const Ref RA, in printRefHeader()
789 Ref RA = NA; in cloneNode() local
1203 std::pair<Ref, Ref> DataFlowGraph::locateNextRef(Instr IA, Ref RA, in locateNextRef()
1225 Ref DataFlowGraph::getNextShadow(Instr IA, Ref RA, bool Create) { in getNextShadow()
1399 for (Ref RA : IA.Addr->members_if(IsDef, *this)) { in recordDefsForDF() local
1486 for (Ref RA : Refs) { in removeUnusedPhis() local
1557 for (Ref RA : SA.Addr->members_if(P, *this)) { in linkStmtRefs() local
1586 auto IsClobber = [](Ref RA) -> bool { in linkBlockRefs()
1589 auto IsNoClobber = [](Ref RA) -> bool { in linkBlockRefs()
1640 Ref RA = IA.Addr->getFirstMember(*this); in linkBlockRefs() local
[all …]
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo() argument
H A DRegAllocPriorityAdvisor.h51 DefaultPriorityAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DefaultPriorityAdvisor()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp397 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor()
433 DevelopmentModeEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DevelopmentModeEvictAdvisor()
542 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor()
572 MLEvictAdvisor::MLEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA, in MLEvictAdvisor()
H A DRDFRegisters.cpp107 alias(RegisterRef RA,RegisterRef RB) const alias() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp105 const MachineOperand &RA = SecondMI.getOperand(1); in checkOpConstraints() local
205 const MachineOperand &RA = FirstMI.getOperand(1); in checkOpConstraints() local
216 const MachineOperand &RA in checkOpConstraints() local
[all...]
H A DPPCExpandAtomicPseudoInsts.cpp155 Register RA = MI.getOperand(2).getReg(); in expandAtomicRMW128() local
231 Register RA = MI.getOperand(2).getReg(); in expandAtomicCmpSwap128() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp136 auto RA = DFG.addr<RefNode*>(N); in collect() local
146 auto RA = DFG.addr<RefNode*>(N); in collect() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp660 void DeadArgumentEliminationPass::markValue(const RetOrArg &RA, Liveness L, in markValue()
700 void DeadArgumentEliminationPass::markLive(const RetOrArg &RA) { in markLive()
711 bool DeadArgumentEliminationPass::isLive(const RetOrArg &RA) { in isLive()
717 void DeadArgumentEliminationPass::propagateLiveness(const RetOrArg &RA) { in propagateLiveness()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp714 for (const GCCRegAlias &RA : getGCCRegAliases()) in getNormalizedGCCRegisterName() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp231 const MCReadAdvanceEntry *RA, in MCSubtargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp236 SystemZRegisterInfo::SystemZRegisterInfo(unsigned int RA) in SystemZRegisterInfo() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp128 Attribute RA = *RI; in cmpAttrs() local
377 const ConstantArray *RA = cast<ConstantArray>(R); in cmpConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp159 unsigned RA = isPPC64 ? PPC::LR8 : PPC::LR; in createPPCMCRegisterInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp862 unsigned RA = Subtarget.isGP64bit() ? Mips::RA_64 : Mips::RA; in expandEhReturn() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c549 #define RA(i) (base+GETARG_A(i)) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h273 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, in InitMCRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp422 unsigned RA = (TT.getArch() == Triple::x86_64) in createX86MCRegisterInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp469 int64_t RA = Addend; resolveRISCV() local
[all...]

12