Searched refs:VTSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp53 unsigned VTSize = 4; local
72 SrcOff += VTSize;
83 DstOff += VTSize;
99 VTSize = 2;
102 VTSize = 1;
112 SrcOff += VTSize;
113 BytesLeft -= VTSize;
122 VTSize = 2;
125 VTSize = 1;
133 DstOff += VTSize;
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3635 unsigned VTSize = VT.getSizeInBits() / 8; local
3636 while (VTSize > Size) {
3671 VTSize >= 8 && NewVTSize < Size &&
3673 VTSize = Size;
3676 VTSize = NewVTSize;
3684 Size -= VTSize;
3755 unsigned VTSize = VT.getSizeInBits() / 8; local
3758 if (VTSize > Size) {
3762 SrcOff -= VTSize - Size;
3763 DstOff -= VTSize
3859 unsigned VTSize = VT.getSizeInBits() / 8; local
3875 unsigned VTSize = VT.getSizeInBits() / 8; local
3959 unsigned VTSize = VT.getSizeInBits() / 8; local
[all...]
H A DTargetLowering.cpp688 unsigned VTSize = VT.getSizeInBits(); local
700 if (ShAmt && (NewMask & APInt::getHighBitsSet(VTSize, ShAmt)) == 0) {

Completed in 111 milliseconds