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 325 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
328 unsigned getByValTypeAlignment(Type *Ty) const;
PPCISelLowering.cpp 442 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
444 unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 444 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
448 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 527 /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
530 virtual unsigned getByValTypeAlignment(Type *Ty) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 112 milliseconds