Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp120 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
130 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
140 ARMConstantPoolConstant::ARMConstantPoolConstant(const GlobalVariable *GV, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
147 ARMConstantPoolConstant *
148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create()
149 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create()
153 ARMConstantPoolConstant *
154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, in Create()
156 return new ARMConstantPoolConstant(GVar, Initializer); in Create()
159 ARMConstantPoolConstant *
[all …]
H A DARMConstantPoolValue.h141 class ARMConstantPoolConstant : public ARMConstantPoolValue {
145 ARMConstantPoolConstant(const Constant *C,
151 ARMConstantPoolConstant(Type *Ty, const Constant *C,
157 ARMConstantPoolConstant(const GlobalVariable *GV, const Constant *Init);
160 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
161 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
163 static ARMConstantPoolConstant *Create(const GlobalVariable *GV,
165 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
168 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
203 bool equals(const ARMConstantPoolConstant *A) const { in equals()
H A DARMAsmPrinter.cpp930 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in emitMachineConstantPoolValue()
946 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in emitMachineConstantPoolValue()
949 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitMachineConstantPoolValue()
H A DARMInstructionSelector.cpp644 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL), Alignment) in selectGlobal()
H A DARMBaseInstrInfo.cpp1801 NewCPV = ARMConstantPoolConstant::Create( in duplicateCPV()
1802 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1809 NewCPV = ARMConstantPoolConstant:: in reMaterialize()
1810 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in reMaterialize()
1813 NewCPV = ARMConstantPoolConstant::Create(&MF.getFunction(), PCLabelId, in reMaterialize()
H A DARMFastISel.cpp564 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2958 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
H A DARMExpandPseudoInsts.cpp2715 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
2719 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
H A DARMISelLowering.cpp2838 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall()
3631 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerGlobalTLSAddressDarwin()
3759 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerToTLSExecModels()
3780 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
3830 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex,
3850 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in promoteToConstantPool()
3993 auto CPVal = ARMConstantPoolConstant::Create(GVar, Init); in LowerGlobalAddressELF()
4061 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL); in LowerGlobalAddressWindows()
4273 ARMConstantPoolConstant::Create(&MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()