HomeSort by relevance Sort by last modified time
    Searched defs:getOffsetOf (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 374 unsigned getOffsetOf(MachineInstr *MI) const;
807 /// getOffsetOf - Return the current offset of the specified machine instruction
810 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const {
854 return getOffsetOf(U.MI);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 382 unsigned getOffsetOf(MachineInstr *MI) const;
805 /// getOffsetOf - Return the current offset of the specified machine instruction
808 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const {
852 return getOffsetOf(U.MI);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 334 unsigned getOffsetOf(MachineInstr *MI) const;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Constants.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 278 unsigned getOffsetOf(MachineInstr *MI) const;
859 /// getOffsetOf - Return the current offset of the specified machine instruction
862 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const {
    [all...]

Completed in 465 milliseconds