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

  /external/llvm/lib/MC/
MCExternalSymbolizer.cpp 108 const MCExpr *Off = nullptr;
110 Off = MCConstantExpr::Create(SymbolicOp.Value, Ctx);
119 if (Off)
120 Expr = MCBinaryExpr::CreateAdd(LHS, Off, Ctx);
124 if (Off)
125 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx);
129 if (Off)
130 Expr = Off;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 190 const MCExpr *Off = nullptr;
192 Off = MCConstantExpr::Create(SymbolicOp.Value, Ctx);
201 if (Off)
202 Expr = MCBinaryExpr::CreateAdd(LHS, Off, Ctx);
206 if (Off)
207 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx);
211 if (Off)
212 Expr = Off;
  /external/clang/test/Analysis/
unreachable-code-path.c 70 enum test_enum { Off, On };
78 if (Off)
  /external/llvm/lib/IR/
MDBuilder.cpp 127 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset);
128 Value *Ops[3] = {createString(Name), Parent, Off};
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 279 enum AutoCompleteSetting { Uninitialized, On, Off };
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 175 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx);
176 Expr = MCBinaryExpr::CreateAdd(Expr, Off, Ctx);
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 308 int Off = Offset; // ARM doesn't need the general 64-bit offsets
315 bool Done = rewriteAArch64FrameIndex(MI, i, BaseReg, Off, TII);
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 50 typedef llvm::ELF::Elf32_Off Off; // File offset
69 typedef llvm::ELF::Elf64_Off Off;
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 406 unsigned Off = MI.getOperand(4).getImm();
413 .addReg(SubReg + Off)
426 unsigned Off = MI.getOperand(4).getImm();
434 .addReg(SubReg + Off, RegState::Define)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module_typedefs.h 25 // -voice : This is the standard mode for VoIP calls. The trade-off
40 // -off : Turns off most of NetEQ's features. Stuffs zeros for lost
47 off = 3, enumerator in enum:webrtc::AudioPlayoutMode
171 // -addedSamples : samples inserted because of packet loss in off mode
195 // -Off : background noise is always zero
200 Off
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 80 offset_type Off;
155 B.Off = Out.tell();
156 assert(B.Off && "Cannot write a bucket at offset 0. Please add padding.");
183 LE.write<offset_type>(Buckets[I].Off);
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 595 int64_t Off;
603 if (getParser().parseAbsoluteExpression(Off))
606 if (Off & 0x0F)
613 getStreamer().EmitWinCFISetFrame(Reg, Off);
636 int64_t Off;
644 if (getParser().parseAbsoluteExpression(Off))
647 if (Off & 7)
655 getStreamer().EmitWinCFISaveReg(Reg, Off);
663 int64_t Off;
671 if (getParser().parseAbsoluteExpression(Off))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 323 // are variable sized objects, we can't reference off of the SP, so we
612 int Off = Offset; // ARM doesn't need the general 64-bit offsets
624 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
627 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII);
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 708 QIcon::Normal, QIcon::Off);
719 QSize(), QIcon::Normal, QIcon::Off);
729 QIcon::Normal, QIcon::Off);
753 QIcon::Normal, QIcon::Off);
760 QSize(), QIcon::Normal, QIcon::Off);
767 QSize(), QIcon::Normal, QIcon::Off);
774 QIcon::Normal, QIcon::Off);
781 QIcon::Normal, QIcon::Off);
789 QIcon::Normal, QIcon::Off);
806 QIcon::Normal, QIcon::Off);
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 506 << " when stack realignment is off" << '\n');
700 int64_t Off = SO.SPOffset - ValOffset;
702 if (Off > 0)
703 OS << "+" << Off;
704 else if (Off < 0)
705 OS << Off;
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 169 const MCExpr *Off;
225 return Mem.Off;
358 Op->Mem.Off = nullptr;
363 CreateMEMri(unsigned Base, const MCExpr *Off, SMLoc S, SMLoc E) {
367 Op->Mem.Off = Off;
379 Op->Mem.Off = Imm;
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 708 QIcon::Normal, QIcon::Off);
719 QSize(), QIcon::Normal, QIcon::Off);
729 QIcon::Normal, QIcon::Off);
753 QIcon::Normal, QIcon::Off);
760 QSize(), QIcon::Normal, QIcon::Off);
767 QSize(), QIcon::Normal, QIcon::Off);
774 QIcon::Normal, QIcon::Off);
781 QIcon::Normal, QIcon::Off);
789 QIcon::Normal, QIcon::Off);
806 QIcon::Normal, QIcon::Off);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 138 Value *Off = ConstantInt::get(AI.getArraySize()->getType(),
140 Amt = AllocaBuilder.CreateAdd(Amt, Off);
615 // Mask off any bits that are set and won't be shifted away.
    [all...]
InstructionCombining.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsopt.c 84 cmsS1Fixed14Number Off[3];
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 379 typedef uint32_t Off;
389 Off e_phoff;
390 Off e_shoff;
405 Off sh_offset;
417 typedef uint64_t Off;
430 Off e_phoff;
431 Off e_shoff;
446 Off sh_offset;
463 typedef typename ELF::Off Off;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 368 const MCExpr *Off;
716 return Mem.Off;
800 CreateMem(std::unique_ptr<MipsOperand> Base, const MCExpr *Off, SMLoc S,
804 Op->Mem.Off = Off;
876 Mem.Off->print(OS);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 87 uint64_t Off = TempOffsets[i];
92 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize());
97 Offsets->push_back(Off);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 105 // visit, we pop off the order stack until we find an item that is
    [all...]

Completed in 626 milliseconds