Lines Matching refs:getDataLayout
308 Ty, /*AddrSpace=*/getDataLayout().getAllocaAddrSpace(), in coerceIllegalVector()
392 Ty, /*AddrSpace=*/getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
401 return getNaturalAlignIndirect(Ty, getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
443 getDataLayout().getAllocaAddrSpace(), false); in classifyArgumentType()
463 /*AddrSpace=*/getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
582 getDataLayout().getAllocaAddrSpace()); in classifyReturnType()
601 RetTy, /*AddrSpace=*/getDataLayout().getAllocaAddrSpace(), in classifyReturnType()
633 return getNaturalAlignIndirect(RetTy, getDataLayout().getAllocaAddrSpace()); in classifyReturnType()
654 if (getDataLayout().isBigEndian()) in classifyReturnType()
671 return getNaturalAlignIndirect(RetTy, getDataLayout().getAllocaAddrSpace()); in classifyReturnType()
749 unsigned size = CGT.getDataLayout().getTypeStoreSizeInBits(EltTy); in isLegalVectorType()