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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp565 uint32_t FixedInstr = RawInstr | Imm; local
566 *(little32_t *)FixupPtr = FixedInstr;
598 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); local
599 *(ulittle32_t *)FixupPtr = FixedInstr;
613 uint32_t FixedInstr = RawInstr | EncodedImm; local
614 *(ulittle32_t *)FixupPtr = FixedInstr;
627 uint32_t FixedInstr = RawInstr | EncodedImm; local
628 *(ulittle32_t *)FixupPtr = FixedInstr;
644 uint32_t FixedInstr = RawInstr | EncodedImm; local
645 *(ulittle32_t *)FixupPtr = FixedInstr;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp888 unsigned FixedInstr = 0; local
1028 FixedInstr++;
1101 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n");

Completed in 163 milliseconds