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

  /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!");
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 85 bool isInAlloca() const { return Flags & InAlloca; }
TargetLowering.h     [all...]
  /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/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 315 if (Out.Flags.isInAlloca())
407 if (In.Flags.isInAlloca())
459 if (Out.Flags.isInAlloca())
485 if (In.Flags.isInAlloca())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp 83 if (Arg.Flags.isByVal() || Arg.Flags.isInAlloca()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 505 if (Out.Flags.isInAlloca())
597 if (In.Flags.isInAlloca())
649 if (Out.Flags.isInAlloca())
675 if (In.Flags.isInAlloca())
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 362 assert(ThisAI.isInAlloca() && "this is passed directly or inalloca");
    [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 107 isInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2385 milliseconds