Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp123 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 DCSKYConstantPoolValue.h136 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 DCSKYAsmPrinter.cpp213 StringRef Sym = cast<CSKYConstantPoolSymbol>(CCPV)->getSymbol(); in emitMachineConstantPoolValue()
H A DCSKYInstrInfo.cpp579 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()
H A DCSKYISelLowering.cpp1042 CSKYConstantPoolSymbol::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()