Lines Matching refs:getDataLayout
25 if (CGF.CGM.getDataLayout().isBigEndian()) { in complexTempStructure()
192 return getNaturalAlignIndirect(RetTy, getDataLayout().getAllocaAddrSpace()); in classifyReturnType()
211 return getNaturalAlignIndirect(Ty, getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
218 CCAlign, /*AddrSpace=*/getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
290 GV->getParent()->getDataLayout().getPointerSizeInBits() / 8; in setTargetAttributes()
839 return getNaturalAlignIndirect(Ty, getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
849 return getNaturalAlignIndirect(Ty, getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
854 return getNaturalAlignIndirect(Ty, getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
898 /*AddrSpace=*/getDataLayout().getAllocaAddrSpace(), in classifyArgumentType()
921 getDataLayout().getAllocaAddrSpace()); in classifyReturnType()
931 RetTy, getDataLayout().getAllocaAddrSpace(), /*ByVal=*/false); in classifyReturnType()
961 return getNaturalAlignIndirect(RetTy, getDataLayout().getAllocaAddrSpace()); in classifyReturnType()