HomeSort by: relevance | last modified time | path
    Searched defs:OpcodeOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 1443 unsigned OpcodeOffset = 0;
1460 OpcodeOffset = MI.getOperand(NumOps - 1).getImm();
1461 assert(OpcodeOffset < 16 && "Unexpected opcode offset!");
1465 emitByte(BaseOpcode + OpcodeOffset, OS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 357 /// OpcodeOffset - This is a cache used to dispatch efficiently into isel
359 std::vector<unsigned> OpcodeOffset;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 609 uint64_t OpcodeOffset) {
622 LineTableOffset, OpcodeName.data(), OpcodeOffset,
631 LineTableOffset, OpcodeName.data(), OpcodeOffset));
640 uint64_t OpcodeOffset) {
652 LineTableOffset, OpcodeName.data(), OpcodeOffset));
664 uint64_t AddrOffset = advanceAddr(OperationAdvance, Opcode, OpcodeOffset);
670 uint64_t OpcodeOffset) {
703 advanceAddrForOpcode(Opcode, OpcodeOffset);
804 uint64_t OpcodeOffset = *OffsetPtr;
1007 State.advanceAddr(*Operand, Opcode, OpcodeOffset);
    [all...]

Completed in 20 milliseconds