Searched refs:SourceOp1 (Results 1 – 2 of 2) sorted by relevance
568 ACPI_PARSE_OBJECT *SourceOp1; in TrCreateAssignmentOp() local612 SourceOp1 = Source->Asl.Child; in TrCreateAssignmentOp()613 SourceOp2 = SourceOp1->Asl.Next; in TrCreateAssignmentOp()619 SourceOp2 = SourceOp1; in TrCreateAssignmentOp()
22246 SDValue SourceOp1 = peekThroughBitcasts(Op1); in performUzpCombine() local22249 if (SourceOp0.getValueType() == SourceOp1.getValueType()) { in performUzpCombine()22256 SourceOp0, SourceOp1); in performUzpCombine()22263 SourceOp1.getOpcode() != ISD::TRUNCATE) in performUzpCombine()22266 SourceOp1 = SourceOp1.getOperand(0); in performUzpCombine()22268 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()22289 SDValue UzpOp1 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp1); in performUzpCombine()