Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A 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 …]
H A 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()
H A DARMBaseInstrInfo.cpp1363 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1364 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV()
1371 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1372 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1375 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
H A DARMAsmPrinter.cpp934 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
937 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
H A DARMExpandPseudoInsts.cpp997 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI()
1000 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
H A DARMFastISel.cpp632 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2948 ARMConstantPoolConstant *CPV = in ARMLowerPICELF()
2949 ARMConstantPoolConstant::Create(GV, UseGOTOFF ? ARMCP::GOTOFF : ARMCP::GOT); in ARMLowerPICELF()
H A DARMISelLowering.cpp1693 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()