HomeSort by relevance Sort by last modified time
    Searched defs:SRet (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 34 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
72 bool isSRet() const { return Flags & SRet; }
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 391 /// and sret parameters need to be taken into accont.
395 // Multiple vectors are passed as sret.
988 // returning structs of 2, 3, or 4 vectors which are returned in a sret-like
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 95 milliseconds