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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 465 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; }
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
ItaniumCXXABI.cpp 386 /// struct { ptrdiff_t ptr; ptrdiff_t adj; } memptr;
390 /// - the this-adjustment is (memptr.adj)
394 /// - method pointers are virtual if (memptr.adj & 1) is nonzero
395 /// - the this-adjustment is (memptr.adj >> 1)
397 /// ARM uses 'adj' for the virtual flag because Thumb functions
425 // Extract memptr.adj, which is in the second field.
426 llvm::Value *RawAdj = Builder.CreateExtractValue(MemFnPtr, 1, "memptr.adj");
429 llvm::Value *Adj = RawAdj;
431 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted")
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 406 milliseconds