| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 117 Value *Operand = II->getOperand(i); in runOnModule() local 253 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 292 Value *Operand = C->getOperand(i); in remapConstantExpr() local 371 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local 400 Value *Operand = N->getOperand(i); in remapMDNode() local
|
| /external/chromium_org/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/chromium_org/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/chromium_org/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/chromium_org/tools/traceline/traceline/ |
| D | assembler.h | 163 explicit Operand(const Operand& x) : len_(x.len_) { in Operand() function 168 explicit Operand(Register reg) { in Operand() function 173 explicit Operand(int disp) { in Operand() function 178 Operand(Register base, int disp) { in Operand() function 183 Operand(Register base, Register index, ScaleFactor scale, int disp) { in Operand() function 188 Operand(Register index, ScaleFactor scale, int disp) { in Operand() function
|
| /external/chromium_org/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/lib/CodeGen/ |
| D | AggressiveAntiDepBreaker.h | 43 MachineOperand *Operand; member
|
| /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/utils/TableGen/ |
| D | PseudoLoweringEmitter.cpp | 28 enum MapKind { Operand, Imm, Reg }; enumerator 31 unsigned Operand; // Operand number mapped to. member
|
| /external/chromium_org/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 | 74 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/chromium_org/third_party/mesa/src/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 | 233 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|
| /external/llvm/lib/MC/MCAnalysis/ |
| D | MCModuleYAML.cpp | 89 struct Operand { struct 90 MCOperand MCOp;
|
| /external/llvm/examples/Kaleidoscope/Chapter6/ |
| D | toy.cpp | 131 ExprAST *Operand; member in __anon6ff389fb0111::UnaryExprAST 399 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
| /external/llvm/lib/Target/R600/ |
| D | SIISelLowering.cpp | 1226 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, in foldImm() 1327 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, in ensureSRegLimit() 1430 const SDValue &Operand = Node->getOperand(i); in foldOperands() local
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
| D | gen_x86_insn.py | 110 class Operand(object): class
|
| /external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| D | toy-jit.cpp | 139 ExprAST *Operand; member in UnaryExprAST 466 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
| /external/llvm/examples/Kaleidoscope/Chapter7/ |
| D | toy.cpp | 136 ExprAST *Operand; member in __anone46ffafc0111::UnaryExprAST 464 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| D | toy-jit.cpp | 154 ExprAST *Operand; member in UnaryExprAST 481 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
|
| /external/clang/lib/Parse/ |
| D | ParseExpr.cpp | 1488 ExprResult Operand; in ParseExprAfterUnaryExprOrTypeTrait() local 1631 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, in ParseUnaryExprOrTypeTraitExpression() local
|
| /external/llvm/lib/IR/ |
| D | AsmWriter.cpp | 1198 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() 1262 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() 1841 const Value *Operand = I.getNumOperands() ? I.getOperand(0) : nullptr; in printInstruction() local
|