Searched refs:CSKYConstantPoolSymbol (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 123 CSKYConstantPoolSymbol::CSKYConstantPoolSymbol(Type *Ty, const char *S, in CSKYConstantPoolSymbol() function in CSKYConstantPoolSymbol 131 CSKYConstantPoolSymbol * 132 CSKYConstantPoolSymbol::Create(Type *Ty, const char *S, unsigned PCAdjust, in Create() 134 return new CSKYConstantPoolSymbol(Ty, S, PCAdjust, Modifier, false); in Create() 137 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 140 return getExistingMachineCPValueImpl<CSKYConstantPoolSymbol>(CP, Alignment); in getExistingMachineCPValue() 143 void CSKYConstantPoolSymbol::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 148 void CSKYConstantPoolSymbol::print(raw_ostream &O) const { in print()
|
| H A D | CSKYConstantPoolValue.h | 136 class CSKYConstantPoolSymbol : public CSKYConstantPoolValue { 139 CSKYConstantPoolSymbol(Type *Ty, const char *S, unsigned PCAdjust, 144 static CSKYConstantPoolSymbol *Create(Type *Ty, const char *S, 155 bool equals(const CSKYConstantPoolSymbol *A) const { in equals()
|
| H A D | CSKYAsmPrinter.cpp | 213 StringRef Sym = cast<CSKYConstantPoolSymbol>(CCPV)->getSymbol(); in emitMachineConstantPoolValue()
|
| H A D | CSKYInstrInfo.cpp | 579 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()
|
| H A D | CSKYISelLowering.cpp | 1042 CSKYConstantPoolSymbol::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()
|