Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp201 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 DCSKYConstantPoolValue.h200 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 DCSKYAsmPrinter.cpp209 signed JTI = cast<CSKYConstantPoolJT>(CCPV)->getJTI(); in emitMachineConstantPoolValue()
H A DCSKYISelLowering.cpp1059 CSKYConstantPoolJT::Create(Type::getInt32Ty(*DAG.getContext()), in getTargetConstantPoolValue()