Home
last modified time | relevance | path

Searched refs:CSKYConstantPoolValue (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp27 CSKYConstantPoolValue::CSKYConstantPoolValue(Type *Ty, CSKYCP::CSKYCPKind Kind, in CSKYConstantPoolValue() function in CSKYConstantPoolValue
35 const char *CSKYConstantPoolValue::getModifierText() const { in getModifierText()
68 void CSKYConstantPoolValue::print(raw_ostream &O) const { in print()
111 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
116 CSKYConstantPoolValue::print(O); in print()
145 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
150 CSKYConstantPoolValue::print(O); in print()
178 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
183 CSKYConstantPoolValue::print(O); in print()
210 CSKYConstantPoolValue::addSelectionDAGCSEId(ID); in addSelectionDAGCSEId()
[all …]
H A DCSKYConstantPoolValue.h45 class CSKYConstantPoolValue : public MachineConstantPoolValue {
80 bool equals(const CSKYConstantPoolValue *A) const { in equals()
129 static bool classof(const CSKYConstantPoolValue *APV) { in classof()
136 class CSKYConstantPoolSymbol : public CSKYConstantPoolValue {
156 return S == A->S && CSKYConstantPoolValue::equals(A); in equals()
159 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
166 class CSKYConstantPoolMBB : public CSKYConstantPoolValue {
184 return MBB == A->MBB && CSKYConstantPoolValue::equals(A); in equals()
187 static bool classof(const CSKYConstantPoolValue *ACPV) { in classof()
193 class CSKYConstantPoolJT : public CSKYConstantPoolValue {
[all …]
H A DCMakeLists.txt22 CSKYConstantPoolValue.cpp
H A DCSKYAsmPrinter.cpp195 CSKYConstantPoolValue *CCPV = static_cast<CSKYConstantPoolValue *>(MCPV); in emitMachineConstantPoolValue()
H A DCSKYISelLowering.cpp780 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1041 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue()
1052 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue()
1062 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue()
1279 CSKYConstantPoolValue *CPV = in getStaticTLSAddr()
1313 CSKYConstantPoolValue *CPV = in getDynamicTLSAddr()
H A DCSKYInstrInfo.cpp579 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6445 llvm/lib/Target/CSKY/CSKYConstantPoolValue.cpp
6446 llvm/lib/Target/CSKY/CSKYConstantPoolValue.h