Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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 *
153 ARMConstantPoolConstant *
156 return new ARMConstantPoolConstant(GVar, Initializer); in Create()
159 ARMConstantPoolConstant *
160 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create()
167 ARMConstantPoolConstant *
174 ARMConstantPoolConstant *
[all …]
H A DARMConstantPoolValue.h144 class ARMConstantPoolConstant : public ARMConstantPoolValue {
148 ARMConstantPoolConstant(const Constant *C,
154 ARMConstantPoolConstant(Type *Ty, const Constant *C,
160 ARMConstantPoolConstant(const GlobalVariable *GV, const Constant *Init);
163 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
164 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
166 static ARMConstantPoolConstant *Create(const GlobalVariable *GV,
168 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
171 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
206 bool equals(const ARMConstantPoolConstant *A) const { in equals()
H A DARMAsmPrinter.cpp878 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in EmitMachineConstantPoolValue()
894 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
897 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1566 NewCPV = ARMConstantPoolConstant::Create( in duplicateCPV()
1567 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1574 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1575 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1578 NewCPV = ARMConstantPoolConstant::Create(&MF.getFunction(), PCLabelId, in duplicateCPV()
H A DARMInstructionSelector.cpp587 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL), Alignment) in selectGlobal()
H A DARMExpandPseudoInsts.cpp1486 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
1490 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
H A DARMFastISel.cpp588 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2966 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
H A DARMISelLowering.cpp2021 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2776 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
2905 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows()
2925 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
2975 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
2995 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
3141 auto CPVal = ARMConstantPoolConstant::Create(GVar, Init); in promoteToConstantPool()
3212 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL); in LowerGlobalAddressELF()
3341 ARMConstantPoolConstant::Create(&MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()