Home
last modified time | relevance | path

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

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