Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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 …]
DCodeViewYAMLDebugSections.cpp421 for (const auto &LC : Lines.Blocks) { in toCodeViewSubsection() local
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
DLegalizeDAG.cpp2029 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall()
2094 RTLIB::Libcall LC; in ExpandFPLibCall() local
2127 RTLIB::Libcall LC; in ExpandIntLibCall() local
2150 RTLIB::Libcall LC; in ExpandArgFPLibCall() local
2184 RTLIB::Libcall LC; in ExpandDivRemLibCall() local
2245 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local
2279 RTLIB::Libcall LC; in ExpandSinCosLibCall() local
3908 RTLIB::Libcall LC = RTLIB::getSYNC(Opc, VT); in ConvertNodeToLibcall() local
4043 RTLIB::Libcall LC; in ConvertNodeToLibcall() local
4136 RTLIB::Libcall LC = in ConvertNodeToLibcall() local
DLegalizeIntegerTypes.cpp1939 RTLIB::Libcall LC = RTLIB::getSYNC(Opc, VT); in ExpandAtomic() local
2692 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local
2715 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local
2735 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_LLROUND_LLRINT() local
2933 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local
3294 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local
3369 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local
3485 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local
3577 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local
3643 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UDIV() local
[all …]
/third_party/boost/boost/geometry/srs/projections/proj/
Dgstmerc.hpp93 T L, LC, sinC; in inv() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp513 RTLIB::Libcall LC, in getLibcallSignature()
/third_party/e2fsprogs/lib/ext2fs/
Dnls_utf8.c345 #define LC (19) macro
/third_party/f2fs-tools/lib/
Dnls_utf8.c343 #define LC (19) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp448 for (const auto &LC : CC.LoopCosts) { in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp51 std::unique_ptr<JITLinkAsyncLookupContinuation> LC) override { in lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp131 if (Optional<uint64_t> LC = LV->getAsUnsignedConstant()) in dumpArrayType() local
DDWARFContext.cpp79 for (auto LC : MachO->load_commands()) { in dumpUUID() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js1864 ,"LC":[,[,,"9\\d\\d",,,,,,,[3] property
Dmetadata.js4320 ,"LC":[,[,,"(?:[58]\\d\\d|758|900)\\d{7}",,,,,,,[10] property
Dmetadatalite.js4320 ,"LC":[,[,,"(?:[58]\\d\\d|758|900)\\d{7}",,,,,,,[10] property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp502 for (const auto &LC : LibraryCalls) { in ARMTargetLowering() local
606 for (const auto &LC : LibraryCalls) { in ARMTargetLowering() local
629 for (const auto &LC : MemOpsLibraryCalls) { in ARMTargetLowering() local
654 for (const auto &LC : LibraryCalls) { in ARMTargetLowering() local
696 for (const auto &LC : LibraryCalls) { in ARMTargetLowering() local
1160 for (const auto &LC : LibraryCalls) { in ARMTargetLowering() local
1181 for (const auto &LC : LibraryCalls) { in ARMTargetLowering() local
5405 RTLIB::Libcall LC; in LowerFP_TO_INT() local
5485 RTLIB::Libcall LC; in LowerINT_TO_FP() local
8914 RTLIB::Libcall LC = in LowerFSINCOS() local
[all …]
DARMFastISel.cpp1704 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectDiv() local
1733 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SelectRem() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp131 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in InitLibcalls() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp347 RTLIB::Libcall LC; in LowerDivRem() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp538 const Constant *LC = L.Values[i]; in meet() local
549 bool LatticeCell::add(const Constant *LC) { in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1865 LoopConstrainer LC(*L, LI, LPMAddNewLoop, LS, SE, DT, in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3590 RTLIB::Libcall LC; in fastLowerIntrinsicCall() local
4893 RTLIB::Libcall LC; in selectFRem() local

12