Home
last modified time | relevance | path

Searched refs:getParamAlignment (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
DArgument.h72 unsigned getParamAlignment() const;
DCallSite.h216 uint16_t getParamAlignment(uint16_t i) const { in getParamAlignment() function
217 CALLSITE_DELEGATE_GETTER(getParamAlignment(i)); in getParamAlignment()
DFunction.h232 unsigned getParamAlignment(unsigned i) const {
233 return AttributeSets.getParamAlignment(i);
DAttributes.h314 unsigned getParamAlignment(unsigned Index) const;
DInstructions.h1375 unsigned getParamAlignment(unsigned i) const {
1376 return AttributeList.getParamAlignment(i);
3050 unsigned getParamAlignment(unsigned i) const {
3051 return AttributeList.getParamAlignment(i);
/external/llvm/lib/IR/
DFunction.cpp110 unsigned Argument::getParamAlignment() const { in getParamAlignment() function in Argument
112 return getParent()->getParamAlignment(getArgNo()+1); in getParamAlignment()
DAttributes.cpp703 unsigned OldAlign = getParamAlignment(Index); in addAttributes()
704 unsigned NewAlign = Attrs.getParamAlignment(Index); in addAttributes()
870 unsigned AttributeSet::getParamAlignment(unsigned Index) const { in getParamAlignment() function in AttributeSet
DVerifier.cpp1641 Copy.addAlignmentAttr(Attrs.getParamAlignment(I + 1)); in getParameterABIAttributes()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp468 return std::make_pair(align(Size, A.getParamAlignment()), Zero); in visitArgument()
DValueTracking.cpp315 Align = A->getParamAlignment(); in computeKnownBits()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp621 CalledFunc->getParamAlignment(ArgNo+1)); in InlineFunction()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp961 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1); in processByValArgument()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1838 unsigned align = PAL.getParamAlignment(paramIndex + 1); in emitFunctionParamList()
1918 unsigned align = PAL.getParamAlignment(paramIndex + 1); in emitFunctionParamList()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp949 unsigned ArgAlign = FArg.getParamAlignment(); in getShadow()
2320 unsigned Alignment = CS.getParamAlignment(i + 1); in visitCallSite()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp80 Alignment = CS->getParamAlignment(AttrIdx); in setAttributes()
DSelectionDAGBuilder.cpp7442 if (F.getParamAlignment(Idx)) in LowerArguments()
7443 FrameAlign = F.getParamAlignment(Idx); in LowerArguments()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2761 unsigned FrameAlign = CS.getParamAlignment(AttrInd); in DoSelectCall()