Home
last modified time | relevance | path

Searched defs:RA (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp17 TargetSubtargetInfo( const Triple &TT, StringRef CPU, 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) TargetSubtargetInfo() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp135 auto RA = DFG.addr<RefNode*>(N); in collect() local
145 auto RA = DFG.addr<RefNode*>(N); in collect() local
[all...]
H A DRDFCopy.cpp90 NodeAddr<RefNode*> RA = L.getNearestAliasedRef(RefRR, IA); in getLocalReachingDef() local
H A DRDFRegisters.cpp131 bool PhysicalRegisterInfo::aliasRR(RegisterRef RA, RegisterRef RB) const { in aliasRR() argument
H A DHexagonEarlyIfConv.cpp472 const MachineOperand &RA = MI.getOperand(1); in computePhiCost() local
H A DRDFGraph.cpp108 static void printRefHeader(raw_ostream &OS, const NodeAddr<RefNode*> RA, in printRefHeader() argument
792 NodeAddr<RefNode*> RA = NA; in cloneNode() local
1193 locateNextRef(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, Predicate P) const locateNextRef() argument
1215 getNextShadow(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, bool Create) getNextShadow() argument
1702 NodeAddr<RefNode*> RA = IA.Addr->getFirstMember(*this); linkBlockRefs() local
[all...]
H A DRDFGraph.h895 NodeAddr<RefNode*> RA = NA; getNextRef() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSubtargetInfo.cpp209 MCSubtargetInfo( const Triple &TT, StringRef C, 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRelocationResolver.cpp361 int64_t RA = getELFAddend(R); in resolveRISCV() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp67 unsigned RA = isPPC64 ? PPC::LR8 : PPC::LR; in createPPCMCRegisterInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp229 InstMIPS32Ret::InstMIPS32Ret(Cfg *Func, Variable *RA, Variable *Source) in InstMIPS32Ret() argument
332 auto *RA = llvm::cast<Variable>(getSrc(0)); in emit() local
517 auto *RA = llvm::cast<Variable>(getSrc(0)); in emitIAS() local
[all...]
H A DIceInstMIPS32.h340 static InstMIPS32Ret *create(Cfg *Func, Variable *RA, in create() argument
H A DIceTargetLoweringMIPS32.h206 void _ret(Variable *RA, Variable *Src0 = nullptr) { in _ret() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp662 void DeadArgumentEliminationPass::MarkValue(const RetOrArg &RA, Liveness L, in MarkValue() argument
697 void DeadArgumentEliminationPass::MarkLive(const RetOrArg &RA) { in MarkLive() argument
711 PropagateLiveness(const RetOrArg &RA) PropagateLiveness() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp115 Attribute RA = *RI; in cmpAttrs() local
302 const ConstantArray *RA = cast<ConstantArray>(R); in cmpConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp868 unsigned RA = ABI.IsN64() ? Mips::RA_64 : Mips::RA; in determineCalleeSaves() local
H A DMipsSEInstrInfo.cpp878 unsigned RA = Subtarget.isGP64bit() ? Mips::RA_64 : Mips::RA; in expandEhReturn() local
H A DMipsISelLowering.cpp2523 unsigned RA = ABI.IsN64() ? Mips::RA_64 : Mips::RA; in lowerRETURNADDR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp311 unsigned RA = (TT.getArch() == Triple::x86_64) in createX86MCRegisterInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCRegisterInfo.h346 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, in InitMCRegisterInfo() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp636 APInt RA = Rem->getValue().abs(); in SimplifyDemandedUseBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp601 const auto *RA = cast<Argument>(RV); in CompareValueComplexity() local
695 const APInt &RA = RC->getAPInt(); in CompareSCEVComplexity() local
704 const SCEVAddRecExpr *RA = cast<SCEVAddRecExpr>(RHS); in CompareSCEVComplexity() local
[all...]
H A DValueTracking.cpp1303 APInt RA = Rem->getValue().abs(); in computeKnownBitsFromOperator() local
1337 const APInt &RA = Rem->getValue(); in computeKnownBitsFromOperator() local
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp870 static const TextureSwizzle RA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_1 }}; in getChannelReadSwizzle() local
924 static const TextureSwizzle RA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }}; in getChannelWriteSwizzle() local
H A DtcuTexture.hpp51 RA, enumerator

Completed in 68 milliseconds

12