Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h38 unsigned IsInAlloca : 1; ///< Passed with inalloca member
H A DTargetLowering.h285 bool IsInAlloca : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7390 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local