Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h567 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup() local
489 uint32_t FixedInstr = RawInstr | Imm; applyFixup() local
503 uint32_t FixedInstr = RawInstr | (Imm << 5); applyFixup() local
518 uint32_t FixedInstr = RawInstr | EncodedImm; applyFixup() local
532 uint32_t FixedInstr = RawInstr | EncodedImmHi | EncodedImmLo; applyFixup() local
549 uint32_t FixedInstr = RawInstr | EncodedImm; applyFixup() local
587 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); applyFixup() local
602 uint32_t FixedInstr = RawInstr | EncodedImm; applyFixup() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp903 unsigned FixedInstr = 0; remapInstructions() local