Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h38 unsigned IsInAlloca : 1; ///< Passed with inalloca member
H A DTargetLowering.h309 bool IsInAlloca : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8108 bool IsInAlloca = EatIfPresent(lltok::kw_inalloca); in parseAlloc() local