Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
553 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local554 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()588 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local589 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()603 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local604 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()617 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local618 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()634 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local635 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
932 unsigned FixedInstr = 0; in remapInstructions() local1072 FixedInstr++; in remapInstructions()1145 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n"); in remapInstructions()