Home
last modified time | relevance | path

Searched defs:LC (Results 1 – 25 of 70) sorted by relevance

123

/external/llvm/include/llvm/IR/
DIRBuilder.h780 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
794 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
802 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
816 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
824 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
838 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
846 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
858 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
870 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
877 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData()
114 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
131 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
145 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString()
155 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
162 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
169 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
177 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
209 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local
259 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local
[all …]
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp111 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writeLoadCommandData()
116 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
130 writeLoadCommandData<MachO::segment_command_64>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
143 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString()
153 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
159 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
165 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
189 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local
231 for (auto &LC : Obj.LoadCommands) { in writeSectionData() local
342 for (auto &LC : Obj.LoadCommands) { in writeLinkEditData() local
[all …]
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp108 MachOYAML::LoadCommand &LC, in processLoadCommandData()
115 MachOYAML::LoadCommand &LC, in processLoadCommandData()
123 MachOYAML::LoadCommand &LC, in processLoadCommandData()
131 readString(MachOYAML::LoadCommand &LC, in readString()
142 MachOYAML::LoadCommand &LC, in processLoadCommandData()
149 MachOYAML::LoadCommand &LC, in processLoadCommandData()
156 MachOYAML::LoadCommand &LC, in processLoadCommandData()
182 MachOYAML::LoadCommand LC; in dumpLoadCommands() local
/external/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() struct
/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp75 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local
115 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerEval() local
132 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerCheckInlined() local
DTraversalChecker.cpp80 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local
97 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
DAnalyzerStatsChecker.cpp50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
DVLASizeChecker.cpp167 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
DUnreachableCodeChecker.cpp60 const LocationContext *LC = nullptr; in checkEndAnalysis() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1167 auto *LC = dyn_cast<Constant>(L); in foldConstant() local
1213 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1230 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1247 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1264 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1278 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1302 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1323 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1343 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1365 if (auto *LC = dyn_cast<Constant>(LHS)) variable
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h87 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar()
92 const LocationContext *LC) { in getLValueCompoundLiteral()
DProgramState.h638 const LocationContext *LC) const in getRegion()
695 const LocationContext *LC) const { in getLValue()
700 const LocationContext *LC) const { in getLValue()
/external/clang/lib/StaticAnalyzer/Core/
DPrettyStackTraceLocationContext.h32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
DMemRegion.cpp381 const LocationContext *LC, in ProfileRegion()
794 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext()
822 const LocationContext *LC) { in getVarRegion()
912 const LocationContext *LC, in getBlockDataRegion()
946 const LocationContext *LC) { in getCompoundLiteralRegion()
1017 LocationContext const *LC) { in getCXXTempObjectRegion()
1069 const LocationContext *LC) { in getCXXThisRegion()
1091 const LocationContext *LC) { in getAllocaRegion()
DBugReporter.cpp325 const LocationContext *LC; member in __anon9a153a6e0111::PathDiagnosticBuilder
427 const LocationContext *LC, bool allowNestedContexts) { in getEnclosingStmtLocation()
562 const LocationContext *LC = PDB.LC; in GenerateMinimalPathDiagnostic() local
921 const LocationContext *LC, in cleanUpLocation()
1587 const LocationContext *LC) { in addEdgeToPath()
2321 const LocationContext *LC = LCM[&path]; in optimizeEdges() local
2565 const LocationContext *LC = N->getLocationContext(); in getDeclWithIssue() local
2620 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting()
2650 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting()
/external/clang/lib/Analysis/
DProgramPoint.cpp22 const LocationContext *LC, in getProgramPoint()
DAnalysisDeclContext.cpp169 for (const LambdaCapture &LC : parent->captures()) { in getSelfDecl() local
447 const LocationContext *LC = this; in getCurrentStackFrame() local
622 LocationContext *LC = &*I; in clear() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp143 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary()
162 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary()
492 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
519 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
529 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
556 RTLIB::Libcall LC = GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FPOWI() local
731 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
833 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local
890 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatOp_FP_TO_XINT() local
1031 SDValue DAGTypeLegalizer::SoftenFloatOp_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatOp_Unary()
[all …]
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp20 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
/external/clang/test/Parser/
Dcxx-casting.cpp76 #define LC <: in test2() macro
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp474 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
492 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
506 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
716 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
840 RTLIB::Libcall LC = RTLIB::getFPEXT(SVT, RVT); in SoftenFloatOp_FP_EXTEND() local
856 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local
897 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatOp_FP_TO_XINT() local
1425 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() local
1619 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT() local
1653 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_UINT() local
DLegalizeIntegerTypes.cpp1414 RTLIB::Libcall LC = RTLIB::getSYNC(Opc, VT); in ExpandAtomic() local
2019 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local
2034 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local
2185 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local
2308 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local
2377 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local
2493 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local
2575 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local
2640 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UDIV() local
2666 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UREM() local
[all …]
DLegalizeDAG.cpp1939 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall()
1989 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall()
2021 SelectionDAGLegalize::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall()
2058 RTLIB::Libcall LC; in ExpandFPLibCall() local
2076 RTLIB::Libcall LC; in ExpandIntLibCall() local
2095 RTLIB::Libcall LC; in ExpandDivRemLibCall() local
2153 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local
2200 RTLIB::Libcall LC; in ExpandSinCosLibCall() local
3407 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandNode() local
3779 RTLIB::Libcall LC = RTLIB::getSYNC(Opc, VT); in ConvertNodeToLibcall() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp249 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
267 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
282 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
297 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
312 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local

123