Searched refs:SmallTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp268 LLT SmallTy = LLT::scalar(NewVT.getSizeInBits()); local
269 auto Unmerge = MIRBuilder.buildUnmerge(SmallTy, LargeReg);
H A DLegalizerInfo.cpp684 unsigned LegalizerInfo::getExtOpcodeForWideningConstant(LLT SmallTy) const {
685 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1230 /// widening a constant of type SmallTy which targets can override.
1231 /// For eg, the DAG does (SmallTy.isByteSized() ? G_SEXT : G_ZEXT) which
1233 virtual unsigned getExtOpcodeForWideningConstant(LLT SmallTy) const;

Completed in 92 milliseconds