Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp731 const LLT DefTy = MRI.getType(DefReg); in select() local
742 if (!DefTy.isValid()) { in select()
747 DefRC = getRegClassForTypeOnBank(DefTy, RB, RBI); in select()
838 const LLT DefTy = MRI.getType(DefReg); in select() local
839 const unsigned DefSize = DefTy.getSizeInBits(); in select()