Home
last modified time | relevance | path

Searched defs:SR (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp69 LiveInterval::SubRange *SR; member
186 const LiveInterval::SubRange &SR = *SRInfo.SR; in findComponents() local
231 const LiveInterval::SubRange &SR = *SRInfo.SR; in rewriteOperands() local
273 LiveInterval::SubRange &SR = *SRInfo.SR; in distribute() local
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt() local
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags() local
DVirtRegMap.cpp277 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() local
294 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges() local
367 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg() local
DDeadMachineInstructionElim.cpp158 for (MCSubRegIterator SR(Reg, TRI,/*IncludeSelf=*/true); in runOnMachineFunction() local
DRegUsageInfoCollector.cpp212 for (MCSubRegIterator SR(Reg, &TRI); SR.isValid(); ++SR) in computeCalleeSavedRegs() local
DLiveRangeCalc.cpp98 [&MO, this](LiveInterval::SubRange &SR) { in calculate()
137 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges() local
DLiveIntervals.cpp377 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses() local
553 void LiveIntervals::shrinkToUses(LiveInterval::SubRange &SR, unsigned Reg) { in shrinkToUses()
722 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addKillFlags() local
775 const LiveInterval::SubRange &SR = *SRP.first; in addKillFlags() local
DLiveInterval.cpp883 static void stripValuesNotDefiningMask(unsigned Reg, LiveInterval::SubRange &SR, in stripValuesNotDefiningMask()
1049 for (const SubRange &SR : subranges()) in print() local
1092 for (const SubRange &SR : subranges()) { in verify() local
DRegisterCoalescer.cpp972 &ShrinkB](LiveInterval::SubRange &SR) { in removeCopyByCommutingDef()
1424 LiveInterval::SubRange *SR = DstInt.createSubRange(Alloc, MaxMask); in reMaterializeTrivialDef() local
1564 for (const LiveInterval::SubRange &SR : SrcLI.subranges()) { in eliminateUndefCopy() local
1625 for (const LiveInterval::SubRange &SR : DstLI.subranges()) { in eliminateUndefCopy() local
3321 [this, &Allocator, &ToMerge, &CP](LiveInterval::SubRange &SR) { in mergeSubRangeInto()
DStackMaps.cpp94 for (MCSuperRegIterator SR(Reg, TRI); SR.isValid() && RegNum < 0; ++SR) in getDwarfRegNum() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp107 BinaryStreamReader SR(S); in consume() local
133 BinaryStreamReader SR(S); in consume() local
DStringsAndChecksums.cpp33 const DebugSubsectionRecord &SR) { in initializeStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeVTShape.cpp9 codeview::VFTableShapeRecord SR) in NativeTypeVTShape()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DEntryStage.cpp35 SourceRef SR = SM.peekNext(); in getNextInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMIChecking.cpp149 for (MCSuperRegIterator SR(I, TRI); SR.isValid(); ++SR) in hasLiveDefs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp119 for (MCSuperRegIterator SR(MachineReg, &TRI); SR.isValid(); ++SR) { in addMachineReg() local
144 for (MCSubRegIterator SR(MachineReg, &TRI); SR.isValid(); ++SR) { in addMachineReg() local
/third_party/elfutils/backends/
Di386_corenote.c47 #define SR(at, n, dwreg) \ macro
Dx86_64_corenote.c54 #define SR(at, n, dwreg) \ macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiTraceChain.js38 SR: 3, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp165 uint32_t SR = CSR->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local
DRDFCopy.cpp149 RegisterRef SR = FR->second; in run() local
DHexagonVExtract.cpp165 unsigned SR = ExtI->getOperand(1).getSubReg(); in runOnMachineFunction() local
DHexagonFrameLowering.cpp1477 for (MCSubRegIterator SR(R, TRI, true); SR.isValid(); ++SR) in assignCalleeSavedSpillSlots() local
1489 for (MCSuperRegIterator SR(R, TRI, true); SR.isValid(); ++SR) in assignCalleeSavedSpillSlots() local
1504 for (MCSuperRegIterator SR(R, TRI); SR.isValid(); ++SR) in assignCalleeSavedSpillSlots() local
1509 for (MCSubRegIterator SR(R, TRI, true); SR.isValid(); ++SR) { in assignCalleeSavedSpillSlots() local
1528 for (MCSuperRegIterator SR(R, TRI); SR.isValid(); ++SR) { in assignCalleeSavedSpillSlots() local
2337 if (unsigned SR = SrcOp.getSubReg()) in optimizeSpillSlots() local
DRDFRegisters.cpp185 unsigned SR = SI.getSubReg(); in aliasRM() local
/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.py99 SR = enum("sr", { variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h36 Expected<JITSymbolFlags> getJITSymbolFlags(const SymbolRef &SR) override { in getJITSymbolFlags()

123