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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1430 const LLT DefTy = MRI.getType(DefReg); local
1438 if (!DefTy.isValid()) {
1443 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI);
1591 const LLT DefTy = MRI.getType(DefReg); local
1592 const unsigned DefSize = DefTy.getSizeInBits();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp175 const LLT DefTy = MRI->getType(DefReg); local
185 if (!DefTy.isValid()) {
191 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB, *MRI);

Completed in 74 milliseconds