Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10685 bool IsDupOp = false; in performNEONPostLDSTCombine() local
10716 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
10718 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
10720 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
10746 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10504 bool IsDupOp = false; in performNEONPostLDSTCombine() local
10535 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
10537 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
10539 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
10565 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10247 bool IsDupOp = false; in performNEONPostLDSTCombine() local
10278 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
10280 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
10282 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
10308 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11655 bool IsDupOp = false; in performNEONPostLDSTCombine() local
11686 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
11688 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
11690 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
11716 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11655 bool IsDupOp = false; in performNEONPostLDSTCombine() local
11686 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
11688 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
11690 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
11716 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11655 bool IsDupOp = false; in performNEONPostLDSTCombine() local
11686 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
11688 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
11690 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
11716 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12734 bool IsDupOp = false; in performNEONPostLDSTCombine() local
12765 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
12767 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
12769 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
12795 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12769 bool IsDupOp = false; in performNEONPostLDSTCombine() local
12800 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
12802 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
12804 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
12830 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13863 bool IsDupOp = false; in performNEONPostLDSTCombine() local
13894 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
13896 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
13898 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
13924 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14483 bool IsDupOp = false; in performNEONPostLDSTCombine() local
14514 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
14516 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
14518 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
14544 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14483 bool IsDupOp = false; in performNEONPostLDSTCombine() local
14514 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
14516 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
14518 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
14544 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15304 bool IsDupOp = false; in performNEONPostLDSTCombine() local
15335 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
15337 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
15339 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
15365 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15304 bool IsDupOp = false; in performNEONPostLDSTCombine() local
15335 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
15337 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
15339 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
15365 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15304 bool IsDupOp = false; in performNEONPostLDSTCombine() local
15335 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
15337 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
15339 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
15365 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15604 bool IsDupOp = false; in performNEONPostLDSTCombine() local
15635 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
15637 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
15639 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
15665 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15304 bool IsDupOp = false; in performNEONPostLDSTCombine() local
15335 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
15337 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
15339 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
15365 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15304 bool IsDupOp = false; in performNEONPostLDSTCombine() local
15335 NumVecs = 2; IsDupOp = true; break; in performNEONPostLDSTCombine()
15337 NumVecs = 3; IsDupOp = true; break; in performNEONPostLDSTCombine()
15339 NumVecs = 4; IsDupOp = true; break; in performNEONPostLDSTCombine()
15365 if (IsLaneOp || IsDupOp) in performNEONPostLDSTCombine()