Home
last modified time | relevance | path

Searched refs:RCInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h31 struct RCInfo { struct
39 RCInfo() = default; argument
47 std::unique_ptr<RCInfo[]> RegClass;
73 const RCInfo &get(const TargetRegisterClass *RC) const { in get()
74 const RCInfo &RCI = RegClass[RC->getID()]; in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp50 RegClass.reset(new RCInfo[TRI->getNumRegClasses()]); in runOnMachineFunction()
92 RCInfo &RCI = RegClass[RC->getID()]; in compute()