Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h553 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
554 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()
567 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local
568 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
582 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
583 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
596 uint32_t FixedInstr = RawInstr | EncodedImmHi | EncodedImmLo; in applyFixup() local
597 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
613 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
614 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp908 unsigned FixedInstr = 0; in remapInstructions() local
1051 FixedInstr++; in remapInstructions()
1125 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n"); in remapInstructions()
1128 (void) FixedInstr; in remapInstructions()