Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h502 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
515 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
522 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
535 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
542 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
555 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
562 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
574 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
585 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
591 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
[all …]
/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-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp116 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData()
122 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
139 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
153 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString()
163 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
170 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
177 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
185 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData()
217 for (auto &LC : Obj.LoadCommands) { in writeLoadCommands() local
268 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/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp113 MachOYAML::LoadCommand &LC, in processLoadCommandData()
120 MachOYAML::LoadCommand &LC, in processLoadCommandData()
128 MachOYAML::LoadCommand &LC, in processLoadCommandData()
136 readString(MachOYAML::LoadCommand &LC, in readString()
147 MachOYAML::LoadCommand &LC, in processLoadCommandData()
154 MachOYAML::LoadCommand &LC, in processLoadCommandData()
161 MachOYAML::LoadCommand &LC, in processLoadCommandData()
168 MachOYAML::LoadCommand &LC, in processLoadCommandData()
209 MachOYAML::LoadCommand LC; in dumpLoadCommands() 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h956 auto *LC = dyn_cast<Constant>(L); variable
964 if (auto *LC = dyn_cast<Constant>(LHS)) variable
981 if (auto *LC = dyn_cast<Constant>(LHS)) variable
998 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1015 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1029 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1053 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1074 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1094 if (auto *LC = dyn_cast<Constant>(LHS)) variable
1116 if (auto *LC = dyn_cast<Constant>(LHS)) variable
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp80 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local
97 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
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
DAnalyzerStatsChecker.cpp50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
DVLASizeChecker.cpp167 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() 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/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
DMachOTest.cpp40 macho_load_command *LC = in TEST() local
/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/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/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp357 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
374 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
549 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
705 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, RVT); in SoftenFloatOp_FP_ROUND() local
733 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in SoftenFloatOp_FP_TO_SINT() local
741 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in SoftenFloatOp_FP_TO_UINT() local
749 RTLIB::Libcall LC = RTLIB::FPROUND_F32_F16; in SoftenFloatOp_FP32_TO_FP16() local
1185 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() local
1367 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT() local
1399 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_UINT() local
DLegalizeIntegerTypes.cpp1169 RTLIB::Libcall LC; in ExpandAtomic() local
1749 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local
1759 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local
1963 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local
2025 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local
2084 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local
2192 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local
2271 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local
2326 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UDIV() local
2346 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UREM() local
[all …]
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp477 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
493 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
507 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
717 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
855 RTLIB::Libcall LC = RTLIB::getFPEXT(SVT, RVT); in SoftenFloatOp_FP_EXTEND() local
871 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local
940 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatOp_FP_TO_XINT() local
1479 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() local
1661 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT() local
1670 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_UINT() local

1234