Searched defs:GCDTy (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 420 LLT GCDTy = getGCDType(LLTy, PartLLT); in buildCopyFromRegs() local 517 LLT GCDTy = getGCDType(SrcTy, PartTy); in buildCopyToRegs() local
|
H A D | LegalizerHelper.cpp | 282 LLT GCDTy = getGCDType(getGCDType(ResultTy, LeftoverTy), PartTy); in insertParts() local 326 LLT GCDTy, Register SrcReg) { in extractGCDType() 342 LLT GCDTy = getGCDType(getGCDType(SrcTy, NarrowTy), DstTy); in extractGCDType() local 347 LLT LegalizerHelper::buildLCMMergePieces(LLT DstTy, LLT NarrowTy, LLT GCDTy, in buildLCMMergePieces() 1255 LLT GCDTy = extractGCDType(WidenedXors, NarrowTy, LeftoverTy, Xor); in narrowScalar() local 1575 LLT GCDTy = LLT::scalar(GCD); in widenScalarMergeValues() local 1708 const LLT GCDTy = getGCDType(WideTy, DstTy); in widenScalarUnmergeValues() local 3992 LLT GCDTy = extractGCDType(VecParts, VecTy, NarrowVecTy, SrcVec); in fewerElementsVectorExtractInsertVectorElt() local 5482 LLT GCDTy = extractGCDType(Parts, DstTy, NarrowTy, SrcReg); in narrowScalarExt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1249 LLT GCDTy = LLT::scalar(GCD); in widenScalarMergeValues() local 2814 LLT GCDTy = getGCDType(SrcTy, NarrowTy); in fewerElementsVectorUnmergeValues() local
|