/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 287 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function 417 assert(isInAlloca() && "Invalid kind!"); in getInAllocaFieldIndex() 421 assert(isInAlloca() && "Invalid kind!"); in setInAllocaFieldIndex() 426 assert(isInAlloca() && "Invalid kind!"); in getInAllocaIndirect() 430 assert(isInAlloca() && "Invalid kind!"); in setInAllocaIndirect() 437 assert(isInAlloca() && "Invalid kind!"); in getInAllocaSRet() 442 assert(isInAlloca() && "Invalid kind!"); in setInAllocaSRet()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 236 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca() function 346 assert(isInAlloca() && "Invalid kind!"); in getInAllocaFieldIndex() 350 assert(isInAlloca() && "Invalid kind!"); in setInAllocaFieldIndex() 357 assert(isInAlloca() && "Invalid kind!"); in getInAllocaSRet() 362 assert(isInAlloca() && "Invalid kind!"); in setInAllocaSRet()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 315 if (Out.Flags.isInAlloca()) in LowerCall() 407 if (In.Flags.isInAlloca()) in LowerCall() 459 if (Out.Flags.isInAlloca()) in LowerReturn() 485 if (In.Flags.isInAlloca()) in LowerFormalArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 83 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 85 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca() function
|
D | TargetLowering.h | 2470 bool isInAlloca : 1; member 2477 isSRet(false), isNest(false), isByVal(false), isInAlloca(false), in ArgListEntry()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 94 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 726 if (Out.Flags.isInAlloca()) in LowerCall() 834 if (In.Flags.isInAlloca()) in LowerCall() 894 if (Out.Flags.isInAlloca()) in LowerReturn() 920 if (In.Flags.isInAlloca()) in LowerFormalArguments()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 875 if (Out.Flags.isInAlloca()) in LowerCall() 1006 if (In.Flags.isInAlloca()) in LowerCall() 1062 if (Out.Flags.isInAlloca()) in LowerReturn() 1092 if (In.Flags.isInAlloca()) in LowerFormalArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 100 if (Flags.isByVal() || Flags.isInAlloca()) { in setArgFlags()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 140 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated()) { in setArgFlags()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 362 assert(ThisAI.isInAlloca() && "this is passed directly or inalloca"); in EmitMustTailThunk()
|
D | CGCall.cpp | 3559 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall() 3573 } else if (RetAI.isInAlloca()) { in EmitCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 413 assert(ThisAI.isInAlloca() && "this is passed directly or inalloca"); in EmitMustTailThunk()
|
D | CGCall.cpp | 1521 return RI.isIndirect() || (RI.isInAlloca() && RI.getInAllocaSRet()); in ReturnTypeUsesSRet() 4386 if (RetAI.isIndirect() || RetAI.isInAlloca() || RetAI.isCoerceAndExpand()) { in EmitCall() 4399 } else if (RetAI.isInAlloca()) { in EmitCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 7599 if (Args[i].isInAlloca) { in LowerCallTo() 7608 if (Args[i].isByVal || Args[i].isInAlloca) { in LowerCallTo() 7900 if (Flags.isByVal() || Flags.isInAlloca()) { in LowerArguments()
|
D | TargetLowering.cpp | 107 isInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca); in setAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9733 if (Flags.isByVal() || Flags.isInAlloca()) { in LowerArguments()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9857 if (Flags.isByVal() || Flags.isInAlloca() || Flags.isPreallocated() || in LowerArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3895 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall() 3932 if (Flags.isInAlloca()) in LowerCall() 4121 if (Flags.isInAlloca()) in LowerCall()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3978 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall() 4030 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall() 4222 if (Flags.isInAlloca() || Flags.isPreallocated()) in LowerCall()
|