Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
399 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local400 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()413 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local414 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()430 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local431 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()450 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local451 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()465 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local466 *(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()1148 (void) FixedInstr; in remapInstructions()