Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/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()
81 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) in CSKYConstantPoolConstant() argument
96 return new CSKYConstantPoolConstant(C, Ty, Kind, PCAdjust, Modifier, in Create()
144 CSKYCP::CSKYCPModifier Modifier) { in Create() argument
145 return new CSKYConstantPoolSymbol(Ty, S, PCAdjust, Modifier, false); in Create()
204 : CSKYConstantPoolValue(Ty, CSKYCP::CPJT, PCAdj, Modifier, in CSKYConstantPoolJT()
210 CSKYCP::CSKYCPModifier Modifier) { in Create() argument
[all …]
H A DCSKYConstantPoolValue.h50 CSKYCP::CSKYCPModifier Modifier; // GV modifier variable
56 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress,
63 CSKYCP::CSKYCPModifier getModifier() const { return Modifier; } in getModifier()
84 this->Modifier == A->Modifier; in equals()
111 unsigned PCAdjust, CSKYCP::CSKYCPModifier Modifier,
117 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress,
121 unsigned PCAdjust, CSKYCP::CSKYCPModifier Modifier,
147 CSKYCP::CSKYCPModifier Modifier,
153 CSKYCP::CSKYCPModifier Modifier);
204 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp97 if (strcmp(Modifier, "ftz") == 0) { in printCvtMode()
101 } else if (strcmp(Modifier, "sat") == 0) { in printCvtMode()
105 } else if (strcmp(Modifier, "relu") == 0) { in printCvtMode()
109 } else if (strcmp(Modifier, "base") == 0) { in printCvtMode()
154 if (strcmp(Modifier, "ftz") == 0) { in printCmpMode()
224 if (Modifier) { in printLdStCode()
227 if (!strcmp(Modifier, "volatile")) { in printLdStCode()
252 } else if (!strcmp(Modifier, "sign")) { in printLdStCode()
263 } else if (!strcmp(Modifier, "vec")) { in printLdStCode()
278 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);
51 const char *Modifier = nullptr);
/freebsd-14.2/contrib/llvm-project/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()
80 switch (Modifier) { in getRelocTypeAndSignSize()
98 if (Modifier == MCSymbolRefExpr::VK_None) in getRelocTypeAndSignSize()
108 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()
459 switch (Modifier) { in getRelocType()
/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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);
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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()
237 switch (Modifier) { in getRelocType32()
244 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()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp153 struct Modifier { struct
339 : Modifier(BB, PT, R) {} in LoadModifier()
352 : Modifier(BB, PT, R) {} in StoreModifier()
371 : Modifier(BB, PT, R) {} in BinModifier()
415 : Modifier(BB, PT, R) {} in ConstModifier()
466 : Modifier(BB, PT, R) {} in AllocaModifier()
478 : Modifier(BB, PT, R) {} in ExtractElementModifier()
492 : Modifier(BB, PT, R) {} in ShuffModifier()
524 : Modifier(BB, PT, R) {} in InsertElementModifier()
540 : Modifier(BB, PT, R) {} in CastModifier()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp86 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant(); in GetRelocTypeInner() local
94 switch (Modifier) { in GetRelocTypeInner()
117 switch (Modifier) { in GetRelocTypeInner()
155 switch (Modifier) { in GetRelocTypeInner()
186 switch (Modifier) { in GetRelocTypeInner()
195 switch (Modifier) { in GetRelocTypeInner()
204 switch (Modifier) { in GetRelocTypeInner()
248 switch (Modifier) { in GetRelocTypeInner()
258 switch (Modifier) { in GetRelocTypeInner()
268 switch (Modifier) { in GetRelocTypeInner()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp340 if (!Modifier || !MO.isReg()) in PrintModifiedOperand()
345 if (strncmp(Modifier, "subreg", strlen("subreg")) == 0) { in PrintModifiedOperand()
346 unsigned Size = (strcmp(Modifier+6,"64") == 0) ? 64 : in PrintModifiedOperand()
347 (strcmp(Modifier+6,"32") == 0) ? 32 : in PrintModifiedOperand()
348 (strcmp(Modifier+6,"16") == 0) ? 16 : 8; in PrintModifiedOperand()
383 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintLeaMemReference()
405 if (Modifier && strcmp(Modifier, "H") == 0) in PrintLeaMemReference()
466 PrintLeaMemReference(MI, OpNo, O, Modifier); in PrintMemReference()
481 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintIntelMemReference()
486 if (Modifier && (DispSpec.isGlobal() || DispSpec.isSymbol()) && in PrintIntelMemReference()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.cpp126 std::string Modifier; in AsmWriterInst() local
150 Modifier = AsmString.substr(ModifierStart, VarEnd - ModifierStart); in AsmWriterInst()
151 if (Modifier.empty()) in AsmWriterInst()
164 if (VarName.empty() && Modifier.empty()) in AsmWriterInst()
171 Operands.emplace_back("PrintSpecial", ~0U, Modifier); in AsmWriterInst()
178 Operands.emplace_back(OpInfo.PrinterMethodName, MIOp, Modifier, in AsmWriterInst()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dvar-eval-short.exp7 Modifier part: "${FAIL}then"
9 Modifier part: "${FAIL}else"
19 Modifier part: "${FAIL}then"
21 Modifier part: "${FAIL}else"
/freebsd-14.2/contrib/llvm-project/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);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp57 raw_ostream &O, const char *Modifier) { in printOperand() argument
58 assert((Modifier == nullptr || Modifier[0] == 0) && "No modifiers supported"); in printOperand()
71 const char *Modifier) { in printMemOperand() argument
/freebsd-14.2/contrib/llvm-project/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()

1234