Home
last modified time | relevance | path

Searched defs:IsInAlloca (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h37 unsigned IsInAlloca : 1; ///< Passed with inalloca member
DTargetLowering.h189 bool IsInAlloca : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6896 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in ParseAlloc() local