Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h104 bool isNest() const { return IsNest; } in isNest() function
/external/llvm/include/llvm/Target/
DTargetCallingConv.h94 bool isNest() const { return Flags & Nest; } in isNest() function
DTargetLowering.h2468 bool isNest : 1; member