Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp6566 bool ExtractLow = false; in EmitAArch64BuiltinExpr() local
7789 ExtractLow = true; in EmitAArch64BuiltinExpr()
7795 Ops[0]->getType(), ExtractLow, Ops, E, "vbfcvt1"); in EmitAArch64BuiltinExpr()
7797 ExtractLow = true; in EmitAArch64BuiltinExpr()
7803 Ops[0]->getType(), ExtractLow, Ops, E, "vbfcvt2"); in EmitAArch64BuiltinExpr()
7805 ExtractLow = true; in EmitAArch64BuiltinExpr()
7811 Ops[0]->getType(), ExtractLow, Ops, E, "vbfcvt1"); in EmitAArch64BuiltinExpr()
7813 ExtractLow = true; in EmitAArch64BuiltinExpr()
7819 Ops[0]->getType(), ExtractLow, Ops, E, "vbfcvt2"); in EmitAArch64BuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26494 SDValue ExtractLow; in tryCombineMULLWithUZP1() local
26556 ExtractLow.setNode(User); in tryCombineMULLWithUZP1()
26559 if (!ExtractLow || !ExtractLow->hasOneUse()) in tryCombineMULLWithUZP1()
26564 SDNode *ExtractLowUser = *ExtractLow.getNode()->user_begin(); in tryCombineMULLWithUZP1()
26568 if (ExtractLowUser->getOperand(0) == ExtractLow) { in tryCombineMULLWithUZP1()
26611 UZP1, ExtractLow.getOperand(1)); in tryCombineMULLWithUZP1()