Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp105 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
115 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
125 ARMConstantPoolConstant *
126 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create()
127 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create()
131 ARMConstantPoolConstant *
132 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create()
134 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()), in Create()
139 ARMConstantPoolConstant *
140 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create()
[all …]
DARMConstantPoolValue.h132 class ARMConstantPoolConstant : public ARMConstantPoolValue {
135 ARMConstantPoolConstant(const Constant *C,
141 ARMConstantPoolConstant(Type *Ty, const Constant *C,
149 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
150 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
152 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
155 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
178 bool equals(const ARMConstantPoolConstant *A) const { in equals()
DARMBaseInstrInfo.cpp1382 NewCPV = ARMConstantPoolConstant::Create( in duplicateCPV()
1383 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1390 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1391 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1394 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
DARMAsmPrinter.cpp916 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
919 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMExpandPseudoInsts.cpp1043 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI()
1046 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
DARMFastISel.cpp628 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2948 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
DARMISelLowering.cpp1799 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2518 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
2544 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
2596 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
2618 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
2669 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerGlobalAddressELF()
2808 ARMConstantPoolConstant::Create(MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()