Home
last modified time | relevance | path

Searched refs:Props (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp247 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 DLoopUnswitch.cpp296 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 DIndexSymbol.h167 void applyForEachSymbolProperty(SymbolPropertySet Props,
169 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp372 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 DIndexSymbol.cpp559 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 Drbac.h205 private Props props = new Props();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp103 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 DCodeGenRegisters.h472 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
H A DCodeGenRegisters.cpp811 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 Dusb_hid_usages454 0xA3 Keyboard CrSel/Props