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

1234

/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c166 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
180 Status = AcpiExReleaseMutex (Operand[0], WalkState);
185 Status = AcpiExSystemResetEvent (Operand[0]);
190 Status = AcpiExSystemSignalEvent (Operand[0]);
195 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
200 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
205 Status = AcpiExUnloadTable (Operand[0]);
238 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
251 Status = AcpiExLoadOp (Operand[0], Operand[
287 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
624 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;
175 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
209 Status = AcpiUtDivide (Operand[0]->Integer.Value,
210 Operand[1]->Integer.Value,
229 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
235 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
283 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
308 Operand[
535 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg6.c226 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
247 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
248 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
257 Index = Operand[5]->Integer.Value;
258 if (Index >= Operand[0]->Package.Count)
262 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
289 for ( ; Index < Operand[0]->Package.Count; Index++)
293 ThisElement = Operand[0]->Package.Elements[Index];
307 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
308 ThisElement, Operand[
[all...]
H A Dexoparg3.c96 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
111 (UINT32) Operand[0]->Integer.Value,
112 (UINT32) Operand[1]->Integer.Value,
113 (UINT32) Operand[2]->Integer.Value));
118 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
119 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
120 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
163 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
183 (Operand[0])->Common.Type);
192 Index = Operand[
[all...]
H A Dexcreate.c403 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
421 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
422 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
423 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
427 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
455 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
473 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
474 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
478 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
509 ACPI_OPERAND_OBJECT **Operand local
[all...]
H A Dexconfig.c171 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
185 if ((Operand[0]->String.Length > ACPI_NAME_SIZE) ||
186 (Operand[1]->String.Length > ACPI_OEM_ID_SIZE) ||
187 (Operand[2]->String.Length > ACPI_OEM_TABLE_ID_SIZE))
195 Operand[0]->String.Pointer,
196 Operand[1]->String.Pointer,
197 Operand[2]->String.Pointer, &TableIndex);
224 if (Operand[3]->String.Length > 0)
230 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer,
240 if (Operand[
[all...]
H A Dexresolv.c338 * Operand - Starting point for resolution
352 ACPI_OPERAND_OBJECT *Operand,
356 ACPI_OPERAND_OBJECT *ObjDesc = (void *) Operand;
365 /* Operand can be either a namespace node or an operand descriptor */
446 if (ObjDesc == Operand)
350 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.h31 bool foldImm(SDValue &Operand, int32_t &Immediate,
34 void ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand,
H A DR600InstrInfo.h194 ///\brief Add one of the MO_FLAG* flags to the specified \p Operand.
195 void addFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
197 ///\brief Determine if the specified \p Flag is set on this \p Operand.
198 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
208 void clearFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
H A DSIISelLowering.cpp480 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, argument
483 MachineSDNode *Mov = dyn_cast<MachineSDNode>(Operand);
495 Operand = Op;
500 Operand = Op;
507 Operand = Op;
542 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, argument
555 if (fitsRegClass(DAG, Operand, RegClass))
568 Operand.getValueType(), Operand, RC);
569 Operand
632 const SDValue &Operand = Node->getOperand(i); local
[all...]
H A DR600InstrInfo.cpp779 assert(Idx != -1 && "Operand not supported for this instruction.");
847 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, argument
854 MachineOperand &FlagOp = getFlagOp(MI, Operand, Flag);
856 clearFlag(MI, Operand, MO_FLAG_LAST);
858 clearFlag(MI, Operand, Flag);
863 MachineOperand &FlagOp = getFlagOp(MI, Operand);
864 FlagOp.setImm(FlagOp.getImm() | (Flag << (NUM_MO_FLAGS * Operand)));
868 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand, argument
872 MachineOperand &FlagOp = getFlagOp(MI, Operand, Flag);
877 InstFlags &= ~(Flag << (NUM_MO_FLAGS * Operand));
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator in enum:__anon3675::PseudoLoweringEmitter::OpData::MapKind
30 unsigned Operand; // Operand number mapped to. member in union:__anon3675::PseudoLoweringEmitter::OpData::__anon3676
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-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h484 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXTypeidExpr
488 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
493 Operand->getType()->isDependentType(),
494 Operand->getType()->isInstantiationDependentType(),
495 Operand->getType()->containsUnexpandedParameterPack()),
496 Operand(Operand), Range(R) { }
498 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) argument
503 Operand->isTypeDependent() || Operand
628 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXUuidofExpr
632 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
639 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/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.c844 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
876 NewObjDesc = *Operand;
880 Type = (*Operand)->Common.Type;
882 Status = AcpiExResolveToValue (Operand, WalkState);
892 AcpiUtRemoveReference (*Operand);
894 Status = AcpiUtCopyIobjectToIobject (*Operand, &NewObjDesc, WalkState);
906 NewObjDesc = *Operand;
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h621 unsigned Operand; member in class:llvm::SUnitIterator
623 SUnitIterator(SUnit *N, unsigned Op) : Node(N), Operand(Op) {}
626 return Operand == x.Operand;
632 Operand = I.Operand;
637 return Node->Preds[Operand].getSUnit();
642 ++Operand;
654 unsigned getOperand() const { return Operand; }
664 return Node->Preds[Operand];
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp73 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); local
74 GlobalValue *GV = cast<GlobalValue>(Operand);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h42 /// Operand - The registers operand
43 MachineOperand *Operand; member in struct:llvm::AggressiveAntiDepState::__anon2132
/freebsd-10.0-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-10.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1254 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx);
1275 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1276 if (Operand == 0) {
1281 TypePrinter.print(Operand->getType(), Out);
1284 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
1308 void AssemblyWriter::writeParamOperand(const Value *Operand, argument
1310 if (Operand == 0) {
1316 TypePrinter.print(Operand->getType(), Out);
1322 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
1842 const Value *Operand local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp587 SDNode *Operand = Use.getNode(); local
591 if (Operand->use_empty())
592 DeadNodes.push_back(Operand);
2424 EVT VT, SDValue Operand) {
2426 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Operand.getNode())) {
2465 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(Operand.getNode())) {
2523 unsigned OpOpcode = Operand.getNode()->getOpcode();
2528 return Operand; // Factor, merge or concat of one node? No need.
2532 Operand.getValueType().isFloatingPoint() && "Invalid FP cast!");
2533 if (Operand
2423 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue Operand) argument
5414 getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand) argument
5425 getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand, SDValue Subreg) argument
6120 SDValue Operand = N->getOperand(j); local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h149 assert(i < NumOperands && "Operand index out of range!");
566 const SCEV *Operand = visit(Expr->getOperand()); local
567 return SE.getTruncateExpr(Operand, Expr->getType());
571 const SCEV *Operand = visit(Expr->getOperand()); local
572 return SE.getZeroExtendExpr(Operand, Expr->getType());
576 const SCEV *Operand = visit(Expr->getOperand()); local
577 return SE.getSignExtendExpr(Operand, Expr->getType());
H A DIVUsers.h149 IVStrideUse &AddUser(Instruction *User, Value *Operand);
/freebsd-10.0-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 339 milliseconds

1234