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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 81 unsigned AllocaFieldIndex; // isInAlloca()
85 bool InAllocaSRet : 1; // isInAlloca()
164 bool isInAlloca() const { return TheKind == InAlloca; }
251 assert(isInAlloca() && "Invalid kind!");
255 assert(isInAlloca() && "Invalid kind!");
262 assert(isInAlloca() && "Invalid kind!");
267 assert(isInAlloca() && "Invalid kind!");
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 78 bool isInAlloca() const { return Flags & InAlloca; }
TargetLowering.h     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 330 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 1330 milliseconds