/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 56 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/ |
D | assembler-mips-inl.h | 56 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/ |
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 381 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local
|
D | NVVMReflect.cpp | 182 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in handleFunction() local
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 369 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/ |
D | assembler-ia32-inl.h | 550 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/ |
D | PhiInsn.java | 380 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/ |
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
|
/external/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.h | 41 MachineOperand *Operand; member
|
/external/llvm/utils/TableGen/ |
D | PseudoLoweringEmitter.cpp | 28 enum MapKind { Operand, Imm, Reg }; enumerator 31 unsigned Operand; // Operand number mapped to. member
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 551 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/ |
D | ConstantMerge.cpp | 73 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); in FindUsedValues() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.cpp | 498 void R600InstrInfo::addFlag(MachineInstr *MI, unsigned Operand, in addFlag() 505 void R600InstrInfo::clearFlag(MachineInstr *MI, unsigned Operand, in clearFlag()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
|
D | IVUsers.cpp | 236 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 151 ExprAST *Operand; member in __anon7d54fca40111::UnaryExprAST 447 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 157 ExprAST *Operand; member in __anonf1d16da50111::UnaryExprAST 518 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 138 ExprAST *Operand; member in UnaryExprAST 465 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
D | toy.cpp | 139 ExprAST *Operand; member in UnaryExprAST 466 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 153 ExprAST *Operand; member in UnaryExprAST 480 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
D | toy.cpp | 160 ExprAST *Operand; member in UnaryExprAST 487 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1622 ExprResult Operand; in ParseExprAfterUnaryExprOrTypeTrait() local 1765 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, in ParseUnaryExprOrTypeTraitExpression() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 137 ExprAST *Operand; member in UnaryExprAST 464 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 674 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand, in isFlagSet()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 340 uint64_t Operand, uint64_t CodeAlignmentFactor, in printOperand()
|