Searched refs:SourceVec (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4970 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 4971 auto Source = std::find(Sources.begin(), Sources.end(), SourceVec); in ReconstructShuffle() 4973 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5902 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 5903 auto Source = std::find(Sources.begin(), Sources.end(), SourceVec); in ReconstructShuffle() 5905 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6586 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()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7872 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local 7873 auto Source = find(Sources, SourceVec); in ReconstructShuffle() 7875 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7432 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()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7736 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9266 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local 9267 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9539 SDValue SourceVec = (j < NumEltsIn64Bits) ? V0 : V1; in isHopBuildVector() local 9540 if (SourceVec != Op0.getOperand(0)) in isHopBuildVector()
|