Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
123 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local124 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()158 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local159 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()173 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local174 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()187 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local188 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()204 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local205 *(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()