| /freebsd/contrib/llvm-project/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, ArrayRef(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, ArrayRef(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/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 170 void applyForEachSymbolProperty(SymbolPropertySet Props, 172 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 189 const MachineFunctionProperties &Props = MF.getProperties(); in printMF() local 190 YamlMF.Legalized = Props.hasLegalized(); in printMF() 191 YamlMF.RegBankSelected = Props.hasRegBankSelected(); in printMF() 192 YamlMF.Selected = Props.hasSelected(); in printMF() 193 YamlMF.FailedISel = Props.hasFailedISel(); in printMF() 194 YamlMF.FailsVerification = Props.hasFailsVerification(); in printMF() 195 YamlMF.TracksDebugUserValues = Props.hasTracksDebugUserValues(); in printMF() 196 YamlMF.NoPHIs = Props.hasNoPHIs(); in printMF() 197 YamlMF.IsSSA = Props.hasIsSSA(); in printMF() 198 YamlMF.NoVRegs = Props.hasNoVRegs(); in printMF()
|
| H A D | MachineVerifier.cpp | 475 const MachineFunctionProperties &Props = MF.getProperties(); in verify() local 476 const bool isFunctionFailedISel = Props.hasFailedISel(); in verify() 484 isFunctionRegBankSelected = Props.hasRegBankSelected(); in verify() 485 isFunctionSelected = Props.hasSelected(); in verify() 486 isFunctionTracksDebugUserValues = Props.hasTracksDebugUserValues(); in verify()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 352 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2, 415 uint32_t Props = (NonZero | Finite); in deduce() local 417 return Props | NegOrZero; in deduce() 418 return Props | PosOrZero; in deduce() 423 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce() local 426 return (Props & ~NumericProperties) | (Zero|Finite); in deduce() 427 Props = (Props & ~NumericProperties) | NonZero; in deduce() 429 return (Props & ~NumericProperties) | NaN; in deduce() 432 return (Props & ~NumericProperties) | Infinity; in deduce() 433 Props |= Finite; in deduce() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 570 void index::applyForEachSymbolProperty(SymbolPropertySet Props, in applyForEachSymbolProperty() argument 573 if (Props & (SymbolPropertySet)SymbolProperty::K) \ in applyForEachSymbolProperty() 589 void index::printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS) { in printSymbolProperties() argument 591 applyForEachSymbolProperty(Props, [&](SymbolProperty Prop) { in printSymbolProperties()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 559 MachineFunctionProperties &Props = MF.getProperties(); in initializeMachineFunction() local 561 Props.setLegalized(); in initializeMachineFunction() 563 Props.setRegBankSelected(); in initializeMachineFunction() 565 Props.setSelected(); in initializeMachineFunction() 567 Props.setFailedISel(); in initializeMachineFunction() 569 Props.setFailsVerification(); in initializeMachineFunction() 571 Props.setTracksDebugUserValues(); in initializeMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpLowering.cpp | 286 std::pair<uint32_t, uint32_t> Props = in lowerToBindAndAnnotateHandle() local 304 *OpBind, OpBuilder.getResProps(Props.first, Props.second)}; in lowerToBindAndAnnotateHandle()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5622 AndroidNoteProperties Props; in getAndroidNoteProperties() local 5626 Props.emplace_back("Invalid .note.android.memtag", ""); in getAndroidNoteProperties() 5627 return Props; in getAndroidNoteProperties() 5632 Props.emplace_back("Tagging Mode", "NONE"); in getAndroidNoteProperties() 5635 Props.emplace_back("Tagging Mode", "ASYNC"); in getAndroidNoteProperties() 5638 Props.emplace_back("Tagging Mode", "SYNC"); in getAndroidNoteProperties() 5641 Props.emplace_back( in getAndroidNoteProperties() 5647 Props.emplace_back("Heap", in getAndroidNoteProperties() 5649 Props.emplace_back("Stack", in getAndroidNoteProperties() 5653 return Props; in getAndroidNoteProperties() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.h | 510 CodeGenRegisterClass(CodeGenRegBank &, StringRef Name, Key Props);
|
| H A D | CodeGenRegisters.cpp | 765 StringRef Name, Key Props) in CodeGenRegisterClass() argument 766 : Members(*Props.Members), TheDef(nullptr), Name(Name.str()), in CodeGenRegisterClass() 768 RSI(Props.RSI), CopyCost(0), Allocatable(true), AllocationPriority(0), in CodeGenRegisterClass()
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 396 0xA3 Keyboard CrSel/Props
|
| H A D | usb_vendors | 24652 0a3 CrSel/Props
|