Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.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.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()
DARMAsmPrinter.cpp850 auto *ACPC = cast<ARMConstantPoolConstant>(ACPV); in EmitMachineConstantPoolValue()
866 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
869 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1551 NewCPV = ARMConstantPoolConstant::Create( in duplicateCPV()
1552 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
1559 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1560 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1563 NewCPV = ARMConstantPoolConstant::Create(&MF.getFunction(), PCLabelId, in duplicateCPV()
DARMInstructionSelector.cpp529 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL), Alignment) in selectGlobal()
DARMExpandPseudoInsts.cpp1485 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
1489 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
DARMFastISel.cpp588 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
2965 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF()
DARMISelLowering.cpp2020 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2775 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
2904 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows()
2924 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
2974 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
2994 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
3171 auto CPVal = ARMConstantPoolConstant::Create(GVar, Init); in promoteToConstantPool()
3240 ARMConstantPoolConstant::Create(GV, ARMCP::SBREL); in LowerGlobalAddressELF()
3365 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()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.cpp107 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
117 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() function in ARMConstantPoolConstant
127 ARMConstantPoolConstant *
128 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create()
129 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create()
133 ARMConstantPoolConstant *
134 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create()
136 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()), in Create()
141 ARMConstantPoolConstant *
142 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create()
[all …]
DARMConstantPoolValue.h116 class ARMConstantPoolConstant : public ARMConstantPoolValue {
119 ARMConstantPoolConstant(const Constant *C,
125 ARMConstantPoolConstant(Type *Ty, const Constant *C,
133 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
134 static ARMConstantPoolConstant *Create(const GlobalValue *GV,
136 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
139 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID,
161 static bool classof(const ARMConstantPoolConstant *) { return true; } in classof() argument
DARMBaseInstrInfo.cpp1095 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1096 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV()
1103 NewCPV = ARMConstantPoolConstant:: in duplicateCPV()
1104 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV()
1107 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
DARMAsmPrinter.cpp855 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue()
858 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMISelLowering.cpp1424 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
1462 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 4); in LowerCall()
1961 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress()
1986 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel()
2033 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels()
2052 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels()
2088 ARMConstantPoolConstant::Create(GV, in LowerGlobalAddressELF()
2158 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, in LowerGlobalAddressDarwin()
2249 ARMConstantPoolConstant::Create(MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()
DARMCodeEmitter.cpp639 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitConstPoolInstruction()
DARMFastISel.cpp601 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()