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

  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 434 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
437 unsigned getByValTypeAlignment(Type *Ty) const override;
PPCISelLowering.cpp 717 /// getMaxByValAlign - Helper for getByValTypeAlignment to determine
745 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
747 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 539 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
543 unsigned getByValTypeAlignment(Type *Ty) const override;
    [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 666 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 368 milliseconds