Searched refs:IsLarge (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 119 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge, in ContainsProtectableArray() argument 137 IsLarge = true; in ContainsProtectableArray() 154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray() 158 if (IsLarge) in ContainsProtectableArray() 338 bool IsLarge = false; in RequiresStackProtector() local 339 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector() 340 Layout.insert(std::make_pair(AI, IsLarge in RequiresStackProtector()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | StackProtector.h | 94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2103 SDValue IsLarge = in LowerFROUND32() local 2106 RoundedA = DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA); in LowerFROUND32() 2146 SDValue IsLarge = in LowerFROUND64() local 2149 return DAG.getNode(ISD::SELECT, SL, VT, IsLarge, A, RoundedA); in LowerFROUND64()
|