Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp270 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
272 LargeTy.getSizeInBits() <= 32 in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6060 Type *LargeTy; in hasSameExtUse() local
6064 LargeTy = ExtTy; in hasSameExtUse()
6067 LargeTy = CurTy; in hasSameExtUse()
6070 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()