Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h297 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function
436 assert(isInAlloca() && "Invalid kind!"); in getInAllocaFieldIndex()
440 assert(isInAlloca() && "Invalid kind!"); in setInAllocaFieldIndex()
445 assert(isInAlloca() && "Invalid kind!"); in getInAllocaIndirect()
449 assert(isInAlloca() && "Invalid kind!"); in setInAllocaIndirect()
456 assert(isInAlloca() && "Invalid kind!"); in getInAllocaSRet()
461 assert(isInAlloca() && "Invalid kind!"); in setInAllocaSRet()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h91 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1112 if (Out.Flags.isInAlloca()) in LowerCall()
1243 if (In.Flags.isInAlloca()) in LowerCall()
1328 if (Out.Flags.isInAlloca()) in LowerReturn()
1358 if (In.Flags.isInAlloca()) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2106 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall()
2158 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
2351 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp612 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall()
642 if (Flags.isInAlloca()) in LowerCall()
731 if (Flags.isInAlloca()) in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp428 assert(ThisAI.isInAlloca() && "this is passed directly or inalloca"); in EmitMustTailThunk()
H A DCGCall.cpp1559 return RI.isIndirect() || (RI.isInAlloca() && RI.getInAllocaSRet()); in ReturnTypeUsesSRet()
5080 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall()
5098 } else if (RetAI.isInAlloca()) { in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp234 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in setArgFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11553 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()