Searched refs:ByValAlign (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetCallingConv.h | 35 static const uint64_t ByValAlign = 0xFULL << 6; //< Struct alignment member 70 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign() 73 Flags = (Flags & ~ByValAlign) | in setByValAlign()
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 42 static const uint64_t ByValAlign = 0xFULL<<7; ///< Struct alignment member 108 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign() 111 Flags = (Flags & ~ByValAlign) | in setByValAlign()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 887 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1); in processByValArgument() local 888 if (ByValAlign == 0) return false; in processByValArgument() 892 if (MDep->getAlignment() < ByValAlign && in processByValArgument() 893 getOrEnforceKnownAlignment(MDep->getSource(),ByValAlign, TD) < ByValAlign) in processByValArgument()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1290 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1); in processByValArgument() local 1291 if (ByValAlign == 0) return false; in processByValArgument() 1297 if (MDep->getAlignment() < ByValAlign && in processByValArgument() 1298 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, in processByValArgument() 1299 CS.getInstruction(), &AC, &DT) < ByValAlign) in processByValArgument()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1841 unsigned ByValAlign = Flags.getByValAlign(); in WriteByValArg() local 1852 false, false, std::min(ByValAlign, in WriteByValArg() 1870 unsigned Alignment = std::min(ByValAlign, (unsigned )4); in WriteByValArg() 1891 unsigned Alignment = std::min(ByValAlign, (unsigned )2); in WriteByValArg() 1917 std::min(ByValAlign, (unsigned)4), in WriteByValArg()
|