HomeSort by relevance Sort by last modified time
    Searched full:operand (Results 376 - 400 of 1360) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
conditional-expr-4.m 78 return (cond ? a : b).x; // expected-warning {{incompatible operand types ('id<P1>' and 'A *')}} \
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 20 | Ast.Unary (op, operand) ->
21 let operand = codegen_expr operand in
28 build_call callee [|operand|] "unop" builder
  /external/llvm/include/llvm/Target/
TargetSchedule.td 91 // instruction issue the values which correspond to specific operand indices
94 // read from the same bypass, then the operand use latency is reduced by one.
105 // source operand of instructions of IIC_iMVNr class, then the operand latency
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 52 /// followed by an optional chain operand, then an optional glue operand.
230 assert(RC && "Isn't a register operand!");
253 // does not include operand register class info.
269 /// AddRegisterOperand - Add the specified register as an operand to the
280 "Chain and glue operands should occur at end of operand list!");
281 // Get/emit the operand.
298 "Don't have operand info for this instruction!");
313 // means we need to determine the index of the operand.
335 /// AddOperand - Add the specified operand to the specified machine instr. I
    [all...]
  /external/llvm/lib/CodeGen/
VirtRegRewriter.cpp 76 // <imp-def> operand by LiveIntervals.
352 // ReusedOp - For each reused operand, we keep track of a bit of information,
353 // in case we need to rollback upon processing a new operand. See comments
356 // The MachineInstr operand that reused an available value.
357 unsigned Operand;
373 : Operand(o), StackSlotOrReMat(ss), PhysRegReused(prr),
377 /// ReuseInfo - This maintains a collection of ReuseOp's for each operand that
415 /// is some other operand that is using the specified register, either pick
472 /// register and unset the kill's marker and last kill operand.
557 // This operand was the kill, now no longer
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 230 // Takes a single relocatable address as an operand. The size of the
231 // operand is the size appropriate to hold an address on the target
287 // Takes a single unsigned LEB128 operand, multiplies it by the
295 // Takes a single signed LEB128 operand and adds that value to
301 // Takes a single unsigned LEB128 operand and stores it in the file
307 // Takes a single unsigned LEB128 operand and stores it in the
345 // Takes a single uhalf operand. Add to the address register of
346 // the state machine the value of the (unencoded) operand. This
370 // Takes a single unsigned LEB128 operand and stores it in the
  /external/llvm/lib/Target/ARM/
ARMScheduleV6.td 24 // No operand cycles
127 // Load multiple, def is the 5th operand.
143 // Pop, def is the 3rd operand.
146 // Pop + branch, def is the 3rd operand.
  /external/llvm/lib/Target/CellSPU/
SPUInstrBuilder.h 15 // (Operand), Dest Reg, Base Reg, and either Reg Index or Immediate
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 100 /// getMachineOpValue - Return binary encoding of operand. If the machine
101 /// operand requires relocation, record the relocation and return zero.
181 /// getMachineOpValue - Return binary encoding of operand. If the machine
182 /// operand requires relocation, record the relocation and return zero.
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 161 // Branches can take an immediate operand. This is used by the branch
264 assert(Op.isExpr() && "unknown operand kind in printOperand");
273 // FIXME: This is a terrible hack because we can't encode lo16() as an operand
290 // FIXME: This is a terrible hack because we can't encode lo16() as an operand
  /external/llvm/lib/Target/PowerPC/
PPCInstrBuilder.h 15 // (Operand), Dest Reg, Base Reg, and either Reg Index or Immediate
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 244 assert(Reg.isReg() && "JMPL first operand is not a register.");
245 assert(Reg.isUse() && "JMPL first operand is not a use.");
251 assert(RegOrImm.isReg() && "JMPLrr second operand is not a register.");
252 assert(RegOrImm.isUse() && "JMPLrr second operand is not a use.");
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 76 /// printSymbolOperand - Print a raw symbol reference operand. This handles
173 llvm_unreachable("Unknown target flag on GV operand");
212 default: llvm_unreachable("Unknown pcrel immediate operand");
235 default: llvm_unreachable("unknown operand type!");
370 /// PrintAsmOperand - Print out an operand for an inline asm expression.
375 // Does this asm operand have a single letter operand modifier?
429 case 'P': // This is the operand of a call, treat specially.
433 case 'n': // Negate the immediate or print a '-' before the operand.
  /external/llvm/test/Transforms/InstCombine/
lshr-phi.ll 6 ; bits in the operand which might be non-zero will be shifted
  /external/llvm/utils/TableGen/
InstrInfoEmitter.h 55 // Operand information.
SubtargetEmitter.cpp 252 // operand cycle initialization for the specified itinerary. N is the
257 // Get operand cycle list
261 // For each operand cycle
264 // Next operand cycle
292 // operand cycle tables. Record itineraries for processors.
343 // Begin operand cycle table
382 // Get string and operand cycle count
408 // Check to see if operand cycle already exists and create if it doesn't
452 // Closing operand cycles
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 26 # operand and whether or not it can have a predication code.
  /external/v8/src/ia32/
codegen-ia32.h 65 static Operand FixedArrayElementOperand(Register array,
  /external/valgrind/main/exp-ptrcheck/tests/
arith.c 45 w = -((long)y); // bad -- operand is a non-polonger
  /external/webkit/Source/JavaScriptCore/bytecompiler/
Label.h 55 m_codeBlock->instructions()[m_unresolvedJumps[i].second].u.operand = m_location - m_unresolvedJumps[i].first;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.13.2-4.js 58 // If either operand is NaN, result is NaN
75 // the sum of an infinity and a finite value is equal to the infinite operand
89 // the sum of a zero and a nonzero finite value is eqal to the nonzero operand
96 // the sum of a zero and a nozero finite value is equal to the nonzero operand.
11.13.2-5.js 58 // If either operand is NaN, result is NaN
75 // the sum of an infinity and a finite value is equal to the infinite operand
89 // the sum of a zero and a nonzero finite value is eqal to the nonzero operand
96 // the sum of a zero and a nozero finite value is equal to the nonzero operand.
11.5.2.js 28 The left operand is the dividend and the right operand is the divisor.
33 If either operand is NaN, the result is NaN.
80 // if either operand is NaN, the result is NaN.
  /frameworks/compile/libbcc/runtime/lib/ppc/
gcc_qadd.c 28 /* If either operand is NaN or infinity: */
gcc_qsub.c 28 /* If either operand is NaN or infinity: */

Completed in 1065 milliseconds

<<11121314151617181920>>