Home
last modified time | relevance | path

Searched refs:SourceVec (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSParIterComm.F903448 ParallelInfo, SourceVec, op )
3453 REAL(KIND=dp), DIMENSION(:) :: SourceVec local
3512 send_buf(owner) % vec(send_size(owner)) = SourceVec(i)
3600 SourceVec(Ind) = SourceVec(Ind) + recv_buf(i) % vec(j)
3602 SourceVec(Ind) = MIN(SourceVec(Ind),recv_buf(i) % vec(j))
3604 SourceVec(Ind) = MAX(SourceVec(Ind),recv_buf(i) % vec(j))
3627 REAL(KIND=dp), DIMENSION(:) :: SourceVec local
3693 send_buf(owner) % vec(send_size(owner)) = SourceVec(k)
3779 SourceVec(Ind) = SourceVec(Ind) + recv_buf(i) % vec(j)
3781 SourceVec(Ind) = MIN(SourceVec(Ind),recv_buf(i) % vec(j))
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6031 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
6032 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
6034 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5967 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
5968 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
5970 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5746 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
5747 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
5749 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6586 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
6587 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
6589 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6586 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
6587 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
6589 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6586 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
6587 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
6589 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7000 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7001 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
7003 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7021 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7022 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
7024 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMISelLowering.cpp6626 SDValue SourceVec = V.getOperand(0);
6627 auto Source = llvm::find(Sources, SourceVec);
6629 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/
H A DARMISelLowering.cpp6730 SDValue SourceVec = V.getOperand(0);
6731 auto Source = llvm::find(Sources, SourceVec);
6733 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7607 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7608 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
7610 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMISelLowering.cpp6954 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
6955 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
6957 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMISelLowering.cpp7432 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7433 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7435 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8022 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8023 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
8025 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7432 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7433 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7435 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7432 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7433 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7435 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8022 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8023 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
8025 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7732 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7733 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7735 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7736 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7737 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7739 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8571 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8572 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
8574 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8571 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8572 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
8574 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7718 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7719 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7721 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMISelLowering.cpp7736 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
7737 auto Source = llvm::find(Sources, SourceVec); in ReconstructShuffle()
7739 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8571 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
8572 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
8574 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()

123