Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexoparg2.c206 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_0R() local
280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_2T_1R() local
390 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_1T_1R() local
651 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_1R() local
H A Dexoparg1.c272 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_0R() local
345 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_0R() local
398 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_1R() local
753 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_1R() local
H A Dexoparg3.c204 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_0T_0R() local
273 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_1T_1R() local
H A Dexcreate.c493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
598 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
H A Dexoparg6.c333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
H A Dexresolv.c460 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h200 struct Operand { struct
209 std::vector<Operand> m_children; argument
217 static Operand BuildRegister(ConstString &r); argument
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c248 UINT64 Operand, in AcpiUtShortShiftLeft()
293 UINT64 Operand, in AcpiUtShortShiftRight()
367 UINT64 Operand, in AcpiUtShortShiftLeft()
397 UINT64 Operand, in AcpiUtShortShiftRight()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp137 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local
170 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local
206 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp93 Value *Operand = II.getOperand(i); in runOnModule() local
184 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local
223 Value *Operand = C->getOperand(i); in remapConstantExpr() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.cpp52 uint64_t Operand = Ops[OperandIdx]; in getOperandAsUnsigned() local
97 uint64_t Operand = Ops[OperandIdx]; in getOperandAsSigned() local
H A DDWARFExpression.cpp156 for (unsigned Operand = 0; Operand < Desc.Op.size(); ++Operand) { in extract() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h337 PredicateInfo(MCRegister Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo()
341 unsigned Operand; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h143 const Node *Operand() const { return m_operand; } in Operand() function
144 Node *&Operand() { return m_operand; } in Operand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMetadata.cpp49 for (const MDOperand &Operand : KernelToMDNodeList->operands()) { in getOCLKernelArgAttribute() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp599 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local
996 static raw_ostream& operator<<(raw_ostream &OS, const SDWAOperand &Operand) { in operator <<()
1004 if (auto Operand = matchSDWAOperand(MI)) { in matchSDWAOperands() local
1318 for (auto &Operand : SDWAOperands) { in convertToSDWA() local
1414 const auto &Operand = OperandPair.second; in run() local
1435 const auto &Operand = OperandPair.second; in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp62 Value *Operand = Intrin->getArgOperand(0); in lowerCoroPromise() local
87 Value *Operand = II->getArgOperand(0); in lowerCoroDone() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h87 unsigned Operand) { in getAddressFromInstr()
126 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCFIPrinter.cpp44 unsigned OperandIdx, uint64_t Operand, in printOperand()
H A DDWARFExpressionPrinter.cpp28 unsigned Operand) { in prettyPrintBaseTypeRef()
67 for (unsigned Operand = 0; Operand < Op->getDescription().Op.size(); in printOp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp956 struct Operand { in processSRem() struct
957 Value *V; in processSRem()
958 Domain D; in processSRem()
1017 struct Operand { in processSDiv() struct
1018 Value *V; in processSDiv()
1019 Domain D; in processSDiv()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h112 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand) { in getNode()
137 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand, in getNode()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp97 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
246 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h45 MachineOperand *Operand; member
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c1085 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand()

1234567