HomeSort by relevance Sort by last modified time
    Searched refs:Operand (Results 176 - 200 of 268) sorted by null

1 2 3 4 5 6 78 91011

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 103 /// allOperandsUndef - Return true if the node has at least one operand
154 // isOperandOf - Return true if this node is an operand of N.
189 /// reachesChainWithoutSideEffects - Return true if this operand (which must
190 /// be a chain) reaches the specified operand without crossing any
253 /// this operand.
373 /// NumOperands/NumValues - The number of entries in the Operand/Value list.
517 /// getOperandNo - Retrieve the operand # of this use in its user.
554 /// isOperandOf - Return true if this node is an operand of N.
566 /// N is either an operand of this node, or can be reached by recursively
572 /// N is either an operand of this node, or can be reached by recursivel
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 142 // No operand should be the destination for more than one move.
205 // Dispatch on the source and destination operand kinds. Not all
242 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
258 Operand(cgen_->ToRepresentation(constant_source, r)));
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 126 // No operand should be the destination for more than one move.
191 // Dispatch on the source and destination operand kinds. Not all
234 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
249 Operand(cgen_->ToRepresentation(constant_source, r)));
  /external/llvm/lib/Analysis/
IVUsers.cpp 233 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) {
234 IVUses.push_back(new IVStrideUse(this, User, Operand));
  /frameworks/compile/mclinker/lib/Script/
BinaryOp.cpp 10 #include <mcld/Script/Operand.h>
264 assert(m_pOperand[1]->type() == Operand::INTEGER);
Operator.cpp 14 #include <mcld/Script/Operand.h>
ScriptFile.cpp 21 #include <mcld/Script/Operand.h>
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 195 __ Add(dst_end, dst_elements, Operand(length, LSL, kDoubleSizeLog2));
276 __ Add(array_size, array_size, Operand(length, LSL, kPointerSizeLog2));
294 __ Add(dst_end, dst_elements, Operand(length, LSL, kPointerSizeLog2));
586 __ Mov(temp1.W(), Operand(temp2.W(), LSR, 11));
605 __ Add(temp3, temp3, Operand(temp2, LSL, kDRegSizeLog2));
607 __ Orr(temp1.W(), temp3.W(), Operand(temp1.W(), LSL, 20));
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 557 //Todo : support shared src0 - src1 operand
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 136 ExprAST *Operand;
138 UnaryExprAST(char opcode, ExprAST *operand)
139 : Opcode(opcode), Operand(operand) {}
464 if (ExprAST *Operand = ParseUnary())
465 return new UnaryExprAST(Opc, Operand);
639 Value *OperandV = Operand->Codegen();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 154 ExprAST *Operand;
156 UnaryExprAST(char opcode, ExprAST *operand)
157 : Opcode(opcode), Operand(operand) {}
481 if (ExprAST *Operand = ParseUnary())
482 return new UnaryExprAST(Opc, Operand);
656 Value *OperandV = Operand->Codegen();
    [all...]
toy.cpp 160 ExprAST *Operand;
162 UnaryExprAST(char opcode, ExprAST *operand)
163 : Opcode(opcode), Operand(operand) {}
487 if (ExprAST *Operand = ParseUnary())
488 return new UnaryExprAST(Opc, Operand);
1029 Value *OperandV = Operand->Codegen();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 137 ExprAST *Operand;
139 UnaryExprAST(char opcode, ExprAST *operand)
140 : Opcode(opcode), Operand(operand) {}
464 if (ExprAST *Operand = ParseUnary())
465 return new UnaryExprAST(Opc, Operand);
887 Value *OperandV = Operand->Codegen();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 139 ExprAST *Operand;
141 UnaryExprAST(char opcode, ExprAST *operand)
142 : Opcode(opcode), Operand(operand) {}
466 if (ExprAST *Operand = ParseUnary())
467 return new UnaryExprAST(Opc, Operand);
641 Value *OperandV = Operand->Codegen();
    [all...]
toy.cpp 139 ExprAST *Operand;
141 UnaryExprAST(char opcode, ExprAST *operand)
142 : Opcode(opcode), Operand(operand) {}
466 if (ExprAST *Operand = ParseUnary())
467 return new UnaryExprAST(Opc, Operand);
927 Value *OperandV = Operand->Codegen();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 87 bool isFlagSet(const MCInst &MI, unsigned Operand, unsigned Flag) const;
217 // Literal constants are always stored as the last operand.
259 // XXX: Handle other operand types.
325 // XXX: Handle other operand types. Are there any for destination regs?
674 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand,
683 (NUM_MO_FLAGS * Operand)) & Flag);
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 87 bool isFlagSet(const MCInst &MI, unsigned Operand, unsigned Flag) const;
217 // Literal constants are always stored as the last operand.
259 // XXX: Handle other operand types.
325 // XXX: Handle other operand types. Are there any for destination regs?
674 bool R600MCCodeEmitter::isFlagSet(const MCInst &MI, unsigned Operand,
683 (NUM_MO_FLAGS * Operand)) & Flag);
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 13 #include <mcld/Script/Operand.h>
365 if ((*tok)->kind() == ExprToken::OPERAND &&
366 llvm::cast<Operand>(*tok)->isDot())
384 if ((*tok)->kind() == ExprToken::OPERAND &&
385 llvm::cast<Operand>(*tok)->isDot())
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 343 masm->movsd(Operand(esp, (i - 1) * kDoubleSize), reg);
354 masm->movsd(reg, Operand(esp, (i - 1) * kDoubleSize));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 53 GLenum *operand; member in struct:combiner_state
74 (rc)->operand = c->Operand##chan; \
114 * specified EXT_texture_env_combine operand. */
118 get_input_mapping(struct combiner_state *rc, int operand, int flags)
122 if (!is_color_operand(operand) && !rc->alpha)
125 if (is_negative_operand(operand) == !(flags & INVERT))
135 int operand = rc->operand[arg]; local
146 if (is_color_operand(operand))
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.h 197 Operand register_location(int register_index);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 53 GLenum *operand; member in struct:combiner_state
74 (rc)->operand = c->Operand##chan; \
114 * specified EXT_texture_env_combine operand. */
118 get_input_mapping(struct combiner_state *rc, int operand, int flags)
122 if (!is_color_operand(operand) && !rc->alpha)
125 if (is_negative_operand(operand) == !(flags & INVERT))
135 int operand = rc->operand[arg]; local
146 if (is_color_operand(operand))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 184 ExprAST *Operand;
186 UnaryExprAST(char opcode, ExprAST *operand)
187 : Opcode(opcode), Operand(operand) {}
511 if (ExprAST *Operand = ParseUnary())
512 return new UnaryExprAST(Opc, Operand);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 24 // 1. If a binary operator has a constant operand, it is moved to the RHS
683 // FoldOpIntoSelect - Given an instruction with a select as one operand and a
684 // constant as the other operand, try to fold the binary operator into the
686 // not have a second operand.
721 /// has a PHI node as operand #0, see if we can fold the instruction into the
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 146 // Loop over all of the instructions in the function, fixing up operand
165 // Add an operand to an existing MDNode. The new operand will be added at the
166 // back of the operand list.
167 static void AddOperand(MDNode *Node, Value *Operand) {
172 Operands.push_back(Operand);
539 // If the loops above have made these phi nodes have 0 or 1 operand,
541 // correctness, because 0-operand phis are not valid.
586 // operand. We try to prune these out when cloning, but if the

Completed in 807 milliseconds

1 2 3 4 5 6 78 91011