Home
last modified time | relevance | path

Searched refs:XL (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h109 case XL: in isSupportedCXXABI()
175 case XL: in areMemberFunctionsAligned()
252 case XL: in canKeyFunctionBeInline()
290 case XL: in getTailPaddingUseRules()
H A DTargetCXXABI.def110 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
115 ITANIUM_CXXABI(XL, "xl")
H A DLangOptions.h361 XL, enumerator
H A DBuiltinsPPC.def94 // XL Compatibility built-ins
567 // P7 XL Compat BCD builtins.
H A DLangOptions.def394 LANGOPT(XLPragmaPack, 1, 0, NotCompatible, "IBM XL #pragma pack handling")
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp265 FullSourceLoc XL = X.getLocation().asLocation(); in comparePiece() local
267 if (XL != YL) in comparePiece()
268 return XL.isBeforeInTranslationUnitThan(YL); in comparePiece()
276 const SourceManager &SM = XL.getManager(); in comparePiece()
321 static bool compareCrossTUSourceLocs(FullSourceLoc XL, FullSourceLoc YL) { in compareCrossTUSourceLocs() argument
322 if (XL.isInvalid() && YL.isValid()) in compareCrossTUSourceLocs()
324 if (XL.isValid() && YL.isInvalid()) in compareCrossTUSourceLocs()
326 FileIDAndOffset XOffs = XL.getDecomposedLoc(); in compareCrossTUSourceLocs()
328 const SourceManager &SM = XL.getManager(); in compareCrossTUSourceLocs()
331 return XL.isBeforeInTranslationUnitThan(YL); in compareCrossTUSourceLocs()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsylk22 # MP~Multiplan, XL~Excel WXL~Excel Windows
27 >>>4 string XL Excel
H A Djpeg250 # JPEG XL
255 # Note: called by TrID "JPEG XL bitmap"
256 0 string \xff\x0a JPEG XL codestream
260 # JPEG XL (transcoded JPEG file)
264 # Note: called by TrID "JPEG XL bitmap (ISOBMFF)"
265 0 string \x00\x00\x00\x0cJXL\x20\x0d\x0a\x87\x0a JPEG XL container
H A Driff589 >>>>>>>(104.l+132) string/c xlv0 XL Video Decoder
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_xl6 PROJECT_NAME = "FreeBSD kernel XL device code"
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-msft-lumia-octagon-cityman.dts13 model = "Microsoft Lumia 950 XL";
H A Dmsm8994-msft-lumia-octagon.dtsi32 * Most Lumia 950/XL users use GRUB to load their kernels,
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8226-microsoft-makepeace.dts15 model = "Microsoft Lumia 640 XL";
/freebsd/contrib/libpcap/doc/
H A DREADME.aix12 * GCC 8.3.0 works, XL C 12.1.0 works.
19 * GCC 7.2.0 works, XL C 13.1.3 works.
/freebsd/libexec/rc/
H A Drc.initdiskless214 /sbin/mdmfs -XL -S -s $1 auto $2
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmacb.txt11 Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs.
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake125 CMAKE_CXX_COMPILER_ID STREQUAL "XL")
126 # CMake 2.8 changes Visual Age's compiler ID to "XL".
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h761 this->TheCXXABI.set(TargetCXXABI::XL); in AIXTargetInfo()
825 this->TheCXXABI.set(TargetCXXABI::XL); in ZOSTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td148 // Intrinsics defined to maintain XL compatibility
197 // XL compatible select functions
1805 // XL Compat intrinsics.
/freebsd/share/misc/
H A Dpci_vendors1287 1478 Navi 10 XL Upstream Port of PCI Express Switch
1288 1479 Navi 10 XL Downstream Port of PCI Express Switch
1688 474d Rage XL AGP 2X
1691 1002 0080 Rage XL AGP 2X
1693 1002 474d Rage XL AGP
1694 1033 806a Rage XL AGP
1697 474f Rage XL
1698 1002 0008 Rage XL
1699 1002 474f Rage XL
1706 4752 Rage 3 [Rage XL PCI]
[all …]
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt265 # for Intel C; 3.9 adds support for PGI C, Sun C, and IBM XL C, and
283 elseif(CMAKE_C_COMPILER_ID MATCHES "XL")
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp50 case TargetCXXABI::XL: in createCXXABI()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td1482 // 1.7.7 XL-Form
1499 // XL-Form for unary alias for CRNOR (CRNOT)
/freebsd/contrib/bmake/
H A Dconfigure5756 /* IBM XL C 1.02.0.0 rejects this.
5784 { /* IBM XL C 1.02.0.0 rejects this sort of thing, saying
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1134 // C functions that have been compiled with the IBM XL C for OpenCL compiler and

123