Home
last modified time | relevance | path

Searched refs:index2StackSlot (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveStacks.cpp64 std::forward_as_tuple(Register::index2StackSlot(Slot), 0.0F)) in getOrCreateInterval()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegister.h56 static unsigned index2StackSlot(int FI) { in index2StackSlot() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h106 return Register::index2StackSlot(RegMasks.find(RM)); in getRegMaskId()
DHexagonConstExtenders.cpp240 Reg = llvm::Register::index2StackSlot(Op.getIndex()); in operator =()