Home
last modified time | relevance | path

Searched defs:PCAdj (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp35 unsigned char PCAdj, in ARMConstantPoolValue()
44 unsigned char PCAdj, in ARMConstantPoolValue()
124 unsigned char PCAdj, in ARMConstantPoolConstant()
133 unsigned char PCAdj, in ARMConstantPoolConstant()
169 ARMCP::ARMCPKind Kind, unsigned char PCAdj) { in Create()
176 ARMCP::ARMCPKind Kind, unsigned char PCAdj, in Create()
226 unsigned id, unsigned char PCAdj, in ARMConstantPoolSymbol()
235 unsigned char PCAdj) { in Create()
265 unsigned id, unsigned char PCAdj, in ARMConstantPoolMBB()
275 unsigned char PCAdj) { in Create()
H A DARMBasicBlockInfo.cpp95 unsigned PCAdj = isThumb ? 4 : 8; in isBBInRange() local
H A DARMAsmPrinter.cpp1598 unsigned PCAdj = (Opc == ARM::MOVi16_ga_pcrel) ? 8 : 4; in emitInstruction() local
1631 unsigned PCAdj = (Opc == ARM::MOVTi16_ga_pcrel) ? 8 : 4; in emitInstruction() local
H A DARMFastISel.cpp564 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV() local
2960 unsigned PCAdj = Subtarget->isThumb() ? 4 : 8; in ARMLowerPICELF() local
H A DARMExpandPseudoInsts.cpp2651 unsigned PCAdj = IsARM ? 8 : 4; in ExpandMI() local
H A DARMISelLowering.cpp3521 unsigned PCAdj = Subtarget->isThumb() ? 4 : 8; in LowerBlockAddress() local
3668 unsigned char PCAdj = Subtarget->isThumb() ? 4 : 8; in LowerToTLSGeneralDynamicModel() local
3721 unsigned char PCAdj = Subtarget->isThumb() ? 4 : 8; in LowerToTLSExecModels() local
4168 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN() local
10799 unsigned PCAdj = (isThumb || isThumb2) ? 4 : 8; in SetupEntryBlockForSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp201 CSKYConstantPoolJT::CSKYConstantPoolJT(Type *Ty, int JTIndex, unsigned PCAdj, in CSKYConstantPoolJT()
209 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1454 unsigned PCAdj = 4; in isBBInRange() local