/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 117 Value *Operand = II->getOperand(i); in runOnModule() local 259 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 298 Value *Operand = C->getOperand(i); in remapConstantExpr() local 377 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/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/v8/src/arm/ |
D | assembler-arm-inl.h | 330 Operand::Operand(int32_t immediate, RelocInfo::Mode rmode) { in Operand() function 337 Operand::Operand(const ExternalReference& f) { in Operand() function 344 Operand::Operand(Smi* value) { in Operand() function 351 Operand::Operand(Register rm) { in Operand() function
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_mat4.inl | 177 __m128 Operand = _mm_set_ps1(s); local 190 __m128 Operand = _mm_set_ps1(s); local 203 __m128 Operand = _mm_set_ps1(s); local 216 __m128 Operand = _mm_div_ps(one, _mm_set_ps1(s)); local
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 540 Operand::Operand(Register reg) { in Operand() function 546 Operand::Operand(XMMRegister xmm_reg) { in Operand() function 552 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function 559 Operand::Operand(Immediate imm) { in Operand() function
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 413 Operand::Operand(intptr_t immediate, RelocInfo::Mode rmode) { in Operand() function 419 Operand::Operand(const ExternalReference& f) { in Operand() function 425 Operand::Operand(Smi* value) { in Operand() function 431 Operand::Operand(Register rm) { 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/v8/src/x87/ |
D | assembler-x87-inl.h | 541 Operand::Operand(Register reg) { in Operand() function 547 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) { in Operand() function 554 Operand::Operand(Immediate imm) { in Operand() function
|
/external/llvm/utils/TableGen/ |
D | PseudoLoweringEmitter.cpp | 28 enum MapKind { Operand, Imm, Reg }; enumerator 31 unsigned Operand; // Operand number mapped to. member
|
/external/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.h | 41 MachineOperand *Operand; member
|
D | MIRPrinter.cpp | 515 const auto &Operand = MI.getOperand(I); in hasComplexRegisterTies() local 639 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference() local
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 625 MCOperand &Operand = MCI.getOperand(0); in setInnerLoop() local 631 MCOperand &Operand = MCI.getOperand(0); in setMemReorderDisabled() local 638 MCOperand &Operand = MCI.getOperand(0); in setMemStoreReorderEnabled() local 645 MCOperand &Operand = MCI.getOperand(0); in setOuterLoop() local
|
/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/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 149 std::unique_ptr<ExprAST> Operand; member in __anon7d54fca40111::UnaryExprAST 152 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() 452 if (auto Operand = ParseUnary()) in ParseUnary() local
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 570 const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand()); in visitTruncateExpr() local 575 const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand()); in visitZeroExtendExpr() local 580 const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand()); in visitSignExtendExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 155 std::unique_ptr<ExprAST> Operand; member in __anonf1d16da50111::UnaryExprAST 158 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() 522 if (auto Operand = ParseUnary()) in ParseUnary() local
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 377 enum SubStmt { Operand, PromiseCall, Count }; enumerator 382 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall) in CoreturnStmt()
|
D | ExprCXX.h | 544 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXTypeidExpr() 554 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXTypeidExpr() 753 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXUuidofExpr() 760 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXUuidofExpr() 3485 Stmt *Operand; variable 3491 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr() 4160 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, in CoawaitExpr() 4164 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand) in CoawaitExpr() 4183 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr() 4187 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand) in CoyieldExpr()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
|
D | IVUsers.cpp | 244 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 243 std::unique_ptr<ExprAST> Operand; member in __anon664ddea60211::UnaryExprAST 246 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() 663 if (auto 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
|