| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 247 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord() local 249 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitKnownRecord() 255 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord() 261 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord() local 263 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitKnownRecord() 267 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord() 273 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord() local 280 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnswitch.cpp | 296 LoopProperties &Props = PropsIt->second; in countLoop() local 316 Props.SizeEstimation = Metrics.NumInsts; in countLoop() 317 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop() 318 Props.WasUnswitchedCount = 0; in countLoop() 319 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop() 330 CurrentLoopProperties = &Props; in countLoop() 331 CurLoopInstructions = &Props.UnswitchedVals; in countLoop() 341 LoopProperties &Props = LIt->second; in forgetLoop() local 342 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop() 343 Props.SizeEstimation; in forgetLoop()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 167 void applyForEachSymbolProperty(SymbolPropertySet Props, 169 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 372 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2, 435 uint32_t Props = (NonZero | Finite); in deduce() local 437 return Props | NegOrZero; in deduce() 438 return Props | PosOrZero; in deduce() 443 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce() local 446 return (Props & ~NumericProperties) | (Zero|Finite); in deduce() 447 Props = (Props & ~NumericProperties) | NonZero; in deduce() 449 return (Props & ~NumericProperties) | NaN; in deduce() 452 return (Props & ~NumericProperties) | Infinity; in deduce() 453 Props |= Finite; in deduce() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 559 void index::applyForEachSymbolProperty(SymbolPropertySet Props, in applyForEachSymbolProperty() argument 562 if (Props & (SymbolPropertySet)SymbolProperty::K) \ in applyForEachSymbolProperty() 578 void index::printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS) { in printSymbolProperties() argument 580 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| H A D | rbac.h | 205 private Props props = new Props();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPropagateAttributes.cpp | 103 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone() argument 104 Properties(Props), OrigF(OrigF), NewF(NewF) {} in Clone()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.h | 472 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
|
| H A D | CodeGenRegisters.cpp | 811 StringRef Name, Key Props) in CodeGenRegisterClass() argument 812 : Members(*Props.Members), TheDef(nullptr), Name(std::string(Name)), in CodeGenRegisterClass() 813 TopoSigs(RegBank.getNumTopoSigs()), EnumValue(-1), RSI(Props.RSI), in CodeGenRegisterClass()
|
| /netbsd-src/lib/libusbhid/ |
| H A D | usb_hid_usages | 454 0xA3 Keyboard CrSel/Props
|