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

/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp106 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I),
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp312 unsigned getOffsetOf(MachineInstr *MI) const;
822 /// getOffsetOf - Return the current offset of the specified machine instruction
825 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const { function in class:ARMConstantIslands
945 unsigned UserOffset = getOffsetOf(U.MI);
1034 unsigned CPEOffset = getOffsetOf(CPEMI);
1507 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1513 << " from " << getOffsetOf(MI) << " to " << DestOffset
1806 unsigned BrOffset = getOffsetOf(Br.MI) + 4 - 2;
1861 unsigned JTOffset = getOffsetOf(MI) + 4;
/external/llvm/include/llvm/
H A DConstants.h833 /// getOffsetOf constant expr - computes the offset of a struct field in a
836 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
838 /// getOffsetOf constant expr - This is a generalized form of getOffsetOf,
841 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/external/llvm/lib/VMCore/
H A DConstants.cpp1685 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { function in class:ConstantExpr
1686 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
1690 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { function in class:ConstantExpr
H A DConstantFold.cpp498 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp2618 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo);
2628 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo);

Completed in 163 milliseconds