Home
last modified time | relevance | path

Searched refs:InAlloca (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/include/llvm/Target/
DTargetCallingConv.h46 static const uint64_t InAlloca = 1ULL<<12; ///< Passed with inalloca member
85 bool isInAlloca() const { return Flags & InAlloca; } in isInAlloca()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h74 InAlloca, enumerator
76 KindLast = InAlloca
169 auto AI = ABIArgInfo(InAlloca); in getInAlloca()
236 bool isInAlloca() const { return TheKind == InAlloca; } in isInAlloca()
/external/llvm/include/llvm/IR/
DCallSite.h545 return paramHasAttr(ArgNo + 1, Attribute::InAlloca); in isInAllocaArgument()
551 paramHasAttr(ArgNo + 1, Attribute::InAlloca); in isByValOrInAllocaArgument()
557 return paramHasAttr(arg_size(), Attribute::InAlloca); in hasInAllocaArgument()
DAttributes.td56 def InAlloca : EnumAttr<"inalloca">;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h604 return paramHasAttr(ArgNo, Attribute::InAlloca); in isInAllocaArgument()
610 paramHasAttr(ArgNo, Attribute::InAlloca); in isByValOrInAllocaArgument()
616 return !arg_empty() && paramHasAttr(arg_size() - 1, Attribute::InAlloca); in hasInAllocaArgument()
DAttributes.td56 def InAlloca : EnumAttr<"inalloca">;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc13 InAlloca,
70 .Case("inalloca", Attribute::InAlloca)
199 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen13 InAlloca,
70 .Case("inalloca", Attribute::InAlloca)
199 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen13 InAlloca,
70 .Case("inalloca", Attribute::InAlloca)
199 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen13 InAlloca,
70 .Case("inalloca", Attribute::InAlloca)
199 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen13 InAlloca,
70 .Case("inalloca", Attribute::InAlloca)
199 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen13 InAlloca,
70 .Case("inalloca", Attribute::InAlloca)
199 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc13 InAlloca,
76 .Case("inalloca", Attribute::InAlloca)
211 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc13 InAlloca,
76 .Case("inalloca", Attribute::InAlloca)
211 return llvm::Attribute::InAlloca;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp80 if (Attrs.hasAttribute(OpIdx, Attribute::InAlloca)) in setArgFlags()
/external/clang/lib/CodeGen/
DCGCall.cpp1390 case ABIArgInfo::InAlloca: in construct()
1483 case ABIArgInfo::InAlloca: in GetFunctionType()
1541 case ABIArgInfo::InAlloca: in GetFunctionType()
1820 case ABIArgInfo::InAlloca: in ConstructAttributeList()
1866 Attrs.addAttribute(llvm::Attribute::InAlloca); in ConstructAttributeList()
1944 case ABIArgInfo::InAlloca: in ConstructAttributeList()
2151 case ABIArgInfo::InAlloca: { in EmitFunctionProlog()
2685 case ABIArgInfo::InAlloca: in EmitFunctionEpilog()
3600 case ABIArgInfo::InAlloca: { in EmitCall()
4044 case ABIArgInfo::InAlloca: in EmitCall()
/external/llvm/lib/IR/
DAttributes.cpp249 if (hasAttribute(Attribute::InAlloca)) in getAsString()
511 case Attribute::InAlloca: return 1ULL << 43; in getAttrMask()
1566 .addAttribute(Attribute::InAlloca); in typeIncompatible()
DFunction.cpp108 return hasAttribute(Attribute::InAlloca); in hasInAllocaAttr()
115 Attrs.hasAttribute(getArgNo() + 1, Attribute::InAlloca); in hasByValOrInAllocaAttr()
DVerifier.cpp1342 !Attrs.hasAttribute(Idx, Attribute::InAlloca) && in verifyParameterAttrs()
1354 AttrCount += Attrs.hasAttribute(Idx, Attribute::InAlloca); in verifyParameterAttrs()
1362 Assert(!(Attrs.hasAttribute(Idx, Attribute::InAlloca) && in verifyParameterAttrs()
1415 !Attrs.hasAttribute(Idx, Attribute::InAlloca), in verifyParameterAttrs()
1497 if (Attrs.hasAttribute(Idx, Attribute::InAlloca)) { in verifyFunctionAttrs()
2590 if (Attrs.hasAttribute(Idx, Attribute::InAlloca)) in verifyCallSite()
2666 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes()
/external/llvm/docs/
Dindex.rst261 InAlloca
372 :doc:`InAlloca`
DInAlloca.rst2 Design and Usage of the InAlloca Attribute
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dindex.rst275 InAlloca
396 :doc:`InAlloca`
DInAlloca.rst2 Design and Usage of the InAlloca Attribute
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp573 Attrs.hasAttribute(i+1, Attribute::InAlloca) || in fastLowerArguments()
679 Attrs.hasAttribute(i+1, Attribute::InAlloca) || in selectCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp1530 AttrCount += Attrs.hasAttribute(Attribute::InAlloca); in verifyParameterAttrs()
1538 Assert(!(Attrs.hasAttribute(Attribute::InAlloca) && in verifyParameterAttrs()
1590 !Attrs.hasAttribute(Attribute::InAlloca), in verifyParameterAttrs()
1630 !RetAttrs.hasAttribute(Attribute::InAlloca) && in verifyFunctionAttrs()
1684 if (ArgAttrs.hasAttribute(Attribute::InAlloca)) { in verifyFunctionAttrs()
2807 if (ArgAttrs.hasAttribute(Attribute::InAlloca)) in verifyCallSite()
2884 Attribute::StructRet, Attribute::ByVal, Attribute::InAlloca, in getParameterABIAttributes()

12