Searched defs:GCDTy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 450 LLT GCDTy = getGCDType(LLTy, PartLLT); buildCopyFromRegs() local 584 LLT GCDTy = getGCDType(SrcTy, PartTy); buildCopyToRegs() local
|
| H A D | LegalizerHelper.cpp | 192 LLT GCDTy = getGCDType(getGCDType(ResultTy, LeftoverTy), PartTy); in insertParts() local 237 LLT GCDTy, Register SrcReg) { in extractGCDType() argument 253 LLT GCDTy = getGCDType(getGCDType(SrcTy, NarrowTy), DstTy); in extractGCDType() local 258 LLT LegalizerHelper::buildLCMMergePieces(LLT DstTy, LLT NarrowTy, LLT GCDTy, in buildLCMMergePieces() argument 1556 LLT GCDTy = extractGCDType(WidenedXors, NarrowTy, LeftoverTy, Xor); narrowScalar() local 1901 LLT GCDTy = LLT::scalar(GCD); widenScalarMergeValues() local 2034 const LLT GCDTy = getGCDType(WideTy, DstTy); widenScalarUnmergeValues() local 4495 LLT GCDTy = extractGCDType(VecParts, VecTy, NarrowVecTy, SrcVec); fewerElementsVectorExtractInsertVectorElt() local 6147 LLT GCDTy = extractGCDType(Parts, DstTy, NarrowTy, SrcReg); narrowScalarExt() local [all...] |