Home
last modified time | relevance | path

Searched refs:Modifiers (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp33 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeUDT()
47 if (Modifiers.hasValue()) in dump()
136 if (!Modifiers) in isConstType()
138 return (Modifiers->Modifiers & ModifierOptions::Const) != in isConstType()
209 if (!Modifiers) in isUnalignedType()
211 return (Modifiers->Modifiers & ModifierOptions::Unaligned) != in isUnalignedType()
216 if (!Modifiers) in isVolatileType()
218 return (Modifiers->Modifiers & ModifierOptions::Volatile) != in isVolatileType()
H A DNativeTypeEnum.cpp124 UnmodifiedType(&UnmodifiedType), Modifiers(std::move(Modifier)) {} in NativeTypeEnum()
141 if (Modifiers.hasValue()) in dump()
169 if (!Modifiers) in findChildren()
355 if (!Modifiers) in isConstType()
357 return ((Modifiers->getModifiers() & ModifierOptions::Const) != in isConstType()
362 if (!Modifiers) in isVolatileType()
364 return ((Modifiers->getModifiers() & ModifierOptions::Volatile) != in isVolatileType()
369 if (!Modifiers) in isUnalignedType()
371 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.def70 // Modifiers for 'schedule' clause.
75 // Modifiers for 'device' clause.
84 // Modifiers for 'defaultmap' clause.
103 // Modifiers for 'linear' clause.
108 // Modifiers for 'atomic_default_mem_order' clause.
127 // Modifiers for 'to' or 'from' clause.
145 // Modifiers for 'reduction' clause.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h80 std::bitset<FileCheckKindModifier::Size> Modifiers; variable
84 : Kind(Kind), Count(1), Modifiers() {} in Kind()
94 return Modifiers[FileCheckKindModifier::ModifierLiteral]; in isLiteralMatch()
97 Modifiers.set(FileCheckKindModifier::ModifierLiteral, Literal);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp691 std::vector<std::unique_ptr<Modifier>> Modifiers; in FillFunction() local
692 Modifiers.emplace_back(new LoadModifier(BB, &PT, &R)); in FillFunction()
693 Modifiers.emplace_back(new StoreModifier(BB, &PT, &R)); in FillFunction()
694 auto SM = Modifiers.back().get(); in FillFunction()
695 Modifiers.emplace_back(new ExtractElementModifier(BB, &PT, &R)); in FillFunction()
696 Modifiers.emplace_back(new ShuffModifier(BB, &PT, &R)); in FillFunction()
697 Modifiers.emplace_back(new InsertElementModifier(BB, &PT, &R)); in FillFunction()
698 Modifiers.emplace_back(new BinModifier(BB, &PT, &R)); in FillFunction()
699 Modifiers.emplace_back(new CastModifier(BB, &PT, &R)); in FillFunction()
700 Modifiers.emplace_back(new SelectModifier(BB, &PT, &R)); in FillFunction()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-rl78.texi17 * RL78-Modifiers:: Symbolic Operand Modifiers
57 @node RL78-Modifiers
58 @section Symbolic Operand Modifiers
H A Dc-m32c.texi60 * M32C-Modifiers:: Symbolic Operand Modifiers
64 @node M32C-Modifiers
65 @subsection Symbolic Operand Modifiers
H A Dc-lm32.texi73 * LM32-Modifiers:: Relocatable Expression Modifiers
136 @node LM32-Modifiers
137 @subsection Relocatable Expression Modifiers
H A Dc-rx.texi17 * RX-Modifiers:: Symbolic Operand Modifiers
133 @node RX-Modifiers
134 @section Symbolic Operand Modifiers
H A Dc-tilepro.texi84 * TILEPro Modifiers:: Symbolic Operand Modifiers.
144 @node TILEPro Modifiers
145 @subsection Symbolic Operand Modifiers
H A Dc-tilegx.texi100 * TILE-Gx Modifiers:: Symbolic Operand Modifiers.
160 @node TILE-Gx Modifiers
161 @subsection Symbolic Operand Modifiers
H A Dc-avr.texi176 * AVR-Modifiers:: Relocatable Expression Modifiers
221 @node AVR-Modifiers
222 @subsection Relocatable Expression Modifiers
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-rl78.texi17 * RL78-Modifiers:: Symbolic Operand Modifiers
57 @node RL78-Modifiers
58 @section Symbolic Operand Modifiers
H A Dc-m32c.texi60 * M32C-Modifiers:: Symbolic Operand Modifiers
64 @node M32C-Modifiers
65 @subsection Symbolic Operand Modifiers
H A Dc-lm32.texi73 * LM32-Modifiers:: Relocatable Expression Modifiers
136 @node LM32-Modifiers
137 @subsection Relocatable Expression Modifiers
H A Dc-rx.texi17 * RX-Modifiers:: Symbolic Operand Modifiers
133 @node RX-Modifiers
134 @section Symbolic Operand Modifiers
H A Dc-tilepro.texi84 * TILEPro Modifiers:: Symbolic Operand Modifiers.
144 @node TILEPro Modifiers
145 @subsection Symbolic Operand Modifiers
H A Dc-tilegx.texi100 * TILE-Gx Modifiers:: Symbolic Operand Modifiers.
160 @node TILE-Gx Modifiers
161 @subsection Symbolic Operand Modifiers
H A Dc-avr.texi176 * AVR-Modifiers:: Relocatable Expression Modifiers
221 @node AVR-Modifiers
222 @subsection Relocatable Expression Modifiers
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUModifierSyntax.rst2 Syntax of AMDGPU Instruction Modifiers
22 Modifiers chapter
25 DS Modifiers
164 EXP Modifiers
207 FLAT Modifiers
342 MIMG Modifiers
541 Miscellaneous Modifiers
636 MUBUF/MTBUF Modifiers
943 SMRD/SMEM Modifiers
961 VINTRP Modifiers
[all …]
H A DAMDGPUInstructionNotation.rst92 Modifiers chapter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h68 Optional<codeview::ModifierRecord> Modifiers; variable
H A DNativeTypeUDT.h67 Optional<codeview::ModifierRecord> Modifiers; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
135 Modifiers(Modifiers) {} in ModifierRecord()
138 ModifierOptions getModifiers() const { return Modifiers; } in getModifiers()
141 ModifierOptions Modifiers = ModifierOptions::None; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-ar.rst67 a variety of Modifiers for that Operation, the name of the archive file, and an
70 Options, Operations and Modifiers are explained in the sections below.
154 Modifiers (operation specific)
214 Modifiers (generic)

1234