Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp117 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/
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/chromium_org/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/chromium_org/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/chromium_org/tools/traceline/traceline/
Dassembler.h163 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/
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/lib/CodeGen/
DAggressiveAntiDepBreaker.h43 MachineOperand *Operand; member
/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/utils/TableGen/
DPseudoLoweringEmitter.cpp28 enum MapKind { Operand, Imm, Reg }; enumerator
31 unsigned Operand; // Operand number mapped to. member
/external/chromium_org/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.cpp74 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/chromium_org/third_party/mesa/src/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.cpp233 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/external/llvm/lib/MC/MCAnalysis/
DMCModuleYAML.cpp89 struct Operand { struct
90 MCOperand MCOp;
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp131 ExprAST *Operand; member in __anon6ff389fb0111::UnaryExprAST
399 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp1226 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/
Dgen_x86_insn.py110 class Operand(object): class
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp139 ExprAST *Operand; member in UnaryExprAST
466 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp136 ExprAST *Operand; member in __anone46ffafc0111::UnaryExprAST
464 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp154 ExprAST *Operand; member in UnaryExprAST
481 if (ExprAST *Operand = ParseUnary()) in ParseUnary() local
/external/clang/lib/Parse/
DParseExpr.cpp1488 ExprResult Operand; in ParseExprAfterUnaryExprOrTypeTrait() local
1631 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, in ParseUnaryExprOrTypeTraitExpression() local
/external/llvm/lib/IR/
DAsmWriter.cpp1198 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

123