Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp275 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
277 LargeTy.getSizeInBits() <= 32 in getInstrMapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5944 Type *LargeTy; in hasSameExtUse() local
5948 LargeTy = ExtTy; in hasSameExtUse()
5951 LargeTy = CurTy; in hasSameExtUse()
5954 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()