Searched refs:IsLarge (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 117 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() argument 135 IsLarge = true; in ContainsProtectableArray() 150 if (ContainsProtectableArray(ET, IsLarge, Strong, true)) { in ContainsProtectableArray() 154 if (IsLarge) in ContainsProtectableArray() 341 bool IsLarge = false; in RequiresStackProtector() local 342 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 343 Layout.insert(std::make_pair(AI, IsLarge in RequiresStackProtector()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 958 bool IsLarge : 1; 979 static size_t getSmallSize(size_t NumOps, bool IsResizable, bool IsLarge) { 980 return IsLarge ? NumOpsFitInVector 1012 assert(IsLarge); 1017 assert(IsLarge); 1029 if (IsLarge) 1036 if (IsLarge) 1043 if (!IsLarge)
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | StackProtector.h | 93 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2160 SDValue IsLarge = in LowerFROUND32() local 2163 RoundedA = DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA); in LowerFROUND32() 2203 SDValue IsLarge = in LowerFROUND64() local 2206 return DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA); in LowerFROUND64()
|