Home
last modified time | relevance | path

Searched refs:AddCurrentAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp30 bool AddCurrentAddress, in CSKYConstantPoolValue() argument
33 Modifier(Modifier), AddCurrentAddress(AddCurrentAddress), LabelId(ID) {} in CSKYConstantPoolValue()
81 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID) in CSKYConstantPoolConstant() argument
90 AddCurrentAddress, ID); in Create()
97 AddCurrentAddress, ID); in Create()
137 bool AddCurrentAddress) in CSKYConstantPoolSymbol() argument
139 AddCurrentAddress), in CSKYConstantPoolSymbol()
171 bool AddCurrentAddress) in CSKYConstantPoolMBB() argument
173 AddCurrentAddress), in CSKYConstantPoolMBB()
203 bool AddCurrentAddress) in CSKYConstantPoolJT() argument
[all …]
H A DCSKYConstantPoolValue.h51 bool AddCurrentAddress; variable
56 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress,
62 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress()
112 bool AddCurrentAddress, unsigned ID);
117 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress,
122 bool AddCurrentAddress, unsigned ID = 0);
148 bool AddCurrentAddress);
177 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
204 CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp40 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue()
49 AddCurrentAddress(addCurrentAddress) {} in ARMConstantPoolValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
111 if (AddCurrentAddress) O << "-."; in print()
137 AddCurrentAddress), in ARMConstantPoolConstant()
178 bool AddCurrentAddress) { in Create() argument
180 AddCurrentAddress); in Create()
228 bool AddCurrentAddress) in ARMConstantPoolSymbol() argument
230 AddCurrentAddress), in ARMConstantPoolSymbol()
267 bool AddCurrentAddress) in ARMConstantPoolMBB() argument
[all …]
H A DARMConstantPoolValue.h67 bool AddCurrentAddress; variable
72 bool AddCurrentAddress);
76 bool AddCurrentAddress);
102 bool mustAddCurrentAddress() const { return AddCurrentAddress; } in mustAddCurrentAddress()
150 bool AddCurrentAddress);
156 bool AddCurrentAddress);
172 bool AddCurrentAddress);
215 bool AddCurrentAddress);
250 bool AddCurrentAddress);