Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
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 …]
DARMConstantPoolValue.h143 class ARMConstantPoolConstant : public ARMConstantPoolValue {
147 ARMConstantPoolConstant(const Constant *C,
153 ARMConstantPoolConstant(Type *Ty, const Constant *C,
159 ARMConstantPoolConstant(const GlobalVariable *GV, const Constant *Init);
162 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
163 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
165 static ARMConstantPoolConstant *Create(const GlobalVariable *GV,
167 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
170 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
205 bool equals(const ARMConstantPoolConstant *A) const { in equals()
DARMAsmPrinter.cpp875 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in EmitMachineConstantPoolValue()
891 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
894 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1665 NewCPV = ARMConstantPoolConstant::Create( in duplicateCPV()
1666 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1673 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1674 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1677 NewCPV = ARMConstantPoolConstant::Create(&MF.getFunction(), PCLabelId, in duplicateCPV()
DARMInstructionSelector.cpp644 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL), Alignment) in selectGlobal()
DARMExpandPseudoInsts.cpp1499 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
1503 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
DARMFastISel.cpp585 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2959 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
DARMISelLowering.cpp2327 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
3071 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
3200 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows()
3220 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
3270 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
3290 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
3436 auto CPVal = ARMConstantPoolConstant::Create(GVar, Init); in promoteToConstantPool()
3507 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL); in LowerGlobalAddressELF()
3721 ARMConstantPoolConstant::Create(&MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
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 …]
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()
DARMAsmPrinter.cpp915 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in emitMachineConstantPoolValue()
931 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in emitMachineConstantPoolValue()
934 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitMachineConstantPoolValue()
DARMInstructionSelector.cpp642 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL), Alignment) in selectGlobal()
DARMBaseInstrInfo.cpp1784 NewCPV = ARMConstantPoolConstant::Create( in duplicateCPV()
1785 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1792 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1793 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1796 NewCPV = ARMConstantPoolConstant::Create(&MF.getFunction(), PCLabelId, in duplicateCPV()
DARMFastISel.cpp566 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2961 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
DARMExpandPseudoInsts.cpp2582 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
2586 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
DARMISelLowering.cpp2663 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall()
3503 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
3631 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows()
3652 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
3702 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
3722 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
3865 auto CPVal = ARMConstantPoolConstant::Create(GVar, Init); in promoteToConstantPool()
3935 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL); in LowerGlobalAddressELF()
4149 ARMConstantPoolConstant::Create(&MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp112 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
122 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
132 ARMConstantPoolConstant *
133 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create()
134 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create()
138 ARMConstantPoolConstant *
139 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create()
141 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()), in Create()
146 ARMConstantPoolConstant *
147 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create()
[all …]
DARMConstantPoolValue.h133 class ARMConstantPoolConstant : public ARMConstantPoolValue {
136 ARMConstantPoolConstant(const Constant *C,
142 ARMConstantPoolConstant(Type *Ty, const Constant *C,
150 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
151 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
153 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
156 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
179 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.cpp962 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
965 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMExpandPseudoInsts.cpp1292 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI()
1295 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
DARMFastISel.cpp589 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2941 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
DARMISelLowering.cpp1826 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2527 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
2656 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows()
2678 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
2729 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
2751 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
2807 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerGlobalAddressELF()
2944 ARMConstantPoolConstant::Create(MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()