Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2294 const LLT DefTy = MRI.getType(DefReg); in select() local
2302 if (!DefTy.isValid()) { in select()
2307 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI); in select()
2461 const LLT DefTy = MRI.getType(DefReg); in select() local
2462 const unsigned DefSize = DefTy.getSizeInBits(); in select()
/freebsd-13.1/contrib/llvm-project/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()