Searched refs:Operand (Results 176 - 200 of 277) sorted by relevance

1234567891011>>

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h310 const SymExpr *Operand; member in class:clang::ento::SymbolCast
318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
322 const SymExpr *getOperand() const { return Operand; }
335 Profile(ID, Operand, FromTy, ToTy);
523 const SymbolCast* getCastSymbol(const SymExpr *Operand,
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp131 ExprAST *Operand; member in class:__anon25454::UnaryExprAST
134 : Opcode(opcode), Operand(operand) {}
399 if (ExprAST *Operand = ParseUnary())
400 return new UnaryExprAST(Opc, Operand);
561 Value *OperandV = Operand->Codegen();
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp97 __extension__ GLubyte Operand:3; /**< OPR_x */ member in struct:mode_opt
100 GLubyte Operand; /**< OPR_x */
466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]);
467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
476 key->unit[i].OptRGB[0].Operand = OPR_SRC_COLOR;
478 key->unit[i].OptRGB[1].Operand = OPR_SRC_COLOR;
665 switch (key->unit[unit].OptA[i].Operand) {
667 switch (key->unit[unit].OptRGB[i].Operand) {
676 switch (key->unit[unit].OptRGB[i].Operand) {
715 src[i] = emit_combine_source( p, unit, opt[i].Source, opt[i].Operand );
[all...]
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h362 // Class Operand represents a shifter operand in data processing instructions.
363 class Operand BASE_EMBEDDED {
366 INLINE(explicit Operand(int32_t immediate,
368 INLINE(explicit Operand(const ExternalReference& f));
369 INLINE(explicit Operand(const char* s));
370 INLINE(explicit Operand(Object** opp));
371 INLINE(explicit Operand(Context** cpp));
372 explicit Operand(Handle<Object> handle);
373 INLINE(explicit Operand(Smi* value));
376 INLINE(explicit Operand(Registe
[all...]
H A Dlithium-gap-resolver-mips.cc234 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
249 Operand(cgen_->ToRepresentation(constant_source, r)));
/external/clang/include/clang/AST/
H A DExprObjC.h1473 Stmt *Operand; member in class:clang::ObjCIndirectCopyRestoreExpr
1493 Operand(operand) {
1497 Expr *getSubExpr() { return cast<Expr>(Operand); }
1498 const Expr *getSubExpr() const { return cast<Expr>(Operand); }
1504 child_range children() { return child_range(&Operand, &Operand+1); }
1508 return Operand->getLocStart();
1510 SourceLocation getLocEnd() const LLVM_READONLY { return Operand->getLocEnd();}
1538 TypeSourceInfo *TSInfo, Expr *Operand)
1540 CK, Operand,
1536 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, CastKind CK, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *Operand) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp97 __extension__ GLubyte Operand:3; /**< OPR_x */ member in struct:mode_opt
100 GLubyte Operand; /**< OPR_x */
466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]);
467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]);
476 key->unit[i].OptRGB[0].Operand = OPR_SRC_COLOR;
478 key->unit[i].OptRGB[1].Operand = OPR_SRC_COLOR;
665 switch (key->unit[unit].OptA[i].Operand) {
667 switch (key->unit[unit].OptRGB[i].Operand) {
676 switch (key->unit[unit].OptRGB[i].Operand) {
715 src[i] = emit_combine_source( p, unit, opt[i].Source, opt[i].Operand );
[all...]
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1226 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, argument
1229 MachineSDNode *Mov = dyn_cast<MachineSDNode>(Operand);
1243 Operand = Op;
1248 Operand = Op;
1255 Operand = Op;
1289 // Operand 1 is the register class id for COPY_TO_REGCLASS instructions.
1307 // Operand 0 is the register class id for REG_SEQUENCE instructions.
1327 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, argument
1340 if (fitsRegClass(DAG, Operand, RegClass))
1353 Operand
1430 const SDValue &Operand = Node->getOperand(i); local
[all...]
H A DR600InstrInfo.cpp1259 llvm_unreachable("Wrong Operand");
1340 assert(Idx != -1 && "Operand not supported for this instruction.");
1408 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand,
1415 MachineOperand &FlagOp = getFlagOp(MI, Operand, Flag);
1417 clearFlag(MI, Operand, MO_FLAG_LAST);
1419 clearFlag(MI, Operand, Flag);
1424 MachineOperand &FlagOp = getFlagOp(MI, Operand);
1425 FlagOp.setImm(FlagOp.getImm() | (Flag << (NUM_MO_FLAGS * Operand)));
1429 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand,
1433 MachineOperand &FlagOp = getFlagOp(MI, Operand, Fla
[all...]
/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc44 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
98 __ mov(scratch, Operand(esi, offset));
100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function);
209 __ cmp(Operand::ForCell(cell), Immediate(the_hole));
250 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
374 __ fild_s(Operand(esp, 0));
827 __ mov(result, Operand::ForCell(cell));
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc200 __ Mov(x10, Operand(info->scope()->GetScopeInfo()));
342 __ Mov(x2, Operand(profiling_counter_));
355 __ Mov(x2, Operand(profiling_counter_));
530 __ Mov(result_register(), Operand(lit));
536 __ Mov(result_register(), Operand(lit));
565 __ Mov(result_register(), Operand(lit));
846 __ Mov(x2, Operand(variable->name()));
914 __ Mov(x2, Operand(variable->name()));
987 __ Mov(x11, Operand(pairs));
1183 __ Mov(x10, Operand(TypeFeedbackVecto
[all...]
H A Dcodegen-arm64.cc200 __ Add(dst_end, dst_elements, Operand(length, LSL, kDoubleSizeLog2));
279 __ Add(array_size, array_size, Operand(length, LSL, kPointerSizeLog2));
297 __ Add(dst_end, dst_elements, Operand(length, LSL, kPointerSizeLog2));
592 __ Mov(temp1.W(), Operand(temp2.W(), LSR, 11));
611 __ Add(temp3, temp3, Operand(temp2, LSL, kDRegSizeLog2));
613 __ Orr(temp1.W(), temp3.W(), Operand(temp1.W(), LSL, 20));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp647 SDNode *Operand = Use.getNode(); local
651 if (Operand->use_empty())
652 DeadNodes.push_back(Operand);
2666 EVT VT, SDValue Operand) {
2672 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Operand.getNode())) {
2717 if (ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(Operand.getNode())) {
2775 unsigned OpOpcode = Operand.getNode()->getOpcode();
2780 return Operand; // Factor, merge or concat of one node? No need.
2784 Operand.getValueType().isFloatingPoint() && "Invalid FP cast!");
2785 if (Operand
2665 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue Operand) argument
5715 getTargetExtractSubreg(int SRIdx, SDLoc DL, EVT VT, SDValue Operand) argument
5726 getTargetInsertSubreg(int SRIdx, SDLoc DL, EVT VT, SDValue Operand, SDValue Subreg) argument
6426 SDValue Operand = N->getOperand(j); local
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h74 Operand ToOperand(LOperand* op) const;
231 Operand BuildFastArrayOperand(
238 Operand BuildSeqStringOperand(Register string,
/external/clang/lib/Parse/
H A DParseExpr.cpp1488 ExprResult Operand; local
1520 Operand = ParseCastExpression(true/*isUnaryExpression*/);
1529 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1545 if (!Operand.isInvalid())
1546 Operand = ParsePostfixExpressionSuffix(Operand.get());
1552 return Operand;
1631 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, local
1654 if (!Operand.isInvalid())
1655 Operand
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-arm64.cc93 __ add(source_reg, jssp, Operand(source_reg_offset));
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h373 /// NumOperands/NumValues - The number of entries in the Operand/Value list.
1795 //! Operand array for load and store
1939 unsigned Operand; member in class:SDNodeIterator
1941 SDNodeIterator(const SDNode *N, unsigned Op) : Node(N), Operand(Op) {}
1944 return Operand == x.Operand;
1950 Operand = I.Operand;
1955 return Node->getOperand(Operand).getNode();
1960 ++Operand;
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc242 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
258 Operand(cgen_->ToRepresentation(constant_source, r)));
/external/llvm/lib/Analysis/
H A DIVUsers.cpp233 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { argument
234 IVUses.push_back(new IVStrideUse(this, User, Operand));
/external/chromium_org/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc44 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
98 __ mov(scratch, Operand(esi, offset));
100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function);
209 __ cmp(Operand::ForCell(cell), Immediate(the_hole));
250 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset));
825 __ mov(result, Operand::ForCell(cell));
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h352 // Class Operand represents a shifter operand in data processing instructions.
353 class Operand BASE_EMBEDDED {
356 INLINE(explicit Operand(int64_t immediate,
358 INLINE(explicit Operand(const ExternalReference& f));
359 INLINE(explicit Operand(const char* s));
360 INLINE(explicit Operand(Object** opp));
361 INLINE(explicit Operand(Context** cpp));
362 explicit Operand(Handle<Object> handle);
363 INLINE(explicit Operand(Smi* value));
366 INLINE(explicit Operand(Registe
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp136 ExprAST *Operand; member in class:__anon25455::UnaryExprAST
139 : Opcode(opcode), Operand(operand) {}
464 if (ExprAST *Operand = ParseUnary())
465 return new UnaryExprAST(Opc, Operand);
639 Value *OperandV = Operand->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp154 ExprAST *Operand; member in class:UnaryExprAST
157 : Opcode(opcode), Operand(operand) {}
481 if (ExprAST *Operand = ParseUnary())
482 return new UnaryExprAST(Opc, Operand);
656 Value *OperandV = Operand->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp137 ExprAST *Operand; member in class:UnaryExprAST
140 : Opcode(opcode), Operand(operand) {}
464 if (ExprAST *Operand = ParseUnary())
465 return new UnaryExprAST(Opc, Operand);
887 Value *OperandV = Operand->Codegen();
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp139 ExprAST *Operand; member in class:UnaryExprAST
142 : Opcode(opcode), Operand(operand) {}
466 if (ExprAST *Operand = ParseUnary())
467 return new UnaryExprAST(Opc, Operand);
641 Value *OperandV = Operand->Codegen();

Completed in 1634 milliseconds

1234567891011>>