Home
last modified time | relevance | path

Searched refs:ShortAccumWidth (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h79 unsigned char ShortAccumWidth, ShortAccumAlign; variable
390 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
422 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
445 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
447 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
479 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
502 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h70 unsigned char ShortAccumWidth, ShortAccumAlign; member
411 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
443 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
466 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h67 unsigned char ShortAccumWidth, ShortAccumAlign; member
408 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
440 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
463 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
447 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
479 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
502 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h70 unsigned char ShortAccumWidth, ShortAccumAlign; member
411 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
443 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
466 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h80 unsigned char ShortAccumWidth, ShortAccumAlign; variable
399 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
431 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
454 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp46 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
744 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
748 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp45 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
740 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
744 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DTargetInfo.h82 unsigned char ShortAccumWidth, ShortAccumAlign; member
467 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
499 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
522 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
449 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
481 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
504 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
482 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
514 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
537 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
466 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
498 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
521 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
466 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
498 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
521 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
466 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
498 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
521 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
449 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
481 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
504 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
466 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
498 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
521 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DTargetInfo.h73 unsigned char ShortAccumWidth, ShortAccumAlign; member
466 unsigned getShortAccumWidth() const { return ShortAccumWidth; } in getShortAccumWidth()
498 return ShortAccumWidth - ShortAccumScale - 1; in getShortAccumIBits()
521 : ShortAccumWidth - getUnsignedShortAccumScale(); in getUnsignedShortAccumIBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/
H A DTargetInfo.cpp48 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
784 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
788 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp48 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
785 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
789 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp48 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
784 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
788 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp46 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
760 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
764 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp45 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
754 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
758 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp46 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
760 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
764 ShortAccumWidth); in CheckFixedPointBits()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp48 ShortAccumWidth = ShortAccumAlign = 16; in TargetInfo()
785 assert(ShortAccumScale + getShortAccumIBits() + 1 <= ShortAccumWidth); in CheckFixedPointBits()
789 ShortAccumWidth); in CheckFixedPointBits()

12