Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h399 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
413 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local
430 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
450 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local
465 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp932 unsigned FixedInstr = 0; in remapInstructions() local