Home
last modified time | relevance | path

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

/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()