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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 105 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I),
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 384 unsigned getOffsetOf(MachineInstr *MI) const;
826 /// getOffsetOf - Return the current offset of the specified machine instruction
829 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const {
873 return getOffsetOf(U.MI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 313 unsigned getOffsetOf(MachineInstr *MI) const;
824 /// getOffsetOf - Return the current offset of the specified machine instruction
827 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp 503 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 210 milliseconds