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

  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 154 unsigned getOffsetOf(MachineInstr *MI) const;
340 unsigned AArch64BranchFixup::getOffsetOf(MachineInstr *MI) const {
436 int64_t BrOffset = getOffsetOf(MI);
442 << " from " << getOffsetOf(MI) << " to " << DestOffset
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 105 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I),
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 312 unsigned getOffsetOf(MachineInstr *MI) const;
822 /// getOffsetOf - Return the current offset of the specified machine instruction
825 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const {
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp 502 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 111 milliseconds