Home
last modified time | relevance | path

Searched refs:RotOpc (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7095 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
7096 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
7097 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8188 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8189 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8190 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8181 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8182 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8183 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8188 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8189 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8190 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7925 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
7926 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
7927 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8837 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8838 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8839 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8685 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8686 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8687 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9086 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9087 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9088 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8872 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8873 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8874 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8592 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8593 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8594 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9086 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9087 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9088 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9086 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9087 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9088 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8872 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
8873 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
8874 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9086 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9087 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9088 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9086 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9087 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9088 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9102 unsigned RotOpc = IsFSHL ? ISD::ROTL : ISD::ROTR; in visitFunnelShift() local
9103 if (N0 == N1 && hasOperation(RotOpc, VT)) in visitFunnelShift()
9104 return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2); in visitFunnelShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28203 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28205 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28957 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28959 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27783 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
27785 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp28957 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28959 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28460 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28462 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp27783 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
27785 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28951 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28953 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28957 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28959 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28460 unsigned RotOpc = (Opcode == ISD::ROTL ? X86ISD::VROTLI : X86ISD::VROTRI); in LowerRotate() local
28462 return DAG.getNode(RotOpc, DL, VT, R, in LowerRotate()

12