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

/external/llvm/include/llvm/IR/
H A DArgument.h63 unsigned getParamAlignment() const;
H A DFunction.h232 unsigned getParamAlignment(unsigned i) const { function in class:llvm::Function
233 return AttributeSets.getParamAlignment(i);
H A DAttributes.h309 unsigned getParamAlignment(unsigned Index) const;
H A DInstructions.h1291 unsigned getParamAlignment(unsigned i) const { function in class:llvm::CallInst
1292 return AttributeList.getParamAlignment(i);
3048 unsigned getParamAlignment(unsigned i) const { function in class:llvm::InvokeInst
3049 return AttributeList.getParamAlignment(i);
/external/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));
/external/llvm/lib/IR/
H A DFunction.cpp87 unsigned Argument::getParamAlignment() const { function in class:Argument
89 return getParent()->getParamAlignment(getArgNo()+1);
H A DAttributes.cpp685 unsigned OldAlign = getParamAlignment(Index);
686 unsigned NewAlign = Attrs.getParamAlignment(Index);
852 unsigned AttributeSet::getParamAlignment(unsigned Index) const { function in class:AttributeSet
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1505 unsigned align = PAL.getParamAlignment(paramIndex + 1);
1585 unsigned align = PAL.getParamAlignment(paramIndex + 1);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp457 return std::make_pair(align(Size, A.getParamAlignment()), Zero);
H A DValueTracking.cpp315 Align = A->getParamAlignment();
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp927 unsigned ByValAlign = CS.getParamAlignment(ArgNo+1);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp598 CalledFunc->getParamAlignment(ArgNo+1));
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp780 unsigned ArgAlign = AI->getParamAlignment();
1630 unsigned Alignment = CS.getParamAlignment(i + 1);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5285 Entry.Alignment = CS.getParamAlignment(attrInd);
6704 if (F.getParamAlignment(Idx))
6705 FrameAlign = F.getParamAlignment(Idx);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1913 unsigned FrameAlign = CS.getParamAlignment(AttrInd);

Completed in 235 milliseconds