Home
last modified time | relevance | path

Searched refs:DesiredAlignment (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1060 const Align DesiredAlignment(16); in getVPMemoryOpCost() local
1061 if (Alignment >= DesiredAlignment || ST->getCPUDirective() != PPC::DIR_PWR9) in getVPMemoryOpCost()
1069 float AlignmentProb = ((float)Alignment.value()) / DesiredAlignment.value(); in getVPMemoryOpCost()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp2331 ImplicitCastExpr DesiredAlignment(ImplicitCastExpr::OnStack, AlignValT, in BuildCXXNew() local
2342 CallArgs.emplace_back(&DesiredAlignment); in BuildCXXNew()