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

/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp105 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I),
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp382 unsigned getOffsetOf(MachineInstr *MI) const;
822 /// getOffsetOf - Return the current offset of the specified machine instruction
825 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const { function in class:MipsConstantIslands
869 return getOffsetOf(U.MI);
1008 unsigned CPEOffset = getOffsetOf(CPEMI);
1500 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1506 << " from " << getOffsetOf(MI) << " to " << DestOffset
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp314 unsigned getOffsetOf(MachineInstr *MI) const;
826 /// getOffsetOf - Return the current offset of the specified machine instruction
829 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const { function in class:ARMConstantIslands
949 unsigned UserOffset = getOffsetOf(U.MI);
1038 unsigned CPEOffset = getOffsetOf(CPEMI);
1521 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1527 << " from " << getOffsetOf(MI) << " to " << DestOffset
1820 unsigned BrOffset = getOffsetOf(Br.MI) + 4 - 2;
1875 unsigned JTOffset = getOffsetOf(MI) + 4;
/external/llvm/include/llvm/IR/
H A DConstants.h850 /// getOffsetOf constant expr - computes the offset of a struct field in a
853 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
855 /// getOffsetOf constant expr - This is a generalized form of getOffsetOf,
858 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/external/llvm/lib/IR/
H A DConstants.cpp1947 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { function in class:ConstantExpr
1948 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
1952 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { function in class:ConstantExpr
H A DConstantFold.cpp517 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);

Completed in 218 milliseconds