Home
last modified time | relevance | path

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

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