/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 27 #define BUILD_ADDIS(RD,RS,IMM16) \ argument 29 #define BUILD_ORI(RD,RS,UIMM16) \ argument 31 #define BUILD_ORIS(RD,RS,UIMM16) \ argument 33 #define BUILD_RLDICR(RD,RS,SH,ME) \ argument 36 #define BUILD_MTSPR(RS,SPR) \ argument 45 #define BUILD_SLDI(RD,RS,IMM6) BUILD_RLDICR(RD,RS,IMM6,63-IMM6) argument 46 #define BUILD_MTCTR(RS) BUILD_MTSPR(RS,9) argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 34 auto RS = makeSampler(Rand, make_filter_range(Insts, MatchesPred)); in findOrCreateSource() local 45 auto RS = makeSampler<Value *>(Rand); in newSource() local 97 auto RS = makeSampler<Use *>(Rand); in connectToSink() local 153 if (auto RS = makeSampler(Rand, make_filter_range(Insts, IsMatchingPtr))) in findPointer() local
|
D | IRMutator.cpp | 40 auto RS = makeSampler<Function *>(IB.Rand); in mutate() local 62 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); in mutate() local 185 auto RS = makeSampler<Value *>(IB.Rand); in mutate() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Scheduler.cpp | 64 ResourceState &RS = *Resources[ResourceID]; in selectPipe() local 87 ResourceState &RS = *Resources[RR.first]; in use() local 108 ResourceState &RS = *Resources[RR.first]; in release() local 193 const ResourceState &RS = *Resources[Pipe.first]; in issueInstruction() local
|
D | Instruction.cpp | 49 ReadState *RS = User.first; in onInstructionIssued() local
|
D | DispatchStage.cpp | 70 void DispatchStage::updateRAWDependencies(ReadState &RS, in updateRAWDependencies()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
|
D | DWARFUnit.h | 82 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in parseImpl() 164 void setRangesSection(StringRef RS, uint32_t Base) { in setRangesSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 22 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 30 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFTypeUnit()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ReturnPointerRangeChecker.cpp | 35 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
|
D | MallocChecker.cpp | 94 static RefState getAllocatedOfSizeZero(const RefState *RS) { in getAllocatedOfSizeZero() 104 static RefState getEscaped(const RefState *RS) { in getEscaped() 905 const RefState *RS = State->get<RegionState>(Sym); in ProcessZeroAllocation() local 1506 const RefState *RS = C.getState()->get<RegionState>(Sym); in getCheckIfTracked() local 1673 const RefState *RS, in ReportMismatchedDealloc() 2065 const RefState *RS = C.getState()->get<RegionState>(Sym); in reportLeak() local 2133 RegionStateTy RS = state->get<RegionState>(); in checkDeadSymbols() local 2294 const RefState *RS = C.getState()->get<RegionState>(Sym); in isReleased() local 2313 if (const RefState *RS = C.getState()->get<RegionState>(Sym)) { in checkUseZeroAllocated() local 2346 RegionStateTy RS = state->get<RegionState>(); in evalAssume() local [all …]
|
D | ReturnUndefChecker.cpp | 39 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 320 RegScavenger *RS) { in updateSaveRestorePoints() 477 std::unique_ptr<RegScavenger> RS( in runOnMachineFunction() local
|
D | RegisterScavenging.cpp | 616 static unsigned scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS, in scavengeVReg() 671 RegScavenger &RS, in scavengeFrameVirtualRegsInBlock() 744 void llvm::scavengeFrameVirtualRegs(MachineFunction &MF, RegScavenger &RS) { in scavengeFrameVirtualRegs() 790 RegScavenger RS; in runOnMachineFunction() local
|
/external/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 273 RegScavenger *RS) { in updateSaveRestorePoints() 443 std::unique_ptr<RegScavenger> RS( in runOnMachineFunction() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 96 int Offset, RegScavenger *RS ) { in InsertFPConstInst() 164 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 96 int Offset, RegScavenger *RS ) { in InsertFPConstInst() 164 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst()
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | intercept.py | 42 RS = chr(0x1e) variable
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | BranchFolding.h | 93 RegScavenger *RS; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPURegisterInfo.cpp | 346 RegScavenger *RS, in findScratchRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 92 size_t RS = S2.size(); in gsiRecordLess() local 207 const std::pair<const CVSymbol *, const PublicSym32 *> &RS) { in comparePubSymByAddrAndName()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 122 const RegisterSet &RS; member 881 const BitTracker::RegisterRef &RS, MachineRegisterInfo &MRI) { in isTransparentCopy() 1226 BitTracker::RegisterRef RS) { in usedBitsEqual() 1277 BitTracker::RegisterRef RS = Op; in processBlock() local 1594 BitTracker::RegisterRef RS = MI.getOperand(1); in propagateRegCopy() local 1626 BitTracker::RegisterRef RS = MI.getOperand(SrcX); in propagateRegCopy() local 1820 BitTracker::RegisterRef RS = ValOp; in genStoreUpperHalf() local 1864 BitTracker::RegisterRef RS = MI->getOperand(2); in genStoreImmediate() local 2033 BitTracker::RegisterRef RS = Op; in genExtractLow() local 2073 BitTracker::RegisterRef RS = MI->getOperand(1); in simplifyTstbit() local
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 373 RawSession *RS = static_cast<RawSession *>(Session.get()); in pdb2Yaml() local 385 RawSession *RS = static_cast<RawSession *>(Session.get()); in dumpRaw() local
|