Home
last modified time | relevance | path

Searched refs:getTargetRegInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.cpp35 const TargetRegisterInfo *TRI = &VRM.getTargetRegInfo(); in AllocationOrder()
DRegAllocBase.cpp60 TRI = &vrm.getTargetRegInfo(); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h90 const TargetRegisterInfo &getTargetRegInfo() const { return *TRI; } in getTargetRegInfo() function