Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h123 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
124 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()
158 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local
159 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
173 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
174 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
187 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local
188 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
204 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
205 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()
/llvm-project-15.0.7/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()
1148 (void) FixedInstr; in remapInstructions()