Home
last modified time | relevance | path

Searched defs:ToSlot (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackColoring.cpp901 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackColoring.cpp1070 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackColoring.cpp1021 int ToSlot = SlotRemap[FromSlot]; in remapInstructions() local
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h466 Slot* ToSlot(void* ptr) { in ToSlot() function