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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 29 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
59 bool isSRet() const { return Flags & SRet; }
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 34 static const uint64_t SRet = 1ULL<<3; ///< Hidden struct-ret ptr
79 bool isSRet() const { return Flags & SRet; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 73 /// an implicit sret parameter stored in the argument struct.
361 void setInAllocaSRet(bool SRet) {
363 InAllocaSRet = SRet;
  /external/clang/utils/TableGen/
NeonEmitter.cpp 404 /// and sret parameters need to be taken into accont.
408 // Multiple vectors are passed as sret.
1009 // returning structs of 2, 3, or 4 vectors which are returned in a sret-like
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 107 milliseconds