Home
last modified time | relevance | path

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

1234

/external/v8/src/mips64/
Dassembler-mips64-inl.h56 Operand::Operand(int64_t immediate, RelocInfo::Mode rmode) { in Operand() function
63 Operand::Operand(const ExternalReference& f) { in Operand() function
70 Operand::Operand(Smi* value) { in Operand() function
77 Operand::Operand(Register rm) { in Operand() function
/external/v8/src/mips/
Dassembler-mips-inl.h56 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function
63 Operand::Operand(const ExternalReference& f) { in Operand() function
70 Operand::Operand(Smi* value) { in Operand() function
77 Operand::Operand(Register rm) { in Operand() function
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp117 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
381 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local
DNVVMReflect.cpp182 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in handleFunction() local
/external/v8/src/arm/
Dassembler-arm-inl.h369 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function
376 Operand::Operand(const ExternalReference& f) { in Operand() function
383 Operand::Operand(Smi* value) { in Operand() function
390 Operand::Operand(Register rm) { in Operand() function
/external/v8/src/ia32/
Dassembler-ia32-inl.h550 Operand::Operand(Register reg) { in Operand() function
556 Operand::Operand(XMMRegister xmm_reg) { in Operand() function
562 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function
569 Operand::Operand(Immediate imm) { in Operand() function
/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/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h656 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
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.h41 MachineOperand *Operand; member
/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp28 enum MapKind { Operand, Imm, Reg }; enumerator
31 unsigned Operand; // Operand number mapped to. member
/external/v8/src/x87/
Dassembler-x87-inl.h551 Operand::Operand(Register reg) { in Operand() function
557 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function
564 Operand::Operand(Immediate imm) { in Operand() function
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp73 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); in FindUsedValues() local
/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.cpp498 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, in addFlag()
505 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand, in clearFlag()
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
DIVUsers.cpp236 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp151 ExprAST *Operand; member in __anon7d54fca40111::UnaryExprAST
447 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp157 ExprAST *Operand; member in __anonf1d16da50111::UnaryExprAST
518 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp138 ExprAST *Operand; member in UnaryExprAST
465 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
Dtoy.cpp139 ExprAST *Operand; member in UnaryExprAST
466 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp153 ExprAST *Operand; member in UnaryExprAST
480 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
Dtoy.cpp160 ExprAST *Operand; member in UnaryExprAST
487 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/clang/lib/Parse/
DParseExpr.cpp1622 ExprResult Operand; in ParseExprAfterUnaryExprOrTypeTrait() local
1765 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, in ParseUnaryExprOrTypeTraitExpression() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp137 ExprAST *Operand; member in UnaryExprAST
464 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp674 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand, in isFlagSet()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp340 uint64_t Operand, uint64_t CodeAlignmentFactor, in printOperand()

1234