Searched refs:IsLarge (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 124 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() argument 142 IsLarge = true; in ContainsProtectableArray() 157 if (ContainsProtectableArray(ET, IsLarge, Strong, true)) { in ContainsProtectableArray() 161 if (IsLarge) in ContainsProtectableArray() 348 bool IsLarge = false; in RequiresStackProtector() local 349 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 350 Layout.insert(std::make_pair(AI, IsLarge in RequiresStackProtector()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 957 bool IsLarge : 1; 978 static size_t getSmallSize(size_t NumOps, bool IsResizable, bool IsLarge) { 979 return IsLarge ? NumOpsFitInVector 1011 assert(IsLarge); 1016 assert(IsLarge); 1028 if (IsLarge) 1035 if (IsLarge) 1042 if (!IsLarge)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | StackProtector.h | 96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Metadata.cpp | 570 IsLarge = isLarge(NumOps); in Header() 572 SmallSize = getSmallSize(NumOps, IsResizable, IsLarge); in Header() 573 if (IsLarge) { in Header() 586 if (IsLarge) { in ~Header() 607 if (IsLarge) in resize() 616 assert(!IsLarge && "Expected a small MDNode"); in resizeSmall() 633 assert(!IsLarge && "Expected a small MDNode"); in resizeSmallToLarge() 640 IsLarge = true; in resizeSmallToLarge()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2240 SDValue IsLarge = in LowerFROUND32() local 2243 RoundedA = DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA); in LowerFROUND32() 2283 SDValue IsLarge = in LowerFROUND64() local 2286 return DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA); in LowerFROUND64()
|