HomeSort by: relevance | last modified time | path
    Searched defs:PCAdj (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBasicBlockInfo.cpp 96 unsigned PCAdj = isThumb ? 4 : 8;
97 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
ARMExpandPseudoInsts.cpp 2411 unsigned PCAdj = IsARM ? 8 : 4;
2417 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj, Modifier,
ARMFastISel.cpp 565 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
569 PCAdj);
2952 unsigned PCAdj = Subtarget->isThumb() ? 4 : 8;
2954 GV, ARMPCLabelIndex, ARMCP::CPValue, PCAdj,
ARMISelLowering.cpp 3290 unsigned PCAdj = Subtarget->isThumb() ? 4 : 8;
3294 ARMCP::CPBlockAddress, PCAdj);
3437 unsigned char PCAdj = Subtarget->isThumb() ? 4 : 8;
3443 ARMCP::CPValue, PCAdj, ARMCP::TLSGD, true);
3490 unsigned char PCAdj = Subtarget->isThumb() ? 4 : 8;
3493 ARMCP::CPValue, PCAdj, ARMCP::GOTTPOFF,
3937 unsigned PCAdj = IsPositionIndependent ? (Subtarget->isThumb() ? 4 : 8) : 0;
3940 ARMCP::CPLSDA, PCAdj);
10068 unsigned PCAdj = (isThumb || isThumb2) ? 4 : 8;
10070 ARMConstantPoolMBB::Create(F.getContext(), DispatchBB, PCLabelId, PCAdj);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 1455 unsigned PCAdj = 4;
1456 unsigned BrOffset = getOffsetOf(MI) + PCAdj;

Completed in 85 milliseconds