Home
last modified time | relevance | path

Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp553 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
554 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()
588 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local
589 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
603 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
604 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
617 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
618 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
634 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
635 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp932 unsigned FixedInstr = 0; in remapInstructions() local
1072 FixedInstr++; in remapInstructions()
1145 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n"); in remapInstructions()