/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 79 const ASTRecordLayout &RL = ASTContext.getASTRecordLayout(RD); in visitRecord() local 168 const ASTRecordLayout &RL) { in calculateBaselinePad() 204 const ASTRecordLayout &RL) { in calculateOptimalPad()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 74 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { in include() 389 RangeList &RL = F->second; in computeDeadMap() local 461 const HexagonBlockRanges::RangeList &RL) { in operator <<() 479 const HexagonBlockRanges::RangeList &RL = I.second; in operator <<() local
|
D | HexagonFrameLowering.cpp | 1996 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local 2013 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local 2025 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local 2098 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 75 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { in include() 442 RangeList &RL = F->second; in computeDeadMap() local 514 const HexagonBlockRanges::RangeList &RL) { in operator <<() 532 const HexagonBlockRanges::RangeList &RL = I.second; in operator <<() local
|
D | HexagonFrameLowering.cpp | 2188 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local 2205 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local 2217 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local 2295 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_config.py | 27 RL = debugger_cli_common.RichLine variable
|
D | curses_widgets.py | 23 RL = debugger_cli_common.RichLine variable
|
D | cli_shared.py | 33 RL = debugger_cli_common.RichLine variable
|
D | profile_analyzer_cli.py | 34 RL = debugger_cli_common.RichLine variable
|
D | analyzer_cli.py | 39 RL = debugger_cli_common.RichLine variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 506 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 544 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
|
D | LegalizeIntegerTypes.cpp | 2910 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local 2923 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local 3070 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local 547 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
|
D | LegalizeIntegerTypes.cpp | 2164 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local 2177 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyExplicitLocals.cpp | 379 auto RL = Reg2Local.find(Reg); in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
D | YAMLRemarkSerializer.cpp | 24 Optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 41 const ASTRecordLayout *RL; in LookupFieldBitOffset() local
|
D | CGRecordLayoutBuilder.cpp | 713 CGRecordLayout *RL = in ComputeRecordLayout() local
|
D | CGDebugInfo.cpp | 1354 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in CollectCXXBases() local 1540 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in CollectVTableInfo() local 1960 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition() local 2573 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in CollectContainingType() local
|
D | CGExprScalar.cpp | 1940 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); in VisitOffsetOfExpr() local 1973 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); in VisitOffsetOfExpr() local
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 129 void RL(size_t i) { in RL() function in LockTest
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 663 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl()); in LookupInlineAsmField() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 516 TreeTy *RL = getLeft(R); in balanceTree() local
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 516 TreeTy *RL = getLeft(R); in balanceTree() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1372 explicit ReturnStmt(SourceLocation RL) : ReturnStmt(RL, nullptr, nullptr) {} in ReturnStmt() 1374 ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt()
|