/llvm-project/llvm/unittests/Remarks/ |
H A D | RemarksLinkingTest.cpp | 18 static void serializeAndCheck(remarks::RemarkLinker &RL, in serializeAndCheck() 46 remarks::RemarkLinker RL; local 56 remarks::RemarkLinker RL; in check() local 230 remarks::RemarkLinker RL; in TEST() local
|
H A D | YAMLRemarksParsingTest.cpp | 430 const remarks::RemarkLocation &RL = *Remark.Loc; in TEST() local 455 const remarks::RemarkLocation &RL = *Arg.Loc; in TEST() local 602 const remarks::RemarkLocation &RL = *Remark.Loc; in TEST() local 627 const remarks::RemarkLocation &RL = *Arg.Loc; in TEST() local
|
H A D | BitstreamRemarksParsingTest.cpp | 176 const remarks::RemarkLocation &RL = *Remark.Loc; in TEST() local 201 const remarks::RemarkLocation &RL = *Arg.Loc; in TEST() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 91 const ASTRecordLayout &RL = ASTContext.getASTRecordLayout(RD); visitRecord() local 192 calculateBaselinePad(const RecordDecl * RD,const ASTContext & ASTContext,const ASTRecordLayout & RL) calculateBaselinePad() argument 233 calculateOptimalPad(const RecordDecl * RD,const ASTContext & ASTContext,const ASTRecordLayout & RL) calculateOptimalPad() argument [all...] |
H A D | RunLoopAutoreleaseLeakChecker.cpp | 100 const auto *RL = Match.getNodeAs<ObjCMessageExpr>(RunLoopBind); in emitDiagnostics() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 75 for (const auto &R : RL) in include() argument 439 RangeList::iterator A = RL.begin(), Z = RL.end()-1; in computeDeadMap() local 511 for (const auto &R : RL) in operator <<() argument 529 OS << printReg(I.first.Reg, &P.TRI, I.first.Sub) << " -> " << RL << "\n"; in operator <<() local
|
H A D | HexagonFrameLowering.cpp | 2321 RL.add(LS, IndexType::None, false, false); in optimizeSpillSlots() local 2399 for (auto &Range : RL) { in optimizeSpillSlots() local 2292 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; optimizeSpillSlots() local 2309 auto &RL = FIRangeMap[I.first].Map[&B]; optimizeSpillSlots() local [all...] |
H A D | HexagonGenInsert.cpp | 424 const OrderedRegisterList &RL; member
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExplicitLocals.cpp | 447 auto RL = Reg2Local.find(Reg); in runOnMachineFunction() local
|
/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 26 std::optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; SplitRes_Select() local 556 SDValue LL, LH, RL, RH; SplitRes_SELECT_CC() local
|
H A D | LegalizeIntegerTypes.cpp | 4263 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local 4127 SDValue LL, LH, RL, RH; ExpandIntRes_Logical() local 4140 SDValue LL, LH, RL, RH; ExpandIntRes_MUL() local [all...] |
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 229 StringRef ArchName, const remarks::RemarkLinker &RL) { in emitRemarks() 268 remarks::RemarkLinker &RL, in loadObject() 673 remarks::RemarkLinker RL; in linkImpl() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | deadlock_detector_stress_test.cpp | 129 void RL(size_t i) { in RL() function in LockTest
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 882 CharUnits Result = Context.toCharUnitsFromBits(RL.getFieldOffset(i)); in LookupInlineAsmField() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp |
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 166 operator <<(raw_ostream & OS,const RegisterLocations & RL) operator <<() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 1114 auto RL = std::make_unique<CGRecordLayout>( in ComputeRecordLayout() local [all...] |
H A D | CGDebugInfo.cpp | 2197 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); CollectCXXBasesAux() local 2531 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); CollectVTableInfo() local 3162 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); CreateTypeDefinition() local 3956 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); CollectContainingType() local 4981 const CGRecordLayout &RL = EmitDeclare() local [all...] |
H A D | CGExprScalar.cpp | 3253 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); VisitOffsetOfExpr() local 3286 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); VisitOffsetOfExpr() local
|
H A D | CGExprConstant.cpp | 615 const CGRecordLayout &RL = AppendBitField() local
|
H A D | CGObjCMac.cpp | 2479 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); BuildRCRecordLayout() local 6425 const ASTRecordLayout &RL = GetClassSizeInfo() local
|
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1204 setReturnLoc(RL); in Create() argument 1190 ReturnStmt(SourceLocation RL,Expr * E,const VarDecl * NRVOCandidate) ReturnStmt() argument
|
H A D | RecordLayoutBuilder.cpp | 3509 const ASTRecordLayout *RL; lookupFieldBitOffset() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 638 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
|