Searched refs:getOffsetOf (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp105 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I),
/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/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/include/llvm/IR/
H A DConstants.h824 /// getOffsetOf constant expr - computes the offset of a struct field in a
827 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
829 /// getOffsetOf constant expr - This is a generalized form of getOffsetOf,
832 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/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
H A DConstantFold.cpp503 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp2721 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo);

Completed in 793 milliseconds