Searched refs:Operand (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexoparg1.c167 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
181 Status = AcpiExReleaseMutex (Operand[0], WalkState);
187 Status = AcpiExSystemResetEvent (Operand[0]);
193 Status = AcpiExSystemSignalEvent (Operand[0]);
199 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
205 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
211 Status = AcpiExUnloadTable (Operand[0]);
245 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
258 Status = AcpiExLoadOp (Operand[0], Operand[
294 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
645 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg2.c101 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
119 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
123 Value = (UINT32) Operand[1]->Integer.Value;
176 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
210 Status = AcpiUtDivide (Operand[0]->Integer.Value,
211 Operand[1]->Integer.Value,
231 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
237 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
310 Operand[
541 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg6.c232 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
253 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
254 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
263 Index = Operand[5]->Integer.Value;
264 if (Index >= Operand[0]->Package.Count)
268 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
295 for ( ; Index < Operand[0]->Package.Count; Index++)
299 ThisElement = Operand[0]->Package.Elements[Index];
313 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
314 ThisElement, Operand[
[all...]
H A Dexoparg3.c97 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
112 (UINT32) Operand[0]->Integer.Value,
113 (UINT32) Operand[1]->Integer.Value,
114 (UINT32) Operand[2]->Integer.Value));
119 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
120 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
121 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
165 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
186 (Operand[0])->Common.Type);
195 Index = Operand[
[all...]
H A Dexcreate.c396 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
414 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
415 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
416 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
420 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
448 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
466 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
467 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
471 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
502 ACPI_OPERAND_OBJECT **Operand local
[all...]
H A Dexconfig.c170 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
184 if ((Operand[0]->String.Length > ACPI_NAME_SIZE) ||
185 (Operand[1]->String.Length > ACPI_OEM_ID_SIZE) ||
186 (Operand[2]->String.Length > ACPI_OEM_TABLE_ID_SIZE))
193 Status = AcpiTbFindTable (Operand[0]->String.Pointer,
194 Operand[1]->String.Pointer,
195 Operand[2]->String.Pointer, &TableIndex);
222 if (Operand[3]->String.Length > 0)
228 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer,
238 if (Operand[
[all...]
H A Dexresolv.c346 * Operand - Starting point for resolution
360 ACPI_OPERAND_OBJECT *Operand,
364 ACPI_OPERAND_OBJECT *ObjDesc = (void *) Operand;
373 /* Operand can be either a namespace node or an operand descriptor */
452 if (ObjDesc == Operand)
358 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp118 Value *Operand = II->getOperand(i); local
119 if (isa<Constant>(Operand)) {
121 i, remapConstant(&M, I, cast<Constant>(Operand), Builder));
256 Value *Operand = C->getOperand(i); local
257 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
258 OperandChanged |= Operand != NewOperand;
295 Value *Operand = C->getOperand(i); local
296 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
297 OperandChanged |= Operand != NewOperand;
374 MDNode *Operand local
403 Value *Operand = N->getOperand(i); local
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator in enum:__anon3604::PseudoLoweringEmitter::OpData::MapKind
30 unsigned Operand; // Operand number mapped to. member in union:__anon3604::PseudoLoweringEmitter::OpData::__anon3605
101 OperandMap[BaseIdx + i + I].Kind = OpData::Operand;
173 DEBUG(dbgs() << " Operand mapping:\n");
177 if (OperandMap[Insn.Operands[i].MIOperandNo].Kind != OpData::Operand)
188 OperandMap[Insn.Operands[i].MIOperandNo + I].Data.Operand =
224 o << " // Operand: " << Dest.Operands[OpNo].Name << "\n";
228 case OpData::Operand:
231 .Operand]
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h149 assert(i < NumOperands && "Operand index out of range!");
579 const SCEV *Operand = visit(Expr->getOperand()); local
580 return SE.getTruncateExpr(Operand, Expr->getType());
584 const SCEV *Operand = visit(Expr->getOperand()); local
585 return SE.getZeroExtendExpr(Operand, Expr->getType());
589 const SCEV *Operand = visit(Expr->getOperand()); local
590 return SE.getSignExtendExpr(Operand, Expr->getType());
670 const SCEV *Operand = visit(Expr->getOperand()); local
671 return SE.getTruncateExpr(Operand, Expr->getType());
675 const SCEV *Operand local
680 const SCEV *Operand = visit(Expr->getOperand()); local
[all...]
H A DIVUsers.h149 IVStrideUse &AddUser(Instruction *User, Value *Operand);
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.h37 bool foldImm(SDValue &Operand, int32_t &Immediate,
43 void ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand,
H A DR600InstrInfo.h265 ///\brief Add one of the MO_FLAG* flags to the specified \p Operand.
266 void addFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
268 ///\brief Determine if the specified \p Flag is set on this \p Operand.
269 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
279 void clearFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
H A DSIISelLowering.cpp937 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, argument
940 MachineSDNode *Mov = dyn_cast<MachineSDNode>(Operand);
954 Operand = Op;
959 Operand = Op;
966 Operand = Op;
1000 // Operand 1 is the register class id for COPY_TO_REGCLASS instructions.
1018 // Operand 0 is the register class id for REG_SEQUENCE instructions.
1038 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, argument
1051 if (fitsRegClass(DAG, Operand, RegClass))
1064 Operand
1141 const SDValue &Operand = Node->getOperand(i); local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/dispatcher/
H A Ddsopcode.c515 ACPI_OPERAND_OBJECT **Operand; local
556 Operand = &WalkState->Operands[0];
560 Status = AcpiTbFindTable (Operand[0]->String.Pointer,
561 Operand[1]->String.Pointer, Operand[2]->String.Pointer,
568 AcpiUtRemoveReference (Operand[0]);
569 AcpiUtRemoveReference (Operand[1]);
570 AcpiUtRemoveReference (Operand[2]);
H A Ddsutils.c848 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
880 NewObjDesc = *Operand;
884 Type = (*Operand)->Common.Type;
886 Status = AcpiExResolveToValue (Operand, WalkState);
896 AcpiUtRemoveReference (*Operand);
898 Status = AcpiUtCopyIobjectToIobject (*Operand, &NewObjDesc, WalkState);
910 NewObjDesc = *Operand;
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCModuleYAML.cpp88 struct Operand { struct in namespace:llvm::MCModuleYAML
94 std::vector<Operand> Operands;
127 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::MCModuleYAML::Operand)
161 template <> struct ScalarTraits<MCModuleYAML::Operand> {
162 static void output(const MCModuleYAML::Operand &, void *,
164 static StringRef input(StringRef, void *, MCModuleYAML::Operand &);
216 ScalarTraits<MCModuleYAML::Operand>::output(const MCModuleYAML::Operand &Val,
230 ScalarTraits<MCModuleYAML::Operand>::input(StringRef Scalar, void *Ctx,
231 MCModuleYAML::Operand
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h602 unsigned Operand; member in class:llvm::SUnit::SUnitIterator
604 SUnitIterator(SUnit *N, unsigned Op) : Node(N), Operand(Op) {}
607 return Operand == x.Operand;
613 Operand = I.Operand;
618 return Node->Preds[Operand].getSUnit();
623 ++Operand;
635 unsigned getOperand() const { return Operand; }
645 return Node->Preds[Operand];
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h529 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXTypeidExpr
533 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
538 Operand->getType()->isDependentType(),
539 Operand->getType()->isInstantiationDependentType(),
540 Operand->getType()->containsUnexpandedParameterPack()),
541 Operand(Operand), Range(R) { }
543 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) argument
548 Operand->isTypeDependent() || Operand
674 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXUuidofExpr
678 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
685 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp73 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); local
74 GlobalValue *GV = cast<GlobalValue>(Operand);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h42 /// Operand - The registers operand
43 MachineOperand *Operand; member in struct:llvm::AggressiveAntiDepState::__anon2102
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.h92 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx);
H A DAsmWriter.cpp1226 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1227 if (Operand == 0) {
1232 TypePrinter.print(Operand->getType(), Out);
1235 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
1259 void AssemblyWriter::writeParamOperand(const Value *Operand, argument
1261 if (Operand == 0) {
1267 TypePrinter.print(Operand->getType(), Out);
1273 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
1799 const Value *Operand = I.getNumOperands() ? I.getOperand(0) : 0; local
1830 writeOperand(Operand, tru
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, argument
48 if (!PN || !Operand) return false; // not a phi, not dominated by latch block.
50 // Look at all of the uses of Operand by the PHI node. If any use corresponds
54 if (PN->getIncomingValue(i) == Operand &&
58 // Okay, all uses of Operand by PN are in predecessor blocks that really are
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h313 const SymExpr *Operand; member in class:clang::ento::SymbolCast
321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
325 const SymExpr *getOperand() const { return Operand; }
338 Profile(ID, Operand, FromTy, ToTy);
526 const SymbolCast* getCastSymbol(const SymExpr *Operand,

Completed in 302 milliseconds

1234