Home
last modified time | relevance | path

Searched defs:isInAlloca (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h78 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
/external/llvm/include/llvm/Target/
DTargetCallingConv.h85 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca() function
DTargetLowering.h2470 bool isInAlloca : 1; member
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h236 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function