Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h477 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
478 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()
491 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local
492 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
508 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
509 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
523 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
540 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
558 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
578 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp899 unsigned FixedInstr = 0; in remapInstructions() local
1040 FixedInstr++; in remapInstructions()
1113 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n"); in remapInstructions()
1116 (void) FixedInstr; in remapInstructions()