Home
last modified time | relevance | path

Searched defs:RS (Results 1 - 25 of 41) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemcpy.c14 #define RS << in memcpy() macro
17 #define RS >> in memcpy() macro
[all...]
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemcpy.c19 #define RS << in __memcpy() macro
22 #define RS >> in __memcpy() macro
[all...]
/third_party/musl/porting/liteos_m/user/src/string/
H A Dmemcpy.c15 #define RS << in memcpy() macro
18 #define RS >> in memcpy() macro
[all...]
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemcpy.c15 #define RS << in memcpy() macro
18 #define RS >> in memcpy() macro
[all...]
/third_party/musl/src/string/
H A Dmemcpy.c14 #define RS << in memcpy() macro
17 #define RS >> in memcpy() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp33 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local
44 auto RS = makeSampler<Value *>(Rand); in newSource() local
97 auto RS in connectToSink() local
[all...]
H A DIRMutator.cpp39 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local
61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() local
100 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation() local
154 auto RS = makeSampler<Instruction *>(IB.Rand); mutate() local
185 auto RS = makeSampler<Value *>(IB.Rand); mutate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFCompileUnit() argument
H A DDWARFTypeUnit.h27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFTypeUnit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp61 ReadState *RS = User.first; in onInstructionIssued() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp38 ReplaceFrameIndex(MachineBasicBlock::iterator II, const ARCInstrInfo &TII, unsigned Reg, unsigned FrameReg, int Offset, int StackSize, int ObjSize, RegScavenger *RS, int SPAdj) ReplaceFrameIndex() argument
/third_party/python/Lib/curses/
H A Dascii.py35 RS = 0x1e # ^^ variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp90 const NfaPath &RS = NfaPaths.front(); in getUsedResources() local
H A DShrinkWrap.cpp327 updateSaveRestorePoints(MachineBasicBlock &MBB, RegScavenger *RS) updateSaveRestorePoints() argument
[all...]
H A DBranchRelaxation.cpp84 std::unique_ptr<RegScavenger> RS; member in __anon23988::BranchRelaxation
H A DRegAllocPBQP.cpp846 std::ostringstream RS; in runOnMachineFunction() local
H A DRegisterScavenging.cpp624 static Register scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg() argument
752 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs() argument
678 scavengeFrameVirtualRegsInBlock(MachineRegisterInfo &MRI, RegScavenger &RS, MachineBasicBlock &MBB) scavengeFrameVirtualRegsInBlock() argument
798 RegScavenger RS; global() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp291 bool RegisterFile::tryEliminateMove(WriteState &WS, ReadState &RS) { in tryEliminateMove() argument
356 void RegisterFile::collectWrites(const ReadState &RS, in collectWrites() argument
[all...]
H A DResourceManager.cpp105 getStrategyFor(const ResourceState &RS) { in getStrategyFor() argument
138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local
197 ResourceState &RS = *Resources[RSID]; use() local
226 ResourceState &RS = *Resources[RSID]; release() local
256 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; reserveBuffers() local
274 ResourceState &RS = *Resources[getResourceStateIndex(CurrentBuffer)]; releaseBuffers() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp288 RegScavenger RS; in instrumentControlFlow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp191 RegScavenger *RS = nullptr; in spillCalleeSavedRegs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp78 RegisterSet(const RegisterSet &RS) = default; member
167 const RegisterSet &RS; member
[all...]
H A DHexagonGenInsert.cpp187 const RegisterSet &RS; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument
171 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFUnit() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp196 ID3D10RasterizerState* RS; in ImGui_ImplDX10_RenderDrawData() member

Completed in 23 milliseconds

12