Searched defs:PCAdj (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 35 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 D | ARMBasicBlockInfo.cpp | 96 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange() local
|
H A D | ARMAsmPrinter.cpp | 1598 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 D | ARMFastISel.cpp | 564 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in ARMMaterializeGV() local 2959 unsigned PCAdj = Subtarget->isThumb() ? 4 : 8; in ARMLowerPICELF() local
|
H A D | ARMExpandPseudoInsts.cpp | 2667 unsigned PCAdj = IsARM ? 8 : 4; in ExpandMI() local
|
H A D | ARMISelLowering.cpp | 3537 unsigned PCAdj = Subtarget->isThumb() ? 4 : 8; in LowerBlockAddress() local 3684 unsigned char PCAdj = Subtarget->isThumb() ? 4 : 8; in LowerToTLSGeneralDynamicModel() local 3737 unsigned char PCAdj = Subtarget->isThumb() ? 4 : 8; in LowerToTLSExecModels() local 4180 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0; in LowerINTRINSIC_WO_CHAIN() local 10816 unsigned PCAdj = (isThumb || isThumb2) ? 4 : 8; in SetupEntryBlockForSjLj() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.cpp | 201 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 D | MipsConstantIslandPass.cpp | 1454 unsigned PCAdj = 4; in isBBInRange() local
|