Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp553 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
588 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local
603 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
617 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
634 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp932 unsigned FixedInstr = 0; in remapInstructions() local