Searched refs:SourceVec (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4135 SDValue SourceVec = V.getOperand(0); local
4139 if (SourceVecs[j] == SourceVec) {
4151 SourceVecs.push_back(SourceVec);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5137 SDValue SourceVec = V.getOperand(0); local
5145 if (SourceVecs[j] == SourceVec) {
5157 SourceVecs.push_back(SourceVec);

Completed in 2167 milliseconds