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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp64 return isExtendedVector() && getExtendedSizeInBits() == 16;
68 return isExtendedVector() && getExtendedSizeInBits() == 32;
72 return isExtendedVector() && getExtendedSizeInBits() == 64;
76 return isExtendedVector() && getExtendedSizeInBits() == 128;
80 return isExtendedVector() && getExtendedSizeInBits() == 256;
84 return isExtendedVector() && getExtendedSizeInBits() == 512;
88 return isExtendedVector() && getExtendedSizeInBits() == 1024;
92 return isExtendedVector() && getExtendedSizeInBits() == 2048;
105 TypeSize EVT::getExtendedSizeInBits() const { function in class:EVT
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h301 return getExtendedSizeInBits();
447 TypeSize getExtendedSizeInBits() const LLVM_READONLY;

Completed in 109 milliseconds