Searched defs:getOffsetOf (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp313 unsigned getOffsetOf(MachineInstr *MI) const;
824 /// getOffsetOf - Return the current offset of the specified machine instruction
827 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const { function in class:ARMConstantIslands
947 unsigned UserOffset = getOffsetOf(U.MI);
1036 unsigned CPEOffset = getOffsetOf(CPEMI);
1508 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1514 << " from " << getOffsetOf(MI) << " to " << DestOffset
1807 unsigned BrOffset = getOffsetOf(Br.MI) + 4 - 2;
1862 unsigned JTOffset = getOffsetOf(MI) + 4;
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp384 unsigned getOffsetOf(MachineInstr *MI) const;
826 /// getOffsetOf - Return the current offset of the specified machine instruction
829 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const { function in class:MipsConstantIslands
873 return getOffsetOf(U.MI);
1012 unsigned CPEOffset = getOffsetOf(CPEMI);
1504 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1510 << " from " << getOffsetOf(MI) << " to " << DestOffset
/external/llvm/lib/IR/
H A DConstants.cpp1853 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { function in class:ConstantExpr
1854 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
1858 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { function in class:ConstantExpr

Completed in 584 milliseconds