Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
552 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local553 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()587 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local588 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()602 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local603 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()616 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local617 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()633 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local634 *(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()