Searched refs:ARMConstantPoolConstant (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 106 ARMConstantPoolConstant::ARMConstantPoolConstant(Type *Ty, in ARMConstantPoolConstant() function in ARMConstantPoolConstant 116 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C, in ARMConstantPoolConstant() function in ARMConstantPoolConstant 126 ARMConstantPoolConstant * 127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() 128 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create() 132 ARMConstantPoolConstant * 133 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() 135 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()), in Create() 140 ARMConstantPoolConstant * 141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() [all …]
|
D | ARMConstantPoolValue.h | 116 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
|
D | ARMBaseInstrInfo.cpp | 1139 NewCPV = ARMConstantPoolConstant:: in duplicateCPV() 1140 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV() 1147 NewCPV = ARMConstantPoolConstant:: in duplicateCPV() 1148 Create(cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(), PCLabelId, in duplicateCPV() 1151 NewCPV = ARMConstantPoolConstant::Create(MF.getFunction(), PCLabelId, in duplicateCPV()
|
D | ARMAsmPrinter.cpp | 882 cast<ARMConstantPoolConstant>(ACPV)->getBlockAddress(); in EmitMachineConstantPoolValue() 885 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
|
D | ARMISelLowering.cpp | 1495 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall() 1533 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, 4); in LowerCall() 2054 ARMConstantPoolConstant::Create(BA, ARMPCLabelIndex, in LowerBlockAddress() 2079 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSGeneralDynamicModel() 2127 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex, in LowerToTLSExecModels() 2146 ARMConstantPoolConstant::Create(GV, ARMCP::TPOFF); in LowerToTLSExecModels() 2182 ARMConstantPoolConstant::Create(GV, in LowerGlobalAddressELF() 2255 ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, ARMCP::CPValue, in LowerGlobalAddressDarwin() 2338 ARMConstantPoolConstant::Create(MF.getFunction(), ARMPCLabelIndex, in LowerINTRINSIC_WO_CHAIN()
|
D | ARMCodeEmitter.cpp | 713 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitConstPoolInstruction()
|
D | ARMFastISel.cpp | 656 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV()
|