Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1458 bool hasInallocaArg() const { return InallocaArgNo != InvalidIndex; } in hasInallocaArg() function in __anon4a6f99940511::ClangToLLVMArgMapping
1460 assert(hasInallocaArg()); in getInallocaArgNo()
1666 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
2380 if (IRFunctionArgs.hasInallocaArg()) { in ConstructAttributeList()
2390 if (FI.isInstanceMethod() && !IRFunctionArgs.hasInallocaArg() && in ConstructAttributeList()
2701 if (IRFunctionArgs.hasInallocaArg()) { in EmitFunctionProlog()
5175 assert(IRFunctionArgs.hasInallocaArg()); in EmitCall()
5238 if (IRFunctionArgs.hasInallocaArg() && in EmitCall()