Home
last modified time | relevance | path

Searched refs:CSKYConstantPoolJT (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp190 CSKYConstantPoolJT::CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj, in CSKYConstantPoolJT() function in CSKYConstantPoolJT
197 CSKYConstantPoolJT *
198 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, in Create()
200 return new CSKYConstantPoolJT(Ty, JTI, PCAdj, Modifier, false); in Create()
203 int CSKYConstantPoolJT::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
205 return getExistingMachineCPValueImpl<CSKYConstantPoolJT>(CP, Alignment); in getExistingMachineCPValue()
208 void CSKYConstantPoolJT::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
213 void CSKYConstantPoolJT::print(raw_ostream &O) const { in print()
H A DCSKYConstantPoolValue.h193 class CSKYConstantPoolJT : public CSKYConstantPoolValue {
196 CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj,
200 static CSKYConstantPoolJT *Create(Type *Ty, int JTI, unsigned PCAdj,
210 bool equals(const CSKYConstantPoolJT *A) const { in equals()
H A DCSKYAsmPrinter.cpp209 signed JTI = cast<CSKYConstantPoolJT>(CCPV)->getJTI(); in emitMachineConstantPoolValue()
H A DCSKYISelLowering.cpp1053 CSKYConstantPoolJT::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()