Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2190 const LLT DefTy = MRI.getType(DefReg); in select() local
2198 if (!DefTy.isValid()) { in select()
2203 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI); in select()
2357 const LLT DefTy = MRI.getType(DefReg); in select() local
2358 const unsigned DefSize = DefTy.getSizeInBits(); in select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp195 const LLT DefTy = MRI->getType(DefReg); in selectPHI() local
196 if (DefTy == LLT::scalar(1)) { in selectPHI()
213 if (!DefTy.isValid()) { in selectPHI()
219 DefRC = TRI.getRegClassForTypeOnBank(DefTy, RB, *MRI); in selectPHI()