Home
last modified time | relevance | path

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

123456

/freebsd-src/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]; AcpiExOpcode_2A_0T_1R() local
[all...]
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]; AcpiExOpcode_1A_1T_1R() local
753 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; AcpiExOpcode_1A_0T_1R() local
[all...]
H A Dexoparg3.c203 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_0T_0R() local
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_1T_1R() local
[all...]
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 in AcpiExCreateMethod() local
[all...]
H A Dexoparg6.c333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
[all...]
H A Dexresolv.c460 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple() argument
H A Dexconfig.c243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
[all...]
/freebsd-src/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
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c248 UINT64 Operand, in AcpiUtShortShiftLeft() argument
293 UINT64 Operand, in AcpiUtShortShiftRight() argument
367 UINT64 Operand, in AcpiUtShortShiftLeft() argument
397 UINT64 Operand, in AcpiUtShortShiftRight() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp139 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local
174 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local
210 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp93 Value *Operand = II.getOperand(i); in runOnModule() local
185 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local
224 Value *Operand = C->getOperand(i); in remapConstantExpr() local
H A DNVVMReflect.cpp144 const Value *Operand = cast<Constant>(Str)->getOperand(0); runNVVMReflect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h337 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo()
341 unsigned Operand; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp153 for (unsigned Operand = 0; Operand < Desc.Op.size(); ++Operand) { in extract() local
241 prettyPrintBaseTypeRef(DWARFUnit * U,raw_ostream & OS,DIDumpOptions DumpOpts,ArrayRef<uint64_t> Operands,unsigned Operand) prettyPrintBaseTypeRef() argument
316 for (unsigned Operand = 0; Operand < Desc.Op.size(); ++Operand) { print() local
395 for (unsigned Operand = 0; Operand < Op.Desc.Op.size(); ++Operand) { verify() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp445 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); convertToSDWA() local
826 operator <<(raw_ostream & OS,const SDWAOperand & Operand) operator <<() argument
834 if (auto Operand = matchSDWAOperand(MI)) { matchSDWAOperands() local
1126 for (auto &Operand : SDWAOperands) { convertToSDWA() local
1209 const auto &Operand = OperandPair.second; runOnMachineFunction() local
1222 const auto &Operand = OperandPair.second; runOnMachineFunction() local
[all...]
H A DAMDGPUInsertSingleUseVDST.cpp80 for (const auto &Operand : MI.operands()) { runOnMachineFunction() local
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h93 unsigned Operand) { in getAddressFromInstr()
132 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp936 struct Operand { in processSDiv() struct
875 struct Operand { processSRem() struct
876 VprocessSRem::Operand processSRem() argument
877 DprocessSRem::Operand processSRem() argument
937 VprocessSDiv::Operand processSDiv() argument
938 DprocessSDiv::Operand processSDiv() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator
30 unsigned Operand; // Operand number mapped to. member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp97 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() argument
246 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h45 MachineOperand *Operand; member
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c1085 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp212 for (auto *Operand : Operands) in getMinBitWidth() local
227 for (auto *Operand : Operands) in getMinBitWidth() local

123456