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 409 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
412 unsigned getByValTypeAlignment(Type *Ty) const;
PPCISelLowering.cpp 518 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
520 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 489 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
493 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 586 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
589 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 150 milliseconds