Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp257 if (PartEVT == ValueVT) in getCopyFromParts()
261 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
274 if (ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
299 ValueVT.bitsLT(PartEVT)) { in getCopyFromParts()
398 if (PartEVT == ValueVT) in getCopyFromPartsVector()
401 if (PartEVT.isVector()) { in getCopyFromPartsVector()
499 EVT PartEVT = PartVT; in getCopyToParts() local
500 if (PartEVT == ValueVT) { in getCopyToParts()
547 if (PartEVT != ValueVT) { in getCopyToParts()
657 EVT PartEVT = PartVT; in getCopyToPartsVector() local
[all …]