Home
last modified time | relevance | path

Searched refs:CSKYConstantPoolValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp27 CSKYConstantPoolValue::CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, in CSKYConstantPoolValue() function in CSKYConstantPoolValue
35 const char *CSKYConstantPoolValue::getModifierText() const { in getModifierText()
68 void CSKYConstantPoolValue::print(raw_ostream &O) const { in print()
122 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
127 CSKYConstantPoolValue::print(O); in print()
156 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
161 CSKYConstantPoolValue::print(O); in print()
189 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
194 CSKYConstantPoolValue::print(O); in print()
221 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
[all …]
H A DCSKYConstantPoolValue.h46 class CSKYConstantPoolValue : public MachineConstantPoolValue {
82 bool equals(const CSKYConstantPoolValue *A) const { in equals()
136 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
143 class CSKYConstantPoolSymbol : public CSKYConstantPoolValue {
163 return S == A->S && CSKYConstantPoolValue::equals(A); in equals()
166 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
173 class CSKYConstantPoolMBB : public CSKYConstantPoolValue {
191 return MBB == A->MBB && CSKYConstantPoolValue::equals(A); in equals()
194 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
200 class CSKYConstantPoolJT : public CSKYConstantPoolValue {
[all …]
H A DCSKYAsmPrinter.cpp195 CSKYConstantPoolValue *CCPV = static_cast<CSKYConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
H A DCSKYISelLowering.cpp788 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1049 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue()
1060 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue()
1071 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1082 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1315 CSKYConstantPoolValue *CPV = in getStaticTLSAddr()
1349 CSKYConstantPoolValue *CPV = in getDynamicTLSAddr()
H A DCSKYInstrInfo.cpp581 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()