Home
last modified time | relevance | path

Searched refs:hasInallocaArg (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1426 bool hasInallocaArg() const { return InallocaArgNo != InvalidIndex; } in hasInallocaArg() function in __anond6ec6b980511::ClangToLLVMArgMapping
1428 assert(hasInallocaArg()); in getInallocaArgNo()
1634 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
2317 if (IRFunctionArgs.hasInallocaArg()) { in ConstructAttributeList()
2327 if (FI.isInstanceMethod() && !IRFunctionArgs.hasInallocaArg() && in ConstructAttributeList()
2623 if (IRFunctionArgs.hasInallocaArg()) { in EmitFunctionProlog()
5080 assert(IRFunctionArgs.hasInallocaArg()); in EmitCall()
5143 if (IRFunctionArgs.hasInallocaArg() && in EmitCall()