Home
last modified time | relevance | path

Searched defs: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
491 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local
508 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
522 uint32_t FixedInstr = RawInstr | EncodedImmHi | EncodedImmLo; in applyFixup() local
539 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
557 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
577 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local
592 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp899 unsigned FixedInstr = 0; in remapInstructions() local