Searched defs:Operand (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexoparg3.c96 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
163 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg6.c226 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexresolv.c350 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
H A Dexoparg1.c166 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
238 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
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
175 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
283 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
535 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexconfig.c171 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexcreate.c403 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
455 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
509 ACPI_OPERAND_OBJECT **Operand local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h43 MachineOperand *Operand; member in struct:llvm::AggressiveAntiDepState::__anon2132
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp73 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, argument
H A DIVUsers.cpp215 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { argument
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c515 ACPI_OPERAND_OBJECT **Operand; local
H A Ddsutils.c844 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp118 Value *Operand = II->getOperand(i); local
256 Value *Operand = C->getOperand(i); local
295 Value *Operand = C->getOperand(i); local
374 MDNode *Operand local
403 Value *Operand = N->getOperand(i); local
[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
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h566 const SCEV *Operand = visit(Expr->getOperand()); local
571 const SCEV *Operand = visit(Expr->getOperand()); local
576 const SCEV *Operand = visit(Expr->getOperand()); local
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp480 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, argument
542 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, argument
632 const SDValue &Operand = Node->getOperand(i); local
[all...]
H A DR600InstrInfo.cpp847 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, argument
868 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand, argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h621 unsigned Operand; member in class:llvm::SUnitIterator
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp476 Value *Operand = I.getOperand(0); local
/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
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1569 ExprResult Operand; local
1687 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1275 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1308 void AssemblyWriter::writeParamOperand(const Value *Operand, argument
1842 const Value *Operand local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp55 Value *Operand = BinaryOperator::getNotArgument(V); local
/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
498 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) argument
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...]

Completed in 372 milliseconds

12