/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);
|
/external/v8/src/arm64/ |
deoptimizer-arm64.cc | 138 __ Mov(x3, Operand(ExternalReference(Isolate::kCEntryFPAddress, isolate()))); 241 __ Add(x1, x0, Operand(x1, LSL, kPointerSizeLog2));
|
/external/v8/src/ia32/ |
code-stubs-ia32.h | 285 masm->movsd(Operand(esp, (i - 1) * kDoubleSize), reg); 296 masm->movsd(reg, Operand(esp, (i - 1) * kDoubleSize));
|
/external/v8/src/x87/ |
code-stubs-x87.h | 279 masm->fnsave(Operand(esp, 0)); 287 masm->frstor(Operand(esp, 0));
|
/external/llvm/lib/CodeGen/MIRParser/ |
MIParser.cpp | 43 MachineOperand Operand; 48 ParsedMachineOperand(const MachineOperand &Operand, StringRef::iterator Begin, 50 : Operand(Operand), Begin(Begin), End(End), TiedDefIdx(TiedDefIdx) { 52 assert(Operand.isReg() && Operand.isUse() && 603 return error("expected ',' before the next machine operand"); 630 return error("expected ',' before the next machine memory operand"); 637 // FIXME: Move the implicit operand verification to the machine verifier. 645 for (const auto &Operand : Operands [all...] |
/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/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.h | 198 Operand register_location(int register_index);
|
/external/v8/test/cctest/ |
test-code-stubs-arm64.cc | 96 __ add(source_reg, jssp, Operand(source_reg_offset));
|
test-macro-assembler-mips.cc | 92 __ li(a2, Operand(reinterpret_cast<int>(&a0_))); 93 __ li(a3, Operand(reinterpret_cast<int>(&a1_)));
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
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); 1028 Value *OperandV = Operand->Codegen(); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 179 ExprAST *Operand; 181 UnaryExprAST(char opcode, ExprAST *operand) 182 : Opcode(opcode), Operand(operand) {} 506 if (ExprAST *Operand = ParseUnary()) 507 return new UnaryExprAST(Opc, Operand); 1098 Value *OperandV = Operand->Codegen(); [all...] |
/art/compiler/optimizing/ |
code_generator_arm64.cc | 138 // Calculate memory accessing operand for save/restore live registers. 167 __ Add(new_base, base, Operand(spill_offset + core_spill_size)); 725 __ Add(index_reg, index_reg, Operand(offset_)); [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaCoroutine.cpp | 201 Expr *Operand = new (S.Context) OpaqueValueExpr( 205 ExprResult Result = buildMemberCall(S, Operand, Loc, Funcs[I], None); 342 // FIXME: If the operand is a reference to a variable that's about to go out 343 // of scope, we should treat the operand as an xvalue for this overload
|
SemaExprCXX.cpp | 371 /// \brief Build a C++ typeid expression with a type operand. 374 TypeSourceInfo *Operand, 378 // that is the operand of typeid are always ignored. 383 = Context.getUnqualifiedArrayType(Operand->getType().getNonReferenceType(), 392 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, 396 /// \brief Build a C++ typeid expression with an expression operand. 421 // operand. [...] 453 // The expression operand for typeid is in an unevaluated expression 494 // The operand is a type; handle it as such. 507 // The operand is an expression [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 425 for (Value *Operand : J->operands()) 426 if (memAddrUsesCTR(TM, Operand))
|
PPCISelLowering.h | 31 /// FSEL - Traditional three-operand fsel node. 35 /// FCFID - The FCFID instruction, taking an f64 operand and producing 37 /// was temporarily in the f64 operand. 45 /// operand, producing an f64 value containing the integer representation 97 /// integer division by a power of 2. The first operand is the dividend, 119 /// Return with a flag operand, matched by 'blr' 143 // target (returns (Lo, Hi)). It takes a chain operand. 184 /// operand #0 chain 185 /// operand #1 callee (register or absolute) 186 /// operand #2 stack adjustmen [all...] |
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 15 #include "mcld/Script/Operand.h" 351 if ((*tok)->kind() == ExprToken::OPERAND && 352 llvm::cast<Operand>(*tok)->isDot()) 372 if ((*tok)->kind() == ExprToken::OPERAND && 373 llvm::cast<Operand>(*tok)->isDot())
|
/external/llvm/lib/Analysis/ |
InlineCost.cpp | 498 Value *Operand = I.getOperand(0); 499 Constant *COp = dyn_cast<Constant>(Operand); 501 COp = SimplifiedValues.lookup(Operand); 512 disableSROA(Operand); [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.h | 78 Operand ToOperand(LOperand* op);
|
/frameworks/compile/mclinker/lib/Script/ |
BinaryOp.cpp | 14 #include "mcld/Script/Operand.h" 243 assert(m_pOperand[1]->type() == Operand::INTEGER);
|
/external/v8/src/ic/x64/ |
handler-compiler-x64.cc | 262 __ movp(rsi, Operand(rbp, StandardFrameConstants::kContextOffset)); 302 __ movp(rsi, Operand(rbp, StandardFrameConstants::kContextOffset)); 444 __ SmiCompare(Operand(scratch1, 0),
|
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 24 // 1. If a binary operator has a constant operand, it is moved to the RHS 736 /// Given an instruction with a select as one operand and a constant as the 737 /// other operand, try to fold the binary operator into the select arguments. 739 /// operand. 789 /// operand #0, see if we can fold the instruction into the PHI (which is only [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 676 // Analyze operands of the call, assigning locations to each operand. [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | [all...] |