Home
last modified time | relevance | path

Searched refs:Modifier (Results 1 – 25 of 126) sorted by relevance

123456

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.same/
H A Dsame_as.pass.cpp70 template <template <typename> class Modifier = identity>
73 std::same_as<typename Modifier<int>::type, typename Modifier<int>::type>); in CheckSameAs()
75 std::same_as<typename Modifier<S1>::type, typename Modifier<S1>::type>); in CheckSameAs()
77 std::same_as<typename Modifier<S2>::type, typename Modifier<S2>::type>); in CheckSameAs()
79 std::same_as<typename Modifier<S3>::type, typename Modifier<S3>::type>); in CheckSameAs()
81 std::same_as<typename Modifier<S4>::type, typename Modifier<S4>::type>); in CheckSameAs()
83 std::same_as<typename Modifier<S5>::type, typename Modifier<S5>::type>); in CheckSameAs()
85 std::same_as<typename Modifier<C1>::type, typename Modifier<C1>::type>); in CheckSameAs()
87 std::same_as<typename Modifier<C2>::type, typename Modifier<C2>::type>); in CheckSameAs()
89 std::same_as<typename Modifier<C3>::type, typename Modifier<C3>::type>); in CheckSameAs()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp33 Modifier(Modifier), AddCurrentAddress(AddCurrentAddress), LabelId(ID) {} in CSKYConstantPoolValue()
36 switch (Modifier) { in getModifierText()
65 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
69 if (Modifier) in print()
82 : CSKYConstantPoolValue(C->getType(), Kind, PCAdjust, Modifier, in CSKYConstantPoolConstant()
89 return new CSKYConstantPoolConstant(C, Kind, PCAdjust, Modifier, in Create()
133 CSKYCP::CSKYCPModifier Modifier) { in Create() argument
134 return new CSKYConstantPoolSymbol(Ty, S, PCAdjust, Modifier, false); in Create()
193 : CSKYConstantPoolValue(Ty, CSKYCP::CPJT, PCAdj, Modifier, in CSKYConstantPoolJT()
199 CSKYCP::CSKYCPModifier Modifier) { in Create() argument
[all …]
H A DCSKYConstantPoolValue.h49 CSKYCP::CSKYCPModifier Modifier; // GV modifier variable
55 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress,
62 CSKYCP::CSKYCPModifier getModifier() const { return Modifier; } in getModifier()
82 this->Modifier == A->Modifier; in equals()
109 unsigned PCAdjust, CSKYCP::CSKYCPModifier Modifier,
115 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress,
140 CSKYCP::CSKYCPModifier Modifier,
146 CSKYCP::CSKYCPModifier Modifier);
170 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
197 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
[all …]
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp103 if (strcmp(Modifier, "ftz") == 0) { in printCvtMode()
107 } else if (strcmp(Modifier, "sat") == 0) { in printCvtMode()
111 } else if (strcmp(Modifier, "relu") == 0) { in printCvtMode()
115 } else if (strcmp(Modifier, "base") == 0) { in printCvtMode()
160 if (strcmp(Modifier, "ftz") == 0) { in printCmpMode()
230 if (Modifier) { in printLdStCode()
233 if (!strcmp(Modifier, "volatile")) { in printLdStCode()
258 } else if (!strcmp(Modifier, "sign")) { in printLdStCode()
269 } else if (!strcmp(Modifier, "vec")) { in printLdStCode()
284 if (Modifier == nullptr || strcmp(Modifier, "version") == 0) { in printMmaCode()
[all …]
H A DNVPTXInstPrinter.h39 const char *Modifier = nullptr);
41 const char *Modifier = nullptr);
43 raw_ostream &O, const char *Modifier = nullptr);
45 const char *Modifier = nullptr);
47 raw_ostream &O, const char *Modifier = nullptr);
49 raw_ostream &O, const char *Modifier = nullptr);
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp132 MCSymbolRefExpr::VariantKind Modifier = Sym->getKind(); in evaluateAsRelocatableImpl() local
133 if (Modifier != MCSymbolRefExpr::VK_None) in evaluateAsRelocatableImpl()
139 Modifier = MCSymbolRefExpr::VK_PPC_LO; in evaluateAsRelocatableImpl()
142 Modifier = MCSymbolRefExpr::VK_PPC_HI; in evaluateAsRelocatableImpl()
145 Modifier = MCSymbolRefExpr::VK_PPC_HA; in evaluateAsRelocatableImpl()
148 Modifier = MCSymbolRefExpr::VK_PPC_HIGH; in evaluateAsRelocatableImpl()
151 Modifier = MCSymbolRefExpr::VK_PPC_HIGHA; in evaluateAsRelocatableImpl()
154 Modifier = MCSymbolRefExpr::VK_PPC_HIGHERA; in evaluateAsRelocatableImpl()
157 Modifier = MCSymbolRefExpr::VK_PPC_HIGHER; in evaluateAsRelocatableImpl()
160 Modifier = MCSymbolRefExpr::VK_PPC_HIGHEST; in evaluateAsRelocatableImpl()
[all …]
H A DPPCXCOFFObjectWriter.cpp43 const MCSymbolRefExpr::VariantKind Modifier = in getRelocTypeAndSignSize() local
63 switch (Modifier) { in getRelocTypeAndSignSize()
78 switch (Modifier) { in getRelocTypeAndSignSize()
98 switch (Modifier) { in getRelocTypeAndSignSize()
H A DPPCELFObjectWriter.cpp79 MCSymbolRefExpr::VariantKind Modifier = getAccessVariant(Target, Fixup); in getRelocType() local
90 switch (Modifier) { in getRelocType()
111 switch (Modifier) { in getRelocType()
133 switch (Modifier) { in getRelocType()
172 switch (Modifier) { in getRelocType()
354 switch (Modifier) { in getRelocType()
401 switch (Modifier) { in getRelocType()
427 switch (Modifier) { in getRelocType()
439 switch (Modifier) { in getRelocType()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp39 PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
48 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
54 switch (Modifier) { in getModifierText()
90 ACPV->Modifier == Modifier && in hasSameValue()
108 if (Modifier) O << "(" << getModifierText() << ")"; in print()
161 ARMCP::ARMCPModifier Modifier) { in Create() argument
164 Modifier, false); in Create()
177 ARMCP::ARMCPModifier Modifier, in Create() argument
179 return new ARMConstantPoolConstant(C, ID, Kind, PCAdj, Modifier, in Create()
266 ARMCP::ARMCPModifier Modifier, in ARMConstantPoolMBB() argument
[all …]
H A DARMConstantPoolValue.h71 unsigned char PCAdj, ARMCP::ARMCPModifier Modifier,
75 unsigned char PCAdj, ARMCP::ARMCPModifier Modifier,
98 ARMCP::ARMCPModifier getModifier() const { return Modifier; } in getModifier()
100 bool hasModifier() const { return Modifier != ARMCP::no_modifier; } in hasModifier()
126 this->Modifier == A->Modifier; in equals()
149 ARMCP::ARMCPModifier Modifier,
155 ARMCP::ARMCPModifier Modifier,
162 ARMCP::ARMCPModifier Modifier);
171 ARMCP::ARMCPModifier Modifier,
214 unsigned char PCAdj, ARMCP::ARMCPModifier Modifier,
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
24 SystemZCP::SystemZCPModifier Modifier) { in Create() argument
25 return new SystemZConstantPoolValue(GV, Modifier); in Create()
36 if (ZCPV->GV == GV && ZCPV->Modifier == Modifier) in getExistingMachineCPValue()
45 ID.AddInteger(Modifier); in addSelectionDAGCSEId()
49 O << GV << "@" << int(Modifier); in print()
H A DSystemZConstantPoolValue.h34 SystemZCP::SystemZCPModifier Modifier; variable
38 SystemZCP::SystemZCPModifier Modifier);
42 Create(const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier);
52 SystemZCP::SystemZCPModifier getModifier() const { return Modifier; } in getModifier()
/llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.cpp69 raw_ostream &O, const char *Modifier) { in printMemASXOperand() argument
71 if (Modifier && !strcmp(Modifier, "arith")) { in printMemASXOperand()
113 raw_ostream &O, const char *Modifier) { in printMemASOperandASX() argument
115 if (Modifier && !strcmp(Modifier, "arith")) { in printMemASOperandASX()
144 raw_ostream &O, const char *Modifier) { in printMemASOperandRRM() argument
146 if (Modifier && !strcmp(Modifier, "arith")) { in printMemASOperandRRM()
175 raw_ostream &O, const char *Modifier) { in printMemASOperandHM() argument
177 if (Modifier && !strcmp(Modifier, "arith")) { in printMemASOperandHM()
H A DVEInstPrinter.h44 const char *Modifier = nullptr);
47 const char *Modifier = nullptr);
50 const char *Modifier = nullptr);
53 const char *Modifier = nullptr);
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp50 MCSymbolRefExpr::VariantKind &Modifier, in getType64() argument
58 Modifier = MCSymbolRefExpr::VK_GOT; in getType64()
65 if (Modifier == MCSymbolRefExpr::VK_None && !IsPCRel) in getType64()
69 Modifier = MCSymbolRefExpr::VK_GOT; in getType64()
80 Modifier = MCSymbolRefExpr::VK_PLT; in getType64()
104 MCSymbolRefExpr::VariantKind Modifier, in getRelocType64() argument
107 switch (Modifier) { in getRelocType64()
114 if (Modifier == MCSymbolRefExpr::VK_None) in getRelocType64()
253 switch (Modifier) { in getRelocType32()
260 if (Modifier == MCSymbolRefExpr::VK_None) in getRelocType32()
[all …]
H A DX86WinCOFFObjectWriter.cpp61 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ? in getRelocType() local
76 if (Modifier == MCSymbolRefExpr::VK_COFF_IMGREL32) in getRelocType()
78 if (Modifier == MCSymbolRefExpr::VK_SECREL) in getRelocType()
100 if (Modifier == MCSymbolRefExpr::VK_COFF_IMGREL32) in getRelocType()
102 if (Modifier == MCSymbolRefExpr::VK_SECREL) in getRelocType()
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp88 MCSymbolRefExpr::VariantKind Modifier = Sym->getKind(); in evaluateAsRelocatableImpl() local
89 if (Modifier != MCSymbolRefExpr::VK_None) in evaluateAsRelocatableImpl()
92 Modifier = MCSymbolRefExpr::VK_AVR_PM; in evaluateAsRelocatableImpl()
95 Sym = MCSymbolRefExpr::create(&Sym->getSymbol(), Modifier, Context); in evaluateAsRelocatableImpl()
198 const auto &Modifier = in getName() local
203 if (Modifier != std::end(ModifierNames)) { in getName()
204 return Modifier->Spelling; in getName()
210 const auto &Modifier = in getKindByName() local
215 if (Modifier != std::end(ModifierNames)) { in getKindByName()
216 return Modifier->VariantKind; in getKindByName()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp85 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant(); in GetRelocTypeInner() local
93 switch (Modifier) { in GetRelocTypeInner()
116 switch (Modifier) { in GetRelocTypeInner()
146 switch (Modifier) { in GetRelocTypeInner()
165 switch (Modifier) { in GetRelocTypeInner()
174 switch (Modifier) { in GetRelocTypeInner()
183 switch (Modifier) { in GetRelocTypeInner()
227 switch (Modifier) { in GetRelocTypeInner()
237 switch (Modifier) { in GetRelocTypeInner()
247 switch (Modifier) { in GetRelocTypeInner()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp150 struct Modifier { struct
333 : Modifier(BB, PT, R) {} in LoadModifier()
348 : Modifier(BB, PT, R) {} in StoreModifier()
369 : Modifier(BB, PT, R) {} in BinModifier()
413 : Modifier(BB, PT, R) {} in ConstModifier()
464 : Modifier(BB, PT, R) {} in AllocaModifier()
476 : Modifier(BB, PT, R) {} in ExtractElementModifier()
493 : Modifier(BB, PT, R) {} in ShuffModifier()
521 : Modifier(BB, PT, R) {} in InsertElementModifier()
540 : Modifier(BB, PT, R) {} in CastModifier()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp252 if (!Modifier || !MO.isReg()) in PrintModifiedOperand()
257 if (strncmp(Modifier, "subreg", strlen("subreg")) == 0) { in PrintModifiedOperand()
258 unsigned Size = (strcmp(Modifier+6,"64") == 0) ? 64 : in PrintModifiedOperand()
259 (strcmp(Modifier+6,"32") == 0) ? 32 : in PrintModifiedOperand()
260 (strcmp(Modifier+6,"16") == 0) ? 16 : 8; in PrintModifiedOperand()
295 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintLeaMemReference()
317 if (Modifier && strcmp(Modifier, "H") == 0) in PrintLeaMemReference()
378 PrintLeaMemReference(MI, OpNo, O, Modifier); in PrintMemReference()
393 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintIntelMemReference()
398 if (Modifier && (DispSpec.isGlobal() || DispSpec.isSymbol()) && in PrintIntelMemReference()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmWriterInst.cpp127 std::string Modifier; in AsmWriterInst() local
151 Modifier = AsmString.substr(ModifierStart, VarEnd - ModifierStart); in AsmWriterInst()
152 if (Modifier.empty()) in AsmWriterInst()
165 if (VarName.empty() && Modifier.empty()) in AsmWriterInst()
172 Operands.emplace_back("PrintSpecial", ~0U, Modifier); in AsmWriterInst()
179 Operands.emplace_back(OpInfo.PrinterMethodName, MIOp, Modifier, in AsmWriterInst()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp53 raw_ostream &O, const char* Modifier = nullptr);
79 raw_ostream &O, const char *Modifier) { in printOperand() argument
87 if (!Modifier || strcmp(Modifier, "nohash")) in printOperand()
99 if (!Modifier || strcmp(Modifier, "nohash")) in printOperand()
/llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kELFObjectWriter.cpp48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType() argument
67 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant(); in getRelocType() local
69 M68kRelType Type = getType(Kind, Modifier, IsPCRel); in getRelocType()
70 switch (Modifier) { in getRelocType()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h30 const char *Modifier = nullptr);
33 const char *Modifier = nullptr);
35 const char *Modifier = nullptr);
37 const char *Modifier = nullptr);
/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp53 raw_ostream &O, const char *Modifier) { in printOperand() argument
54 assert((Modifier == nullptr || Modifier[0] == 0) && "No modifiers supported"); in printOperand()
67 const char *Modifier) { in printMemOperand() argument

123456