Home
last modified time | relevance | path

Searched refs:ShrinkMode (Results 1 – 23 of 23) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_aspacemgr.h60 ShrinkMode; typedef
101 ShrinkMode smode;
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_aspacemgr.h60 ShrinkMode; typedef
101 ShrinkMode smode;
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_aspacemgr.h291 ( Addr start, SizeT length, ShrinkMode smode, SSizeT extra );
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_aspacemgr.h291 ( Addr start, SizeT length, ShrinkMode smode, SSizeT extra );
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c395 static const HChar* show_ShrinkMode ( ShrinkMode sm ) in show_ShrinkMode()
2942 ShrinkMode smode, SSizeT extra ) in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c395 static const HChar* show_ShrinkMode ( ShrinkMode sm ) in show_ShrinkMode()
2942 ShrinkMode smode, SSizeT extra ) in VG_()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp38905 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
38926 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
38929 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
38932 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
38935 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
38984 ShrinkMode Mode; in reduceVMULWidth()
39005 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
44811 ShrinkMode Mode; in combineLoopMAddPattern()
44814 Mode != ShrinkMode::MULU16 && in combineLoopMAddPattern()
45018 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38887 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
38908 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
38911 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
38914 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
38917 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
38966 ShrinkMode Mode; in reduceVMULWidth()
38987 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
44785 ShrinkMode Mode; in combineLoopMAddPattern()
44788 Mode != ShrinkMode::MULU16 && in combineLoopMAddPattern()
44992 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38905 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
38926 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
38929 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
38932 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
38935 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
38984 ShrinkMode Mode; in reduceVMULWidth()
39005 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
44811 ShrinkMode Mode; in combineLoopMAddPattern()
44814 Mode != ShrinkMode::MULU16 && in combineLoopMAddPattern()
45018 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42028 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
42049 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
42052 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
42055 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
42058 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
42107 ShrinkMode Mode; in reduceVMULWidth()
42128 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
42129 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
42137 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
48406 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43109 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
43130 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
43133 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
43136 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
43139 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
43188 ShrinkMode Mode; in reduceVMULWidth()
43209 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
43210 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
43218 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
49762 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41215 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
41236 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
41239 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
41242 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
41245 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
41294 ShrinkMode Mode; in reduceVMULWidth()
41315 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
41316 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
41324 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
47465 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp43109 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
43130 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
43133 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
43136 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
43139 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
43188 ShrinkMode Mode; in reduceVMULWidth()
43209 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
43210 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
43218 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
49762 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42410 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
42431 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
42434 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
42437 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
42440 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
42489 ShrinkMode Mode; in reduceVMULWidth()
42510 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
42511 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
42519 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
48850 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp41244 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
41265 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
41268 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
41271 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
41274 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
41323 ShrinkMode Mode; in reduceVMULWidth()
41344 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
41345 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
41353 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
47527 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43103 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
43124 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
43127 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
43130 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
43133 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
43182 ShrinkMode Mode; in reduceVMULWidth()
43203 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
43204 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
43212 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
49779 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43109 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
43130 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
43133 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
43136 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
43139 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
43188 ShrinkMode Mode; in reduceVMULWidth()
43209 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
43210 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
43218 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
49762 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42410 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
42431 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
42434 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
42437 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
42440 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
42489 ShrinkMode Mode; in reduceVMULWidth()
42510 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
42511 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
42519 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
48850 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43109 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
43130 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
43133 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
43136 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
43139 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
43188 ShrinkMode Mode; in reduceVMULWidth()
43209 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
43210 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
43218 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
49762 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44175 enum class ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
44196 Mode = ShrinkMode::MULS8; in canReduceVMulWidth()
44199 Mode = ShrinkMode::MULU8; in canReduceVMulWidth()
44202 Mode = ShrinkMode::MULS16; in canReduceVMulWidth()
44205 Mode = ShrinkMode::MULU16; in canReduceVMulWidth()
44254 ShrinkMode Mode; in reduceVMULWidth()
44275 if (Mode == ShrinkMode::MULU8 || Mode == ShrinkMode::MULS8) in reduceVMULWidth()
44276 return DAG.getNode((Mode == ShrinkMode::MULU8) ? ISD::ZERO_EXTEND in reduceVMULWidth()
44284 DAG.getNode(Mode == ShrinkMode::MULS16 ? ISD::MULHS : ISD::MULHU, DL, in reduceVMULWidth()
51108 ShrinkMode Mode; in matchPMADDWD()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp33480 enum ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
33482 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth()
33591 ShrinkMode Mode; in reduceVMULWidth()
38724 ShrinkMode Mode; in combineLoopMAddPattern()
38941 ShrinkMode Mode; in matchPMADDWD()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp34983 enum ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
34985 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth()
35062 ShrinkMode Mode; in reduceVMULWidth()
40579 ShrinkMode Mode; in combineLoopMAddPattern()
40807 ShrinkMode Mode; in matchPMADDWD()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp37114 enum ShrinkMode { MULS8, MULU8, MULS16, MULU16 }; enum
37116 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth()
37193 ShrinkMode Mode; in reduceVMULWidth()
43079 ShrinkMode Mode; in combineLoopMAddPattern()
43307 ShrinkMode Mode; in matchPMADDWD()