Home
last modified time | relevance | path

Searched refs:SecondOpc (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2139 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2140 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2148 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2151 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2208 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2209 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2224 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2240 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2338 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2339 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2347 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2350 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2376 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2377 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2392 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2248 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2249 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2257 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2260 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2317 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2318 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2333 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2349 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2319 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2320 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2328 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2331 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2390 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2391 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2406 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2422 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2319 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2320 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2328 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2331 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2390 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2391 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2406 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2422 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2319 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2320 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2328 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2331 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2390 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2391 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2406 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2422 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2580 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2581 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2589 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2592 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2655 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2656 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2671 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2687 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2480 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2481 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2489 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2492 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2555 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2556 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2571 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2587 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2710 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2711 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2719 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2722 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2785 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2786 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2801 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2817 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2480 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2481 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2489 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2492 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2555 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2556 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2571 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2587 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2710 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2711 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2719 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2722 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2785 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2786 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2801 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
2817 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3096 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
3097 if (FirstOpc == SecondOpc) in canPairLdStOpc()
3105 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
3108 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
3171 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
3172 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
3187 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
3203 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3096 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
3097 if (FirstOpc == SecondOpc) in canPairLdStOpc()
3105 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
3108 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
3171 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
3172 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
3187 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
3203 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3096 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
3097 if (FirstOpc == SecondOpc) in canPairLdStOpc()
3105 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
3108 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
3171 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
3172 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
3187 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
3203 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3081 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
3082 if (FirstOpc == SecondOpc) in canPairLdStOpc()
3090 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
3093 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
3156 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
3157 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
3172 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
3188 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3096 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
3097 if (FirstOpc == SecondOpc) in canPairLdStOpc()
3105 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
3108 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
3171 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
3172 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
3187 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
3203 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3096 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
3097 if (FirstOpc == SecondOpc) in canPairLdStOpc()
3105 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
3108 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
3171 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
3172 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
3187 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
3203 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2275 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2284 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2290 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2322 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2326 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2786 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc,
2795 return FirstOpc == SecondOpc;
2801 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8;
2833 unsigned SecondOpc = SecondLdSt.getOpcode();
2837 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget))
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2786 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2795 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2801 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2833 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2837 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2763 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2772 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2778 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2810 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2814 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2786 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2795 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2801 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2833 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2837 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2794 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2803 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2809 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2841 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2845 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2786 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2795 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2801 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2833 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2837 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2763 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument
2772 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()
2778 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()
2810 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2814 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()

12