Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp274 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
276 LargeTy.getSizeInBits() <= 32 in getInstrMapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5685 Type *LargeTy; in hasSameExtUse() local
5689 LargeTy = ExtTy; in hasSameExtUse()
5692 LargeTy = CurTy; in hasSameExtUse()
5695 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()