Searched refs:CPValue (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 95 if (Kind == ARMCP::CPValue || Kind == ARMCP::CPExtSymbol) in hasSameValue() 149 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create() 163 GV, 0, ARMCP::CPValue, 0, in Create()
|
| H A D | ARMConstantPoolValue.h | 38 CPValue, enumerator 107 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue()
|
| H A D | ARMFastISel.cpp | 567 ARMCP::CPValue, in ARMMaterializeGV() 2961 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, in ARMLowerPICELF()
|
| H A D | ARMExpandPseudoInsts.cpp | 2673 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier, in ExpandMI()
|
| H A D | ARMBaseInstrInfo.cpp | 1786 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
|
| H A D | ARMISelLowering.cpp | 2699 GVal, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall() 3690 ARMCP::CPValue, PCAdj, ARMCP::TLSGD, true); in LowerToTLSGeneralDynamicModel() 3740 ARMCP::CPValue, PCAdj, ARMCP::GOTTPOFF, in LowerToTLSExecModels()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.h | 32 CPValue, enumerator 66 bool isGlobalValue() const { return Kind == CSKYCP::CPValue; } in isGlobalValue()
|
| H A D | CSKYISelLowering.cpp | 787 N->getGlobal(), CSKYCP::CPValue, 0, getModifier(Flags), false); in getTargetConstantPoolValue() 1314 CSKYConstantPoolConstant::Create(N->getGlobal(), CSKYCP::CPValue, PCAjust, in getStaticTLSAddr() 1348 CSKYConstantPoolConstant::Create(N->getGlobal(), CSKYCP::CPValue, 4, in getDynamicTLSAddr()
|