Home
last modified time | relevance | path

Searched refs:DestSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp501 unsigned DestSize = DestTy->getScalarType()->getPrimitiveSizeInBits(); in Act() local
504 if ((Ran->Rand() & 1) && VSize == DestSize) { in Act()
512 if (VSize > DestSize) { in Act()
516 assert(VSize < DestSize && "Different int types with the same size?"); in Act()
546 if (VSize > DestSize) { in Act()
549 } else if (VSize < DestSize) { in Act()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp305 unsigned DestSize = Ty->getScalarSizeInBits(); in getOperationCost() local
306 if (DL->isLegalInteger(DestSize) && in getOperationCost()
307 DestSize >= DL->getPointerTypeSizeInBits(OpTy)) in getOperationCost()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp451 unsigned DestSize = DL->getTypeSizeInBits(Dest->getScalarType()); in isZExtFree() local
453 return SrcSize == 32 && DestSize == 64; in isZExtFree()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1776 unsigned DestSize = DestVT.getSizeInBits(); in EmitStackConvert() local
1794 if (SlotSize == DestSize) in EmitStackConvert()
1798 assert(SlotSize < DestSize && "Unknown extension!"); in EmitStackConvert()