Home
last modified time | relevance | path

Searched refs:ARMConstantPoolSymbol (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp187 ARMConstantPoolSymbol::ARMConstantPoolSymbol(LLVMContext &C, const char *s, in ARMConstantPoolSymbol() function in ARMConstantPoolSymbol
196 ARMConstantPoolSymbol *
197 ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s, in Create()
199 return new ARMConstantPoolSymbol(C, s, ID, PCAdj, ARMCP::no_modifier, false); in Create()
202 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
204 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); in getExistingMachineCPValue()
207 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue()
208 const ARMConstantPoolSymbol *ACPS = dyn_cast<ARMConstantPoolSymbol>(ACPV); in hasSameValue()
212 void ARMConstantPoolSymbol::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
217 void ARMConstantPoolSymbol::print(raw_ostream &O) const { in print()
DARMConstantPoolValue.h185 class ARMConstantPoolSymbol : public ARMConstantPoolValue {
188 ARMConstantPoolSymbol(LLVMContext &C, const char *s, unsigned id,
193 static ARMConstantPoolSymbol *Create(LLVMContext &C, const char *s,
213 bool equals(const ARMConstantPoolSymbol *A) const { in equals()
DARMAsmPrinter.cpp930 const char *Sym = cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(); in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1386 NewCPV = ARMConstantPoolSymbol:: in duplicateCPV()
1388 cast<ARMConstantPoolSymbol>(ACPV)->getSymbol(), PCLabelId, 4); in duplicateCPV()
DARMFrameLowering.cpp1975 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create( in adjustForSegmentedStacks()
DARMISelLowering.cpp1814 ARMConstantPoolSymbol::Create(*DAG.getContext(), Sym, in LowerCall()
1874 ARMConstantPoolSymbol::Create(*DAG.getContext(), Sym, in LowerCall()