Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h91 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1055 if (Out.Flags.isInAlloca()) in LowerCall()
1185 if (In.Flags.isInAlloca()) in LowerCall()
1270 if (Out.Flags.isInAlloca()) in LowerReturn()
1300 if (In.Flags.isInAlloca()) in LowerFormalArguments()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp562 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall()
592 if (Flags.isInAlloca()) in LowerCall()
681 if (Flags.isInAlloca()) in LowerCall()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp415 assert(ThisAI.isInAlloca() && "this is passed directly or inalloca"); in EmitMustTailThunk()
H A DCGCall.cpp1571 return RI.isIndirect() || (RI.isInAlloca() && RI.getInAllocaSRet()); in ReturnTypeUsesSRet()
4779 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall()
4792 } else if (RetAI.isInAlloca()) { in EmitCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp191 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated()) { in setArgFlags()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10384 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4439 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall()
4491 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
4684 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()