Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 25 of 42) sorted by relevance

12

/external/v8/src/mips/
Dassembler-mips-inl.h51 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function
58 Operand::Operand(const ExternalReference& f) { in Operand() function
65 Operand::Operand(Smi* value) { in Operand() function
72 Operand::Operand(Register rm) { in Operand() function
/external/v8/src/arm/
Dassembler-arm-inl.h278 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function
285 Operand::Operand(const ExternalReference& f) { in Operand() function
292 Operand::Operand(Smi* value) { in Operand() function
299 Operand::Operand(Register rm) { in Operand() function
Dassembler-arm.cc167 Operand::Operand(Handle<Object> handle) { in Operand() function in v8::internal::Operand
183 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) { in Operand() function in v8::internal::Operand
199 Operand::Operand(Register rm, ShiftOp shift_op, Register rs) { in Operand() function in v8::internal::Operand
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.h43 MachineOperand *Operand; member
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DPhiInsn.java380 private static class Operand { class in PhiInsn
385 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) { in Operand() method in PhiInsn.Operand
/external/v8/src/ia32/
Dassembler-ia32-inl.h453 Operand::Operand(Register reg) { in Operand() function
459 Operand::Operand(XMMRegister xmm_reg) { in Operand() function
465 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function
Dassembler-ia32.cc229 Operand::Operand(Register base, int32_t disp, RelocInfo::Mode rmode) { in Operand() function in v8::internal::Operand
249 Operand::Operand(Register base, in Operand() function in v8::internal::Operand
274 Operand::Operand(Register index, in Operand() function in v8::internal::Operand
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator
30 unsigned Operand; // Operand number mapped to. member
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp458 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, in foldImm()
519 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, in ensureSRegLimit()
601 const SDValue &Operand = Node->getOperand(i); in PostISelFolding() local
DR600InstrInfo.cpp805 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, in addFlag()
826 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand, in clearFlag()
DAMDILISelDAGToDAG.cpp365 SDValue Operand = Ops[OperandIdx[i] - 1]; in FoldOperands() local
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
DIVUsers.cpp215 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h566 const SCEV *Operand = visit(Expr->getOperand()); in visitTruncateExpr() local
571 const SCEV *Operand = visit(Expr->getOperand()); in visitZeroExtendExpr() local
576 const SCEV *Operand = visit(Expr->getOperand()); in visitSignExtendExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp130 ExprAST *Operand; member in UnaryExprAST
397 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/clang/lib/Parse/
DParseExpr.cpp1561 ExprResult Operand; in ParseExprAfterUnaryExprOrTypeTrait() local
1679 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, in ParseUnaryExprOrTypeTraitExpression() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp135 ExprAST *Operand; member in UnaryExprAST
462 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/lib/IR/
DAsmWriter.cpp1273 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
1306 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand()
1820 const Value *Operand = I.getNumOperands() ? I.getOperand(0) : 0; in printInstruction() local
/external/llvm/lib/Target/R600/MCTargetDesc/
DR600MCCodeEmitter.cpp569 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand, in isFlagSet()
/external/clang/include/clang/AST/
DExprCXX.h487 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXTypeidExpr()
497 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXTypeidExpr()
573 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXUuidofExpr()
580 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXUuidofExpr()
3289 Stmt *Operand; variable
3295 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr()
/external/v8/src/x64/
Dassembler-x64.cc215 Operand::Operand(Register base, int32_t disp) : rex_(0) { in Operand() function in v8::internal::Operand
234 Operand::Operand(Register base, in Operand() function in v8::internal::Operand
255 Operand::Operand(Register index, in Operand() function in v8::internal::Operand
266 Operand::Operand(const Operand& operand, int32_t offset) { in Operand() function in v8::internal::Operand
/external/clang/lib/Sema/
DSemaExprCXX.cpp292 TypeSourceInfo *Operand, in BuildCXXTypeId()
417 TypeSourceInfo *Operand, in BuildCXXUuidof()
5353 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr()
5361 Expr *Operand, SourceLocation RParen) { in ActOnNoexceptExpr()
DTreeTransform.h1244 Expr *Operand) { in RebuildObjCAtThrowStmt()
1892 TypeSourceInfo *Operand, in RebuildCXXTypeidExpr()
1905 Expr *Operand, in RebuildCXXTypeidExpr()
1917 TypeSourceInfo *Operand, in RebuildCXXUuidofExpr()
1929 Expr *Operand, in RebuildCXXUuidofExpr()
2014 Expr *Operand) { in RebuildCXXDeleteExpr()
5719 ExprResult Operand; in TransformObjCAtThrowStmt() local
7356 ExprResult Operand = getDerived().TransformExpr(E->getArgument()); in TransformCXXDeleteExpr() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h310 const SymExpr *Operand; variable
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp476 Value *Operand = I.getOperand(0); in visitUnaryInstruction() local

12