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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 81 unsigned AllocaFieldIndex; // isInAlloca()
85 bool InAllocaSRet : 1; // isInAlloca()
161 bool isInAlloca() const { return TheKind == InAlloca; }
248 assert(isInAlloca() && "Invalid kind!");
252 assert(isInAlloca() && "Invalid kind!");
259 assert(isInAlloca() && "Invalid kind!");
264 assert(isInAlloca() && "Invalid kind!");
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 78 bool isInAlloca() const { return Flags & InAlloca; }
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp 78 isInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1731 milliseconds