Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp106 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
116 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
126 ARMConstantPoolConstant *
127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create()
128 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create()
132 ARMConstantPoolConstant *
133 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create()
135 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()), in Create()
140 ARMConstantPoolConstant *
141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create()
[all …]
DARMConstantPoolValue.h135 class ARMConstantPoolConstant : public ARMConstantPoolValue {
138 ARMConstantPoolConstant(const Constant *C,
144 ARMConstantPoolConstant(Type *Ty, const Constant *C,
152 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
153 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
155 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
158 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
181 bool equals(const ARMConstantPoolConstant *A) const { in equals()
DARMBaseInstrInfo.cpp1364 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1365 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV()
1372 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1373 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1376 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
DARMAsmPrinter.cpp883 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
886 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMExpandPseudoInsts.cpp997 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI()
1000 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
DARMFastISel.cpp630 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2945 ARMConstantPoolConstant *CPV = in ARMLowerPICELF()
2946 ARMConstantPoolConstant::Create(GV, UseGOTOFF ? ARMCP::GOTOFF : ARMCP::GOT); in ARMLowerPICELF()
DARMISelLowering.cpp1696 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2411 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
2436 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
2487 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
2507 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
2548 ARMConstantPoolConstant::Create(GV, in LowerGlobalAddressELF()
2697 ARMConstantPoolConstant::Create(MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()