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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetCallingConv.h 37 unsigned IsInAlloca : 1; ///< Passed with inalloca
55 IsReturned(0), IsSplit(0), IsInAlloca(0), IsSplitEnd(0),
78 bool isInAlloca() const { return IsInAlloca; }
79 void setInAlloca() { IsInAlloca = 1; }
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 85 bool isInAlloca() const { return Flags & InAlloca; }
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 88 unsigned AllocaFieldIndex; // isInAlloca()
92 bool InAllocaSRet : 1; // isInAlloca()
236 bool isInAlloca() const { return TheKind == InAlloca; }
346 assert(isInAlloca() && "Invalid kind!");
350 assert(isInAlloca() && "Invalid kind!");
357 assert(isInAlloca() && "Invalid kind!");
362 assert(isInAlloca() && "Invalid kind!");

Completed in 110 milliseconds