Searched refs:getParamAlignment (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DArgument.h56 /// getParamAlignment - If this is a byval argument, return its alignment.
57 unsigned getParamAlignment() const;
H A DFunction.h215 unsigned getParamAlignment(unsigned i) const { function in class:llvm::Function
216 return AttributeList.getParamAlignment(i);
H A DAttributes.h542 /// getParamAlignment - Return the alignment for the specified function
544 unsigned getParamAlignment(unsigned Idx) const { function in class:llvm::AttrListPtr
H A DInstructions.h1279 unsigned getParamAlignment(unsigned i) const { function in class:llvm::CallInst
1280 return AttributeList.getParamAlignment(i);
3041 unsigned getParamAlignment(unsigned i) const { function in class:llvm::InvokeInst
3042 return AttributeList.getParamAlignment(i);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h198 uint16_t getParamAlignment(uint16_t i) const { function in class:llvm::CallSiteBase
199 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DFunction.cpp84 unsigned Argument::getParamAlignment() const { function in class:Argument
86 return getParent()->getParamAlignment(getArgNo()+1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryBuiltins.cpp442 return std::make_pair(align(Size, A.getParamAlignment()), Zero);
H A DValueTracking.cpp313 if (unsigned Align = A->getParamAlignment())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp921 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DInlineFunction.cpp588 CalledFunc->getParamAlignment(ArgNo+1));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1526 unsigned align = PAL.getParamAlignment(paramIndex+1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FastISel.cpp1634 unsigned FrameAlign = CS.getParamAlignment(AttrInd);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5351 Entry.Alignment = CS.getParamAlignment(attrInd);
6741 if (F.getParamAlignment(Idx))
6742 FrameAlign = F.getParamAlignment(Idx);

Completed in 191 milliseconds