Searched refs:CSKYConstantPoolSymbol (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 134 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 D | CSKYConstantPoolValue.h | 143 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 D | CSKYAsmPrinter.cpp | 216 StringRef Sym = cast<CSKYConstantPoolSymbol>(CCPV)->getSymbol(); in emitMachineConstantPoolValue()
|
| H A D | CSKYInstrInfo.cpp | 581 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()
|
| H A D | CSKYISelLowering.cpp | 1048 CSKYConstantPoolSymbol::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()
|