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

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DArgument.h63 unsigned getParamAlignment() const;
H A DFunction.h217 unsigned getParamAlignment(unsigned i) const { function in class:llvm::Function
218 return AttributeSets.getParamAlignment(i);
H A DAttributes.h304 unsigned getParamAlignment(unsigned Index) const;
H A DInstructions.h1287 unsigned getParamAlignment(unsigned i) const { function in class:llvm::CallInst
1288 return AttributeList.getParamAlignment(i);
3033 unsigned getParamAlignment(unsigned i) const { function in class:llvm::InvokeInst
3034 return AttributeList.getParamAlignment(i);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h197 uint16_t getParamAlignment(uint16_t i) const { function in class:llvm::CallSiteBase
198 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp87 unsigned Argument::getParamAlignment() const { function in class:Argument
89 return getParent()->getParamAlignment(getArgNo()+1);
H A DAttributes.cpp671 unsigned OldAlign = getParamAlignment(Index);
672 unsigned NewAlign = Attrs.getParamAlignment(Index);
838 unsigned AttributeSet::getParamAlignment(unsigned Index) const { function in class:AttributeSet
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1547 unsigned align = PAL.getParamAlignment(paramIndex + 1);
1628 unsigned align = PAL.getParamAlignment(paramIndex + 1);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp448 return std::make_pair(align(Size, A.getParamAlignment()), Zero);
H A DValueTracking.cpp315 Align = A->getParamAlignment();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp921 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp598 CalledFunc->getParamAlignment(ArgNo+1));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp773 Base, Size, AI->getParamAlignment());
1615 unsigned Alignment = CS.getParamAlignment(i + 1);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1837 unsigned FrameAlign = CS.getParamAlignment(AttrInd);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5257 Entry.Alignment = CS.getParamAlignment(attrInd);
6669 if (F.getParamAlignment(Idx))
6670 FrameAlign = F.getParamAlignment(Idx);

Completed in 296 milliseconds