Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h83 bool isInAlloca() const { return IsInAlloca; } in isInAlloca() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp726 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp100 if (Flags.isByVal() || Flags.isInAlloca()) { in setArgFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9733 if (Flags.isByVal() || Flags.isInAlloca()) { in LowerArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3895 if (!Outs.empty() && Outs.back().Flags.isInAlloca()) { in LowerCall()
3932 if (Flags.isInAlloca()) in LowerCall()
4121 if (Flags.isInAlloca()) in LowerCall()