HomeSort by relevance Sort by last modified time
    Searched refs:getParamAlignment (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/IR/
Argument.h 63 unsigned getParamAlignment() const;
Function.h 217 unsigned getParamAlignment(unsigned i) const {
218 return AttributeSets.getParamAlignment(i);
Attributes.h 303 unsigned getParamAlignment(unsigned Idx) const;
Instructions.h     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 198 uint16_t getParamAlignment(uint16_t i) const {
199 CALLSITE_DELEGATE_GETTER(getParamAlignment(i));
  /external/llvm/lib/IR/
Function.cpp 87 unsigned Argument::getParamAlignment() const {
89 return getParent()->getParamAlignment(getArgNo()+1);
Attributes.cpp 667 unsigned OldAlign = getParamAlignment(Idx);
668 unsigned NewAlign = Attrs.getParamAlignment(Idx);
834 unsigned AttributeSet::getParamAlignment(unsigned Index) const {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 473 return std::make_pair(align(Size, A.getParamAlignment()), Zero);
ValueTracking.cpp 315 Align = A->getParamAlignment();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 588 CalledFunc->getParamAlignment(ArgNo+1));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 762 Base, Size, AI->getParamAlignment());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 371 milliseconds