/minix3/minix/drivers/power/acpi/executer/ |
H A D | exoparg2.c | 98 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_0R() local 172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_2T_1R() local 280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_1T_1R() local 532 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_1R() local
|
H A D | exoparg1.c | 164 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_0R() local 236 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_0R() local 285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_1R() local 622 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_1R() local
|
H A D | exoparg3.c | 94 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_0T_0R() local 161 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_1T_1R() local
|
H A D | excreate.c | 401 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local 453 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local 507 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
|
H A D | exoparg6.c | 224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
|
H A D | exresolv.c | 350 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple()
|
H A D | exconfig.c | 169 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 117 Value *Operand = II->getOperand(i); in runOnModule() local 261 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 300 Value *Operand = C->getOperand(i); in remapConstantExpr() local 379 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.h | 41 MachineOperand *Operand; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 656 const SCEV *Operand = visit(Expr->getOperand()); in visitTruncateExpr() local 661 const SCEV *Operand = visit(Expr->getOperand()); in visitZeroExtendExpr() local 666 const SCEV *Operand = visit(Expr->getOperand()); in visitSignExtendExpr() local 752 const SCEV *Operand = visit(Expr->getOperand()); in visitTruncateExpr() local 757 const SCEV *Operand = visit(Expr->getOperand()); in visitZeroExtendExpr() local 762 const SCEV *Operand = visit(Expr->getOperand()); in visitSignExtendExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 28 enum MapKind { Operand, Imm, Reg }; enumerator 31 unsigned Operand; // Operand number mapped to. member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 74 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); in FindUsedValues() local
|
/minix3/minix/drivers/power/acpi/dispatcher/ |
H A D | dsutils.c | 842 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local
|
H A D | dsopcode.c | 513 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolutionNormalization.cpp | 29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
|
H A D | IVUsers.cpp | 233 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 150 ExprAST *Operand; member in __anond1d418350111::UnaryExprAST 446 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 138 ExprAST *Operand; member in UnaryExprAST 465 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
H A D | toy.cpp | 139 ExprAST *Operand; member in UnaryExprAST 466 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 156 ExprAST *Operand; member in __anon465089360111::UnaryExprAST 517 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 153 ExprAST *Operand; member in UnaryExprAST 480 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
H A D | toy.cpp | 160 ExprAST *Operand; member in UnaryExprAST 487 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1604 ExprResult Operand; in ParseExprAfterUnaryExprOrTypeTrait() local 1747 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, in ParseUnaryExprOrTypeTraitExpression() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 137 ExprAST *Operand; member in UnaryExprAST 464 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 179 ExprAST *Operand; member in UnaryExprAST 506 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|