Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp175 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local
185 if (!DefTy.isValid()) { in selectPHI()
191 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB, *MRI); in selectPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1430 const LLT DefTy = MRI.getType(DefReg); in select() local
1438 if (!DefTy.isValid()) { in select()
1443 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI); in select()
1591 const LLT DefTy = MRI.getType(DefReg); in select() local
1592 const unsigned DefSize = DefTy.getSizeInBits(); in select()