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 424 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
427 unsigned getByValTypeAlignment(Type *Ty) const;
PPCISelLowering.cpp 582 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
584 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 526 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
530 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 592 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 549 milliseconds