HomeSort by: relevance | last modified time | path
    Searched refs:FixedInstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp 553 uint32_t FixedInstr = RawInstr | Imm;
554 *(little32_t *)FixupPtr = FixedInstr;
588 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5);
589 *(ulittle32_t *)FixupPtr = FixedInstr;
603 uint32_t FixedInstr = RawInstr | EncodedImm;
604 *(ulittle32_t *)FixupPtr = FixedInstr;
617 uint32_t FixedInstr = RawInstr | EncodedImm;
618 *(ulittle32_t *)FixupPtr = FixedInstr;
634 uint32_t FixedInstr = RawInstr | EncodedImm;
635 *(ulittle32_t *)FixupPtr = FixedInstr;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 932 unsigned FixedInstr = 0;
1072 FixedInstr++;
1145 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n");

Completed in 20 milliseconds