Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp29 CSKYCP::CSKYCPModifier Modifier, in CSKYConstantPoolValue() argument
33 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
82 : CSKYConstantPoolValue(Ty, Kind, PCAdjust, Modifier, AddCurrentAddress, in CSKYConstantPoolConstant()
88 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) { in Create() argument
89 return new CSKYConstantPoolConstant(C, C->getType(), Kind, PCAdjust, Modifier, in Create()
95 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) { 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);
177 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp99 const char *Modifier) { in printCvtMode() argument
103 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()
156 const char *Modifier) { in printCmpMode() argument
160 if (strcmp(Modifier, "ftz") == 0) { in printCmpMode()
164 } else if (strcmp(Modifier, "base") == 0) { in printCmpMode()
229 raw_ostream &O, const char *Modifier) { in printLdStCode() argument
230 if (Modifier) { in printLdStCode()
[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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
125 ARMCP::ARMCPModifier Modifier, in ARMConstantPoolConstant() argument
127 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant()
134 ARMCP::ARMCPModifier Modifier, in ARMConstantPoolConstant() argument
136 : ARMConstantPoolValue((Type*)C->getType(), ID, Kind, PCAdj, Modifier, in ARMConstantPoolConstant()
161 ARMCP::ARMCPModifier Modifier) { in Create() argument
[all …]
H A DARMConstantPoolValue.h66 ARMCP::ARMCPModifier Modifier; // GV modifier i.e. (&GV(modifier)-(LPIC+8)) variable
71 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,
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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()
250 MCSymbolRefExpr::VariantKind Modifier, in getRelocType32() argument
253 switch (Modifier) { 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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp153 struct Modifier { struct
159 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier() function
194 virtual ~Modifier() = default;
337 struct LoadModifier: public Modifier {
339 : Modifier(BB, PT, R) {} in LoadModifier()
352 struct StoreModifier: public Modifier {
354 : Modifier(BB, PT, R) {} in StoreModifier()
373 struct BinModifier: public Modifier {
375 : Modifier(BB, PT, R) {} in BinModifier()
417 struct ConstModifier: public Modifier {
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp336 raw_ostream &O, const char *Modifier) { in PrintModifiedOperand() argument
338 if (!Modifier || !MO.isReg()) in PrintModifiedOperand()
343 if (strncmp(Modifier, "subreg", strlen("subreg")) == 0) { in PrintModifiedOperand()
344 unsigned Size = (strcmp(Modifier+6,"64") == 0) ? 64 : in PrintModifiedOperand()
345 (strcmp(Modifier+6,"32") == 0) ? 32 : in PrintModifiedOperand()
346 (strcmp(Modifier+6,"16") == 0) ? 16 : 8; in PrintModifiedOperand()
374 raw_ostream &O, const char *Modifier) { in PrintLeaMemReference() argument
381 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") && in PrintLeaMemReference()
403 if (Modifier && strcmp(Modifier, "H") == 0) in PrintLeaMemReference()
412 PrintModifiedOperand(MI, OpNo + X86::AddrBaseReg, O, Modifier); in PrintLeaMemReference()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp54 raw_ostream &O, const char *Modifier) { in printOperand() argument
55 assert((Modifier == nullptr || Modifier[0] == 0) && "No modifiers supported"); in printOperand()
68 const char *Modifier) { in printMemOperand() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp53 raw_ostream &O, const char *Modifier) { in printOperand() argument
54 assert((Modifier == nullptr || Modifier[0] == 0) && "No modifiers supported"); in printOperand()
69 const char *Modifier) { in printSrcMemOperand() argument

12345