Searched refs:CSKYConstantPoolJT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.cpp | 201 CSKYConstantPoolJT::CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj, in CSKYConstantPoolJT() function in CSKYConstantPoolJT 208 CSKYConstantPoolJT * 209 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, in Create() 211 return new CSKYConstantPoolJT(Ty, JTI, PCAdj, Modifier, false); in Create() 214 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 216 return getExistingMachineCPValueImpl<CSKYConstantPoolJT>(CP, Alignment); in getExistingMachineCPValue() 219 void CSKYConstantPoolJT::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 224 void CSKYConstantPoolJT::print(raw_ostream &O) const { in print()
|
H A D | CSKYConstantPoolValue.h | 200 class CSKYConstantPoolJT : public CSKYConstantPoolValue { 203 CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj, 207 static CSKYConstantPoolJT *Create(Type *Ty, int JTI, unsigned PCAdj, 217 bool equals(const CSKYConstantPoolJT *A) const { in equals()
|
H A D | CSKYAsmPrinter.cpp | 209 signed JTI = cast<CSKYConstantPoolJT>(CCPV)->getJTI(); in emitMachineConstantPoolValue()
|
H A D | CSKYISelLowering.cpp | 1059 CSKYConstantPoolJT::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()
|