Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPriorityAdvisor.cpp58 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() argument
105 const RAGreedy &RA, in RegAllocPriorityAdvisor() argument
[all...]
H A DMLRegAllocPriorityAdvisor.cpp141 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument
178 DevelopmentModePriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner,Logger * Log) DevelopmentModePriorityAdvisor() argument
260 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument
286 MLPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner) MLPriorityAdvisor() argument
[all...]
H A DRegAllocEvictionAdvisor.h138 const RAGreedy &RA; variable
206 DefaultEvictionAdvisor(const MachineFunction &MF, const RAGreedy &RA) in DefaultEvictionAdvisor()
H A DRegAllocEvictionAdvisor.cpp80 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument
126 RegAllocEvictionAdvisor(const MachineFunction & MF,const RAGreedy & RA) RegAllocEvictionAdvisor() argument
[all...]
H A DRDFGraph.cpp111 static void printRefHeader(raw_ostream &OS, const Ref RA, in printRefHeader() argument
789 Ref RA = NA; in cloneNode() local
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 __anonf27405d40e02(Ref RA) linkBlockRefs() argument
1589 __anonf27405d40f02(Ref RA) linkBlockRefs() argument
1640 Ref RA = IA.Addr->getFirstMember(*this); linkBlockRefs() local
1714 auto RA = addr<RefNode *>(N); unlinkDefDF() local
[all...]
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
H A DRegAllocPriorityAdvisor.h51 DefaultPriorityAdvisor(const MachineFunction &MF, const RAGreedy &RA, in DefaultPriorityAdvisor()
H A DMLRegAllocEvictAdvisor.cpp396 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument
431 DevelopmentModeEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops,Logger * Log) DevelopmentModeEvictAdvisor() argument
540 getAdvisor(const MachineFunction & MF,const RAGreedy & RA) getAdvisor() argument
569 MLEvictAdvisor(const MachineFunction & MF,const RAGreedy & RA,MLModelRunner * Runner,const MachineBlockFrequencyInfo & MBFI,const MachineLoopInfo & Loops) MLEvictAdvisor() argument
[all...]
H A DRDFRegisters.cpp100 bool PhysicalRegisterInfo::alias(RegisterRef RA, RegisterRef RB) const { in alias()
/freebsd-src/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 = FirstMI.getOperand(1); in checkOpConstraints() local
H A DPPCExpandAtomicPseudoInsts.cpp155 Register RA = MI.getOperand(2).getReg(); in expandAtomicRMW128() local
234 Register RA = MI.getOperand(2).getReg(); expandAtomicCmpSwap128() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp662 markValue(const RetOrArg & RA,Liveness L,const UseVector & MaybeLiveUses) markValue() argument
702 markLive(const RetOrArg & RA) markLive() argument
713 isLive(const RetOrArg & RA) isLive() argument
719 propagateLiveness(const RetOrArg & RA) propagateLiveness() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp703 for (const GCCRegAlias &RA : getGCCRegAliases()) getNormalizedGCCRegisterName() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp231 const MCReadAdvanceEntry *RA, in MCSubtargetInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp236 SystemZRegisterInfo::SystemZRegisterInfo(unsigned int RA) in SystemZRegisterInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp128 Attribute RA = *RI; in cmpAttrs() local
365 const ConstantArray *RA = cast<ConstantArray>(R); cmpConstants() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp159 unsigned RA = isPPC64 ? PPC::LR8 : PPC::LR; in createPPCMCRegisterInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp862 unsigned RA = Subtarget.isGP64bit() ? Mips::RA_64 : Mips::RA; in expandEhReturn() local
H A DMipsSEFrameLowering.cpp868 unsigned RA = ABI.IsN64() ? Mips::RA_64 : Mips::RA; determineCalleeSaves() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h271 InitMCRegisterInfo(const MCRegisterDesc * D,unsigned NR,unsigned RA,unsigned PC,const MCRegisterClass * C,unsigned NC,const MCPhysReg (* RURoots)[2],unsigned NRU,const int16_t * DL,const LaneBitmask * RUMS,const char * Strings,const char * ClassStrings,const uint16_t * SubIndices,unsigned NumIndices,const SubRegCoveredBits * SubIdxRanges,const uint16_t * RET) InitMCRegisterInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp422 unsigned RA = (TT.getArch() == Triple::x86_64) in createX86MCRegisterInfo() local
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlvm.c549 #define RA(i) (base+GETARG_A(i)) macro
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp468 int64_t RA = Addend; in resolveRISCV() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1511 reportRegion(bitAttr_t RA,unsigned StartBit,unsigned BitIndex,bool AllowMixed) reportRegion() argument
1633 bitAttr_t RA = ATTR_NONE; filterProcessor() local
[all...]

12