Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h709 const TargetRegisterClass *RC = RegClassForVT[VT.SimpleTy];
752 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT)); in isTypeLegal()
753 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != nullptr; in isTypeLegal()
1987 assert((unsigned)VT.SimpleTy < array_lengthof(RegClassForVT)); in addRegisterClass()
1988 RegClassForVT[VT.SimpleTy] = RC; in addRegisterClass()
2726 const TargetRegisterClass *RegClassForVT[MVT::LAST_VALUETYPE]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp610 std::fill(std::begin(RegClassForVT), std::end(RegClassForVT), nullptr); in initActions()
1116 const TargetRegisterClass *RC = RegClassForVT[VT.SimpleTy]; in findRepresentativeClass()
1156 for (; RegClassForVT[LargestIntReg] == nullptr; --LargestIntReg) in computeRegisterProperties()