Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1010 unsigned DestBW = DestTy->getBitWidth(); in promoteTo() local
1025 assert(Ty->getBitWidth() < DestBW); in promoteTo()
1049 if (CI->getBitWidth() < DestBW) in promoteTo()
1066 unsigned DestBW = DestTy->getBitWidth(); in promoteTypes() local
1072 if (!T || T->getBitWidth() > DestBW) in promoteTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4174 static unsigned getPACKOpcode(unsigned DestBW, in getPACKOpcode() argument
4176 switch (DestBW) { in getPACKOpcode()