/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 39 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local 42 RS.sample(&F, /*Weight=*/1); in mutate() 43 mutate(*RS.getSelection(), IB); in mutate() 61 auto RS = makeSampler<IRMutationStrategy *>(IB.Rand); in mutateModule() local 63 RS.sample(Strategy.get(), in mutateModule() 64 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule() 65 auto Strategy = RS.getSelection(); in mutateModule() 100 auto RS = makeSampler(IB.Rand, make_filter_range(Operations, OpMatchesPred)); in chooseOperation() local 101 if (RS.isEmpty()) in chooseOperation() 103 return *RS; in chooseOperation() [all …]
|
D | RandomIRBuilder.cpp | 33 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local 35 RS.sample(nullptr, /*Weight=*/1); in findOrCreateSource() 36 if (Instruction *Src = RS.getSelection()) in findOrCreateSource() 44 auto RS = makeSampler<Value *>(Rand); in newSource() local 45 RS.sample(Pred.generate(Srcs, KnownTypes)); in newSource() 61 RS.sample(NewLoad, RS.totalWeight()); in newSource() 66 assert(!RS.isEmpty() && "Failed to generate sources"); in newSource() 67 return RS.getSelection(); in newSource() 97 auto RS = makeSampler<Use *>(Rand); in connectToSink() local 106 RS.sample(&U, 1); in connectToSink() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | ResourceManager.cpp | 105 getStrategyFor(const ResourceState &RS) { in getStrategyFor() argument 106 if (RS.isAResourceGroup() || RS.getNumUnits() > 1) in getStrategyFor() 107 return std::make_unique<DefaultResourceStrategy>(RS.getReadyMask()); in getStrategyFor() 138 const ResourceState &RS = *Resources[Index]; in ResourceManager() local 139 if (!RS.isAResourceGroup()) { in ResourceManager() 180 ResourceState &RS = *Resources[Index]; in selectPipe() local 181 assert(RS.isReady() && "No available units to select!"); in selectPipe() 185 if (!RS.isAResourceGroup() && RS.getNumUnits() == 1) in selectPipe() 186 return std::make_pair(ResourceID, RS.getReadyMask()); in selectPipe() 188 uint64_t SubResourceID = Strategies[Index]->select(RS.getReadyMask()); in selectPipe() [all …]
|
D | RegisterFile.cpp | 291 bool RegisterFile::tryEliminateMove(WriteState &WS, ReadState &RS) { in tryEliminateMove() argument 292 const RegisterMapping &RMFrom = RegisterMappings[RS.getRegisterID()]; in tryEliminateMove() 329 bool IsZeroMove = ZeroRegisters[RS.getRegisterID()]; in tryEliminateMove() 335 RRIFrom.RenameAs ? RRIFrom.RenameAs : RS.getRegisterID(); in tryEliminateMove() 348 RS.setReadZero(); in tryEliminateMove() 356 void RegisterFile::collectWrites(const ReadState &RS, in collectWrites() argument 358 MCPhysReg RegID = RS.getRegisterID(); in collectWrites() 398 void RegisterFile::addRegisterRead(ReadState &RS, in addRegisterRead() argument 400 MCPhysReg RegID = RS.getRegisterID(); in addRegisterRead() 402 RS.setPRF(RRI.IndexPlusCost.first); in addRegisterRead() [all …]
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | memcpy.c | 15 #define RS << in memcpy() macro 18 #define RS >> in memcpy() macro 60 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy() 62 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy() 64 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy() 66 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy() 76 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy() 78 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy() 80 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy() 82 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy() [all …]
|
/third_party/musl/src/string/ |
D | memcpy.c | 14 #define RS << in memcpy() macro 17 #define RS >> in memcpy() macro 59 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy() 61 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy() 63 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy() 65 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy() 75 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy() 77 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy() 79 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy() 81 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy() [all …]
|
/third_party/musl/porting/liteos_m/user/src/string/ |
D | memcpy.c | 15 #define RS << in memcpy() macro 18 #define RS >> in memcpy() macro 60 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy() 62 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy() 64 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy() 66 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy() 76 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy() 78 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy() 80 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy() 82 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy() [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | memcpy.c | 14 #define RS << in memcpy() macro 17 #define RS >> in memcpy() macro 59 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy() 61 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy() 63 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy() 65 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy() 75 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy() 77 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy() 79 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy() 81 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy() [all …]
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | memcpy.c | 19 #define RS << in __memcpy() macro 22 #define RS >> in __memcpy() macro 64 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in __memcpy() 66 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in __memcpy() 68 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in __memcpy() 70 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in __memcpy() 80 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in __memcpy() 82 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in __memcpy() 84 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in __memcpy() 86 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in __memcpy() [all …]
|
/third_party/libphonenumber/resources/geocoding/pt/ |
D | 55.txt | 6450 55512101|Porto Alegre - RS 6451 55512104|Porto Alegre - RS 6452 55512106|Santa Cruz do Sul - RS 6453 55512107|Santa Cruz do Sul - RS 6454 55512109|Santa Cruz do Sul - RS 6455 55512117|Porto Alegre - RS 6456 55512121|Porto Alegre - RS 6457 55512125|Porto Alegre - RS 6458 55512126|Porto Alegre - RS 6459 55512131|Porto Alegre - RS [all …]
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 55.txt | 6452 55512101|Porto Alegre - RS 6453 55512104|Porto Alegre - RS 6454 55512106|Santa Cruz do Sul - RS 6455 55512107|Santa Cruz do Sul - RS 6456 55512109|Santa Cruz do Sul - RS 6457 55512117|Porto Alegre - RS 6458 55512121|Porto Alegre - RS 6459 55512125|Porto Alegre - RS 6460 55512126|Porto Alegre - RS 6461 55512131|Porto Alegre - RS [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 163 bool useOrDefCSROrFI(const MachineInstr &MI, RegScavenger *RS) const; 165 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const { in getCurrentCSRs() 171 TFI->determineCalleeSaves(*MachineFunc, SavedRegs, RS); in getCurrentCSRs() 185 void updateSaveRestorePoints(MachineBasicBlock &MBB, RegScavenger *RS); 261 RegScavenger *RS) const { in INITIALIZE_PASS_DEPENDENCY() 295 for (unsigned Reg : getCurrentCSRs(RS)) { in INITIALIZE_PASS_DEPENDENCY() 328 RegScavenger *RS) { in updateSaveRestorePoints() argument 355 if (!useOrDefCSROrFI(Terminator, RS)) in updateSaveRestorePoints() 485 std::unique_ptr<RegScavenger> RS( in runOnMachineFunction() local 505 updateSaveRestorePoints(MBB, RS.get()); in runOnMachineFunction() [all …]
|
D | RegisterScavenging.cpp | 624 static Register scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg() argument 668 Register SReg = RS.scavengeRegisterBackwards(RC, DefMI.getIterator(), in scavengeVReg() 679 RegScavenger &RS, in scavengeFrameVirtualRegsInBlock() argument 682 RS.enterBasicBlockEnd(MBB); in scavengeFrameVirtualRegsInBlock() 689 RS.backward(I); in scavengeFrameVirtualRegsInBlock() 708 Register SReg = scavengeVReg(MRI, RS, Reg, true); in scavengeFrameVirtualRegsInBlock() 710 RS.setRegUsed(SReg); in scavengeFrameVirtualRegsInBlock() 734 Register SReg = scavengeVReg(MRI, RS, Reg, false); in scavengeFrameVirtualRegsInBlock() 752 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs() argument 768 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeFrameVirtualRegs() [all …]
|
D | PrologEpilogInserter.cpp | 100 RegScavenger *RS; member in __anonbe1b705d0111::PEI 221 RS = TRI->requiresRegisterScavenging(MF) ? new RegScavenger() : nullptr; in runOnMachineFunction() 245 TFI->processFunctionBeforeFrameFinalized(MF, RS); in runOnMachineFunction() 271 scavengeFrameVirtualRegs(MF, *RS); in runOnMachineFunction() 287 delete RS; in runOnMachineFunction() 607 TFI->determineCalleeSaves(MF, SavedRegs, RS); in spillCalleeSavedRegs() 889 if (RS && EarlyScavengingSlots) { in calculateFrameObjectOffsets() 891 RS->getScavengingFrameIndices(SFIs); in calculateFrameObjectOffsets() 954 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets() 1006 if (RS && RS->isScavengingFrameIndex((int)i)) in calculateFrameObjectOffsets() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 95 int Offset, RegScavenger *RS ) { in InsertFPConstInst() argument 96 assert(RS && "requiresRegisterScavenging failed"); in InsertFPConstInst() 100 unsigned ScratchOffset = RS->scavengeRegister(&XCore::GRRegsRegClass, II, 0); in InsertFPConstInst() 101 RS->setRegUsed(ScratchOffset); in InsertFPConstInst() 163 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst() argument 164 assert(RS && "requiresRegisterScavenging failed"); in InsertSPConstInst() 172 ScratchBase = RS->scavengeRegister(&XCore::GRRegsRegClass, II, 0); in InsertSPConstInst() 173 RS->setRegUsed(ScratchBase); in InsertSPConstInst() 177 unsigned ScratchOffset = RS->scavengeRegister(&XCore::GRRegsRegClass, II, 0); in InsertSPConstInst() 178 RS->setRegUsed(ScratchOffset); in InsertSPConstInst() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | Random.h | 76 ReservoirSampler<ElT, GenT> RS(RandGen); in makeSampler() 77 RS.sample(Items); in makeSampler() 78 return RS; in makeSampler() 84 ReservoirSampler<T, GenT> RS(RandGen); in makeSampler() 85 RS.sample(Item, Weight); in makeSampler() 86 return RS; in makeSampler()
|
/third_party/iptables/iptables/tests/shell/testcases/ipt-restore/ |
D | 0016-concurrent-restores_0 | 14 RS="*filter 31 RS1="$RS 44 RS2="$RS
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.cpp | 41 int ObjSize, RegScavenger *RS, int SPAdj) { in ReplaceFrameIndex() argument 42 assert(RS && "Need register scavenger."); in ReplaceFrameIndex() 60 BaseReg = RS->FindUnusedReg(&ARC::GPR32RegClass); in ReplaceFrameIndex() 66 BaseReg = RS->scavengeRegister(&ARC::GPR32RegClass, II, SPAdj); in ReplaceFrameIndex() 72 RS->setRegUsed(BaseReg); in ReplaceFrameIndex() 167 RegScavenger *RS) const { in eliminateFrameIndex() 223 ObjSize, RS, SPAdj); in eliminateFrameIndex()
|
/third_party/boost/libs/ratio/test/ |
D | ratio_test.cpp | 32 typedef boost::ratio_subtract<R1, R2>::type RS; in main() typedef 33 std::cout << RS::num << '/' << RS::den << '\n'; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 528 auto RS = getResponsibilitySetWithLegacyFn(Symbols, LegacyLookup); in addLogicalModule() 530 if (!RS) { in addLogicalModule() 532 RS.takeError(), errs(), in addLogicalModule() 537 if (RS->size() == Symbols.size()) in addLogicalModule() 538 return *RS; in addLogicalModule() 542 if (!RS->count(S)) in addLogicalModule() 548 (*RS).insert(S); in addLogicalModule() 550 return *RS; in addLogicalModule() 698 auto RS = getResponsibilitySetWithLegacyFn(Symbols, LegacyLookup); in emitPartition() 699 if (!RS) { in emitPartition() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 120 size_t RS = S2.size(); in gsiRecordLess() local 122 if (LS != RS) in gsiRecordLess() 123 return LS < RS; in gsiRecordLess() 234 const std::pair<const CVSymbol *, const PublicSym32 *> &RS) { in comparePubSymByAddrAndName() argument 235 if (LS.second->Segment != RS.second->Segment) in comparePubSymByAddrAndName() 236 return LS.second->Segment < RS.second->Segment; in comparePubSymByAddrAndName() 237 if (LS.second->Offset != RS.second->Offset) in comparePubSymByAddrAndName() 238 return LS.second->Offset < RS.second->Offset; in comparePubSymByAddrAndName() 240 return LS.second->Name < RS.second->Name; in comparePubSymByAddrAndName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 184 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts), in NodeMetadata() 213 ReductionState getReductionState() const { return RS; } in getReductionState() 214 void setReductionState(ReductionState RS) { in setReductionState() argument 215 assert(RS >= this->RS && "A node's reduction state can not be downgraded"); in setReductionState() 216 this->RS = RS; in setReductionState() 221 if (RS == ConservativelyAllocatable) in setReductionState() 255 ReductionState RS = Unprocessed;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | RegisterFile.h | 178 void collectWrites(const ReadState &RS, 199 void addRegisterRead(ReadState &RS, const MCSubtargetInfo &STI) const; 212 bool tryEliminateMove(WriteState &WS, ReadState &RS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Instruction.cpp | 61 ReadState *RS = User.first; in onInstructionIssued() local 63 RS->writeStartEvent(IID, RegisterID, ReadCycles); in onInstructionIssued() 149 for (const ReadState &RS : getUses()) { in computeCriticalRegDep() local 150 const CriticalDependency &ReadCRD = RS.getCriticalRegDep(); in computeCriticalRegDep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 109 RegScavenger *RS = nullptr) const override; 111 RegScavenger *RS = nullptr) const override; 112 void addScavengingSpillSlot(MachineFunction &MF, RegScavenger *RS) const;
|