Home
last modified time | relevance | path

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

12345

/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-16.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp125 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData()
131 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
148 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
162 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString()
172 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
179 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
186 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
194 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
200 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
206 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
[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/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObject.cpp44 LoadCommand &LC = LoadCommands[Index]; in updateLoadCommandIndexes() local
95 [&](const LoadCommand &LC) { return !ToRemove(LC); }); in removeLoadCommands()
127 for (const LoadCommand &LC : LoadCommands) in removeSections() local
149 for (const LoadCommand &LC : LoadCommands) { in nextAvailableSegmentAddress() local
185 LoadCommand LC; in addSegment() local
DMachOObjcopy.cpp36 static bool isLoadCommandWithPayloadString(const LoadCommand &LC) { in isLoadCommandWithPayloadString()
46 static StringRef getPayloadString(const LoadCommand &LC) { in getPayloadString()
126 static void updateLoadCommandPayloadString(LoadCommand &LC, StringRef S) { in updateLoadCommandPayloadString()
138 LoadCommand LC; in buildRPathLoadCommand() local
155 &MachOConfig](const LoadCommand &LC) { in processLoadCommands()
263 auto RemovePred = [&MachOConfig](const LoadCommand &LC) { in processLoadCommands()
334 llvm::find_if(O.LoadCommands, [SegName](const LoadCommand &LC) { in findSection()
DMachOReader.cpp121 LoadCommand LC; in readLoadCommands() local
248 for (auto &LC : O.LoadCommands) in setSymbolInRelocationInfo() local
298 const MachO::linkedit_data_command &LC = in readLinkData() local
349 for (const LoadCommand &LC : O.LoadCommands) in readSwiftVersion() local
DMachOWriter.cpp112 for (const LoadCommand &LC : O.LoadCommands) in totalSize() local
158 for (const LoadCommand &LC : O.LoadCommands) { in writeLoadCommands() local
240 for (const LoadCommand &LC : O.LoadCommands) in writeSections() local
DMachOLayoutBuilder.cpp27 for (const LoadCommand &LC : O.LoadCommands) { in computeSizeOfCmds() local
242 for (const auto &LC : O.LoadCommands) { in layoutTail() local
/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
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DConstantFolder.h45 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local
57 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local
70 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local
99 auto *LC = dyn_cast<Constant>(LHS); in FoldICmp() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetFolder.h56 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local
68 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local
81 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local
103 auto *LC = dyn_cast<Constant>(LHS); in FoldICmp() local
/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()
/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()
/external/clang/lib/Analysis/
DProgramPoint.cpp22 const LocationContext *LC, in getProgramPoint()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp20 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() 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/test/Parser/
Dcxx-casting.cpp76 #define LC <: in test2() macro
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp122 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in InitLibcalls() local
548 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; in getOUTLINE_ATOMIC() local
552 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; in getOUTLINE_ATOMIC() local
556 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; in getOUTLINE_ATOMIC() local
560 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; in getOUTLINE_ATOMIC() local
564 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; in getOUTLINE_ATOMIC() local
568 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; in getOUTLINE_ATOMIC() local
/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

12345