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.cpp232 LLT LargeTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
234 LargeTy.getSizeInBits() <= 32 in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6450 Type *LargeTy; in hasSameExtUse() local
6454 LargeTy = ExtTy; in hasSameExtUse()
6457 LargeTy = CurTy; in hasSameExtUse()
6460 if (!TLI.isZExtFree(NarrowTy, LargeTy)) in hasSameExtUse()