Home
last modified time | relevance | path

Searched refs:isWorthFoldingSHL (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp355 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
386 isWorthFoldingSHL(V)) in isWorthFolding()
391 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
393 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp342 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
373 isWorthFoldingSHL(V)) in isWorthFolding()
378 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
380 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp342 static bool isWorthFoldingSHL(SDValue V) {
373 isWorthFoldingSHL(V))
378 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS))
380 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS))
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp412 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
443 isWorthFoldingSHL(V)) in isWorthFolding()
448 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
450 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp412 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
443 isWorthFoldingSHL(V)) in isWorthFolding()
448 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
450 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp412 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
443 isWorthFoldingSHL(V)) in isWorthFolding()
448 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
450 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp472 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
503 isWorthFoldingSHL(V)) in isWorthFolding()
508 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
510 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp467 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
498 isWorthFoldingSHL(V)) in isWorthFolding()
503 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
505 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp509 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
540 isWorthFoldingSHL(V)) in isWorthFolding()
545 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
547 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp472 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
503 isWorthFoldingSHL(V)) in isWorthFolding()
508 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
510 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp466 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
497 isWorthFoldingSHL(V)) in isWorthFolding()
502 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
504 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp509 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
540 isWorthFoldingSHL(V)) in isWorthFolding()
545 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
547 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp509 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
540 isWorthFoldingSHL(V)) in isWorthFolding()
545 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
547 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp509 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
540 isWorthFoldingSHL(V)) in isWorthFolding()
545 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
547 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp509 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
540 isWorthFoldingSHL(V)) in isWorthFolding()
545 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
547 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp472 static bool isWorthFoldingSHL(SDValue V) { in isWorthFoldingSHL() function
503 isWorthFoldingSHL(V)) in isWorthFolding()
508 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS)) in isWorthFolding()
510 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS)) in isWorthFolding()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp509 static bool isWorthFoldingSHL(SDValue V) {
540 isWorthFoldingSHL(V))
545 if (LHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(LHS))
547 if (RHS.getOpcode() == ISD::SHL && isWorthFoldingSHL(RHS))