Home
last modified time | relevance | path

Searched defs:RL (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp91 const ASTRecordLayout &RL = ASTContext.getASTRecordLayout(RD); in visitRecord() local
192 const ASTRecordLayout &RL) { in calculateBaselinePad()
228 const ASTRecordLayout &RL) { in calculateOptimalPad()
H A DRunLoopAutoreleaseLeakChecker.cpp100 const auto *RL = Match.getNodeAs<ObjCMessageExpr>(RunLoopBind); in emitDiagnostics() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp75 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
H A DHexagonFrameLowering.cpp2338 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local
2355 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local
2367 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots() local
2445 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots() local
H A DHexagonGenInsert.cpp425 const OrderedRegisterList &RL; member
H A DHexagonConstPropagation.cpp2522 bool HexagonConstEvaluator::evaluateHexRSEQ32(RegisterSubReg RL, RegisterSubReg RH, in evaluateHexRSEQ32()
/netbsd-src/tests/
H A Dh_macros.h47 #define RL(x) REQUIRE_LIBC(x, -1) macro
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp231 StringRef ArchName, const remarks::RemarkLinker &RL) { in emitRemarks()
271 remarks::RemarkLinker &RL) { in loadObject()
310 remarks::RemarkLinker RL; in link() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
548 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
H A DLegalizeIntegerTypes.cpp3284 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
3297 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
3450 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp404 auto RL = Reg2Local.find(Reg); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp25 Optional<RemarkLocation> RL, T FunctionName, in mapRemarkHeader()
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_frame.c279 #define RL rt->rt3_rules[table_column] macro
H A Dlibdwarf_frame.c564 #define RL rt->rt3_rules in _dwarf_frame_run_inst() macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp905 auto RL = std::make_unique<CGRecordLayout>( in ComputeRecordLayout() local
H A DCGDebugInfo.cpp1867 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in CollectCXXBasesAux() local
2175 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in CollectVTableInfo() local
2769 const ASTRecordLayout &RL = CGM.getContext().getASTObjCInterfaceLayout(ID); in CreateTypeDefinition() local
3498 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in CollectContainingType() local
H A DCGExprScalar.cpp2843 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); in VisitOffsetOfExpr() local
2876 const ASTRecordLayout &RL = CGF.getContext().getASTRecordLayout(RD); in VisitOffsetOfExpr() local
H A DCGExprConstant.cpp601 const CGRecordLayout &RL = in AppendBitField() local
H A DCGOpenMPRuntime.cpp1350 const RecordDecl *RD, const CGRecordLayout &RL, in buildStructValue()
1373 const CGRecordLayout &RL = CGM.getTypes().getCGRecordLayout(RD); in createGlobalStruct() local
1388 const CGRecordLayout &RL = CGM.getTypes().getCGRecordLayout(RD); in createConstantGlobalStructAndAddToParent() local
5639 llvm::Value *RL = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitReduction() local
8257 const CGRecordLayout &RL = CGF.getTypes().getCGRecordLayout(RD); in getPlainLayout() local
H A DCGObjCMac.cpp2539 const ASTRecordLayout &RL = CGM.getContext().getASTRecordLayout(RD); in BuildRCRecordLayout() local
6505 const ASTRecordLayout &RL = in GetClassSizeInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp864 const ASTRecordLayout &RL = Context.getASTRecordLayout(RT->getDecl()); in LookupInlineAsmField() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp163 const RegisterLocations &RL) { in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1175 ReturnStmt::ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt()
1189 ReturnStmt *ReturnStmt::Create(const ASTContext &Ctx, SourceLocation RL, in Create()
H A DRecordLayoutBuilder.cpp3388 const ASTRecordLayout *RL; in lookupFieldBitOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp646 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local

12