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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 82 unsigned AllocaFieldIndex; // isInAlloca()
86 bool InAllocaSRet : 1; // isInAlloca()
165 bool isInAlloca() const { return TheKind == InAlloca; }
252 assert(isInAlloca() && "Invalid kind!");
256 assert(isInAlloca() && "Invalid kind!");
263 assert(isInAlloca() && "Invalid kind!");
268 assert(isInAlloca() && "Invalid kind!");
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 79 bool isInAlloca() const { return Flags & InAlloca; }
TargetLowering.h     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 352 if (Out.Flags.isInAlloca())
430 if (In.Flags.isInAlloca())
487 if (Out.Flags.isInAlloca())
514 if (In.Flags.isInAlloca())
  /external/clang/lib/CodeGen/
CGVTables.cpp 365 assert(ThisAI.isInAlloca() && "this is passed directly or inalloca");
    [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp 78 isInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 164 milliseconds