Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp134 CSKYConstantPoolSymbol::CSKYConstantPoolSymbol(Type *Ty, const char *S, in CSKYConstantPoolSymbol() function in CSKYConstantPoolSymbol
142 CSKYConstantPoolSymbol *
143 CSKYConstantPoolSymbol::Create(Type *Ty, const char *S, unsigned PCAdjust, in Create()
145 return new CSKYConstantPoolSymbol(Ty, S, PCAdjust, Modifier, false); in Create()
148 int CSKYConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
151 return getExistingMachineCPValueImpl<CSKYConstantPoolSymbol>(CP, Alignment); in getExistingMachineCPValue()
154 void CSKYConstantPoolSymbol::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
159 void CSKYConstantPoolSymbol::print(raw_ostream &O) const { in print()
H A DCSKYConstantPoolValue.h143 class CSKYConstantPoolSymbol : public CSKYConstantPoolValue {
146 CSKYConstantPoolSymbol(Type *Ty, const char *S, unsigned PCAdjust,
151 static CSKYConstantPoolSymbol *Create(Type *Ty, const char *S,
162 bool equals(const CSKYConstantPoolSymbol *A) const { in equals()
H A DCSKYAsmPrinter.cpp216 StringRef Sym = cast<CSKYConstantPoolSymbol>(CCPV)->getSymbol(); in emitMachineConstantPoolValue()
H A DCSKYInstrInfo.cpp581 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()
H A DCSKYISelLowering.cpp1048 CSKYConstantPoolSymbol::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()