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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBasicBlockInfo.cpp 72 /// getOffsetOf - Return the current offset of the specified machine instruction
75 unsigned ARMBasicBlockUtils::getOffsetOf(MachineInstr *MI) const {
97 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
102 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
ARMBasicBlockInfo.h 132 unsigned getOffsetOf(MachineInstr *MI) const;
134 unsigned getOffsetOf(MachineBasicBlock *MBB) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 376 unsigned getOffsetOf(MachineInstr *MI) const;
792 /// getOffsetOf - Return the current offset of the specified machine instruction
795 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const {
837 return getOffsetOf(U.MI);
972 unsigned CPEOffset = getOffsetOf(CPEMI);
1456 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1461 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)

Completed in 29 milliseconds