HomeSort by relevance Sort by last modified time
    Searched refs:ArgIsShortVector (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 33 SmallVector<bool, 4> ArgIsShortVector;
52 ArgIsShortVector.clear();
54 ArgIsShortVector.push_back(IsShortVectorType(Ins[i].ArgVT));
66 ArgIsShortVector.clear();
68 ArgIsShortVector.push_back(IsShortVectorType(Outs[i].ArgVT));
80 bool IsShortVector(unsigned ValNo) { return ArgIsShortVector[ValNo]; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 33 SmallVector<bool, 4> ArgIsShortVector;
52 ArgIsShortVector.clear();
54 ArgIsShortVector.push_back(IsShortVectorType(Ins[i].ArgVT));
66 ArgIsShortVector.clear();
68 ArgIsShortVector.push_back(IsShortVectorType(Outs[i].ArgVT));
80 bool IsShortVector(unsigned ValNo) { return ArgIsShortVector[ValNo]; }

Completed in 422 milliseconds