HomeSort by relevance Sort by last modified time
    Searched defs:is512BitVector (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 262 /// is512BitVector - Return true if this is a 512-bit vector type.
263 bool is512BitVector() const {
ValueTypes.h 162 /// is512BitVector - Return true if this is a 512-bit vector type.
163 bool is512BitVector() const {
164 return isSimple() ? V.is512BitVector() : isExtended512BitVector();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MachineValueType.h 367 bool is512BitVector() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ValueTypes.h 192 bool is512BitVector() const {
193 return isSimple() ? V.is512BitVector() : isExtended512BitVector();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 508 /// is512BitVector - Return true if this is a 512-bit vector type.
509 inline bool is512BitVector() const {

Completed in 99 milliseconds