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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetCallingConv.h39 static const uint64_t ByValAlign = 0xFULL << 6; ///< Struct alignment member in struct:llvm::ISD::ArgFlagsTy
74 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2);
77 Flags = (Flags & ~ByValAlign) |
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp921 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1); local
922 if (ByValAlign == 0) return false;
926 if (MDep->getAlignment() < ByValAlign &&
927 getOrEnforceKnownAlignment(MDep->getSource(),ByValAlign, TD) < ByValAlign)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2699 unsigned ByValAlign = Flags.getByValAlign(); local
2710 std::min(ByValAlign, (unsigned )4));
2727 unsigned Alignment = std::min(ByValAlign, (unsigned )4);
2748 unsigned Alignment = std::min(ByValAlign, (unsigned )2);
2773 std::min(ByValAlign, (unsigned)4),

Completed in 218 milliseconds