Searched refs:CSKYConstantPoolValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 27 CSKYConstantPoolValue::CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, in CSKYConstantPoolValue() function in CSKYConstantPoolValue 35 const char *CSKYConstantPoolValue::getModifierText() const { in getModifierText() 57 int CSKYConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 62 void CSKYConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 68 void CSKYConstantPoolValue::print(raw_ostream &O) const { in print() 82 : CSKYConstantPoolValue(Ty, Kind, PCAdjust, Modifier, AddCurrentAddress, in CSKYConstantPoolConstant() 122 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId() 127 CSKYConstantPoolValue::print(O); in print() 138 : CSKYConstantPoolValue(Ty, CSKYCP::CPExtSymbol, PCAdjust, Modifier, in CSKYConstantPoolSymbol() 156 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId() [all …]
|
| H A D | CSKYConstantPoolValue.h | 46 class CSKYConstantPoolValue : public MachineConstantPoolValue { 55 CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust, 82 bool equals(const CSKYConstantPoolValue *A) const { in equals() 94 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl() 107 class CSKYConstantPoolConstant : public CSKYConstantPoolValue { 133 return CVal == A->CVal && CSKYConstantPoolValue::equals(A); 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() [all …]
|
| H A D | CSKYAsmPrinter.cpp | 195 CSKYConstantPoolValue *CCPV = static_cast<CSKYConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
|
| H A D | CSKYISelLowering.cpp | 786 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() 1047 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue() 1058 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue() 1069 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() 1080 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() 1313 CSKYConstantPoolValue *CPV = in getStaticTLSAddr() 1347 CSKYConstantPoolValue *CPV = in getDynamicTLSAddr()
|
| H A D | CSKYInstrInfo.cpp | 581 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()
|