HomeSort by relevance Sort by last modified time
    Searched defs:getPointerWidth (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 268 unsigned getPointerWidth() {
315 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc()));
324 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(),
334 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc()));
342 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(),
461 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(),
644 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
670 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1,
721 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
861 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1
    [all...]
X86AsmParser.cpp 785 unsigned getPointerWidth() {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 279 uint64_t getPointerWidth(unsigned AddrSpace) const {
320 return getPointerWidth(0) >= 64;
416 unsigned getUnwindWordWidth() const { return getPointerWidth(0); }
    [all...]

Completed in 69 milliseconds