Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_arm64.cpp552 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local
584 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local
599 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
613 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
630 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp888 unsigned FixedInstr = 0; in remapInstructions() local