Searched refs:Props (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 248 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord() local 250 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitKnownRecord() 256 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord() 262 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord() local 264 W->printFlags("Properties", Props, makeArrayRef(ClassOptionNames)); in visitKnownRecord() 268 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord() 274 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord() local 281 if (Props & uint16_t(ClassOptions::HasUniqueName)) in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnswitch.cpp | 282 LoopProperties &Props = PropsIt->second; in countLoop() local 303 Props.SizeEstimation = Metrics.NumInsts; in countLoop() 304 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); in countLoop() 305 Props.WasUnswitchedCount = 0; in countLoop() 306 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; in countLoop() 317 CurrentLoopProperties = &Props; in countLoop() 318 CurLoopInstructions = &Props.UnswitchedVals; in countLoop() 328 LoopProperties &Props = LIt->second; in forgetLoop() local 329 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) * in forgetLoop() 330 Props.SizeEstimation; in forgetLoop()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 161 void applyForEachSymbolProperty(SymbolPropertySet Props, 163 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 424 uint32_t Props = (NonZero | Finite); in deduce() local 426 return Props | NegOrZero; in deduce() 427 return Props | PosOrZero; in deduce() 436 Props = (Props & ~NumericProperties) | NonZero; in deduce() 442 Props |= Finite; in deduce() 443 return Props; in deduce() 1230 if (Props == ConstantProperties::Unknown) in evaluateCMPpi() 1234 if (Props & ConstantProperties::NaN) in evaluateCMPpi() 1265 if (Props & ConstantProperties::Zero) { in evaluateCMPpi() 2293 uint32_t Props = PredC.properties(); in evaluate() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 511 void index::applyForEachSymbolProperty(SymbolPropertySet Props, in applyForEachSymbolProperty() argument 514 if (Props & (SymbolPropertySet)SymbolProperty::K) \ in applyForEachSymbolProperty() 530 void index::printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS) { in printSymbolProperties() argument 532 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.h | 460 CodeGenRegisterClass(CodeGenRegBank&, StringRef Name, Key Props);
|
| H A D | CodeGenRegisters.cpp | 809 StringRef Name, Key Props) in CodeGenRegisterClass() argument 810 : Members(*Props.Members), in CodeGenRegisterClass() 815 RSI(Props.RSI), in CodeGenRegisterClass()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | structure | 244 node.<nid>.<cid>.props Props for new node-rev, if changed
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 397 0xA3 Keyboard CrSel/Props
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | structure | 652 node.<nid>.<cid>.props Props for new node-rev, if changed
|