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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 446 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; }
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
ItaniumCXXABI.cpp 355 /// struct { ptrdiff_t ptr; ptrdiff_t adj; } memptr;
359 /// - the this-adjustment is (memptr.adj)
363 /// - method pointers are virtual if (memptr.adj & 1) is nonzero
364 /// - the this-adjustment is (memptr.adj >> 1)
366 /// ARM uses 'adj' for the virtual flag because Thumb functions
394 // Extract memptr.adj, which is in the second field.
395 llvm::Value *RawAdj = Builder.CreateExtractValue(MemFnPtr, 1, "memptr.adj");
398 llvm::Value *Adj = RawAdj;
400 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted")
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 98 intptr_t Adj = 0, bool IsPCRel = true);
414 intptr_t Adj /* = 0 */,
436 Adj, Indirect);
441 RelocOp->getOffset(), Adj);
444 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 198 milliseconds