Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c568 ACPI_PARSE_OBJECT *SourceOp1; in TrCreateAssignmentOp() local
612 SourceOp1 = Source->Asl.Child; in TrCreateAssignmentOp()
613 SourceOp2 = SourceOp1->Asl.Next; in TrCreateAssignmentOp()
619 SourceOp2 = SourceOp1; in TrCreateAssignmentOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20948 SDValue SourceOp1 = getSourceOp(Op1); in performUzpCombine() local
20950 if (!SourceOp0 || !SourceOp1) in performUzpCombine()
20953 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()
20974 SDValue UzpOp1 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp1); in performUzpCombine()