Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9171 unsigned ExtScale = 1; in LowerCONCAT_VECTORS_i1() local
9174 ExtScale = 2; in LowerCONCAT_VECTORS_i1()
9178 DAG.getIntPtrConstant(i * ExtScale, dl)); in LowerCONCAT_VECTORS_i1()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25036 unsigned ExtScale = ExtDstSizeInBits / ExtSrcSizeInBits; in combineTruncationShuffle() local
25060 if (isTruncate(ExtScale)) in combineTruncationShuffle()