/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exconcat.c | 196 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoConcatenate() argument 201 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoConcatenate() 241 switch (Operand1->Common.Type) in AcpiExDoConcatenate() 247 Operand1Type = Operand1->Common.Type; in AcpiExDoConcatenate() 255 Operand1, &LocalOperand1); in AcpiExDoConcatenate() 320 if ((LocalOperand1 != Operand1) && in AcpiExDoConcatenate() 430 if (LocalOperand1 != Operand1) in AcpiExDoConcatenate() 499 ACPI_OPERAND_OBJECT *Operand1, in AcpiExConcatTemplate() argument 533 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate() 539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate() [all …]
|
H A D | exmisc.c | 447 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoLogicalOp() argument 450 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoLogicalOp() 474 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, in AcpiExDoLogicalOp() 481 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoLogicalOp() 486 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoLogicalOp() 634 if (LocalOperand1 != Operand1) in AcpiExDoLogicalOp()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIExpressionOptimizer.cpp | 238 auto Operand1 = static_cast<dwarf::LocationAtom>(Ops[1].getOp()); in tryFoldCommutativeMath() local 241 if (!Const2 || !operationsAreFoldableAndCommutative(Operand1, Operand2)) in tryFoldCommutativeMath() 244 auto Result = foldOperationIfPossible(Const1, *Const2, Operand1); in tryFoldCommutativeMath() 265 auto Operand1 = static_cast<dwarf::LocationAtom>(Ops[1].getOp()); in tryFoldCommutativeMathWithArgInBetween() local 270 !operationsAreFoldableAndCommutative(Operand1, Operand2) || in tryFoldCommutativeMathWithArgInBetween() 274 auto Result = foldOperationIfPossible(Const1, *Const2, Operand1); in tryFoldCommutativeMathWithArgInBetween()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 308 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local 309 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses() 311 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses() 312 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses() 313 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument 479 Instructions.back().Ops.push_back(Operand1); in addInstruction() 483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 485 Instructions.back().Ops.push_back(Operand1); in addInstruction() 490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument 493 Instructions.back().Ops.push_back(Operand1); in addInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 770 unsigned Operand0, Operand1; member in __anon612323ed0211::CommutingState 782 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute() 787 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute() 788 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute() 790 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeMetadataUtils.cpp | 192 auto *Operand1 = cast<Constant>(C->getOperand(1)); in getPointerAtOffset() local 202 auto *Operand1TargetGlobal = StripGEP(getPointerAtOffset(Operand1, 0, M)); in getPointerAtOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1063 uint64_t Operand1 = DefRangeFramePointerRelFullScope.Offset; in visitKnownRecord() local 1065 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord() 1096 uint64_t Operand1 = DefRangeFramePointerRel.Hdr.Offset; in visitKnownRecord() local 1103 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord() 1134 uint64_t Operand1 = DefRangeRegisterRel.Hdr.Register; in visitKnownRecord() local 1142 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, Operand2}); in visitKnownRecord() 1170 uint64_t Operand1 = DefRangeRegister.Hdr.Register; in visitKnownRecord() local 1177 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord() 1208 uint64_t Operand1 = DefRangeSubfieldRegister.Hdr.Register; in visitKnownRecord() local 1215 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord() [all …]
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acinterp.h | 391 ACPI_OPERAND_OBJECT *Operand1, 398 UINT64 Operand1);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6085 static bool arebothOperandsNotSNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotSNan() argument 6087 return DAG.isKnownNeverSNaN(Operand2) && DAG.isKnownNeverSNaN(Operand1); in arebothOperandsNotSNan() 6090 static bool arebothOperandsNotNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotNan() argument 6092 return DAG.isKnownNeverNaN(Operand2) && DAG.isKnownNeverNaN(Operand1); in arebothOperandsNotNan() 6095 static unsigned getMinMaxOpcodeForFP(SDValue Operand1, SDValue Operand2, in getMinMaxOpcodeForFP() argument 6109 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6117 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6135 : arebothOperandsNotSNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6144 : arebothOperandsNotSNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6207 SDValue CommonValue, Operand1, Operand2; in foldAndOrOfSETCC() local [all …]
|