Searched
full:operand (Results
576 -
600 of
1353) sorted by null
<<21222324252627282930>>
/external/llvm/lib/Analysis/IPA/ |
FindUsedTypes.cpp | 84 IncorporateValue(*OI); // Insert inst operand types as well
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.h | 98 /// operand use/def information
|
/external/llvm/lib/Target/ARM/ |
Thumb1RegisterInfo.cpp | 538 assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!"); 603 assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!"); 673 // Use [reg, reg] addrmode. Replace the immediate operand w/ the frame 694 // Use [reg, reg] addrmode. Replace the immediate operand w/ the frame
|
/external/llvm/lib/Target/Mips/ |
MipsInstrFPU.td | 49 // Operand for printing out a condition code. 51 def condcode : Operand<i32>; 78 Operand MemOpnd>: 85 Operand MemOpnd>:
|
/external/llvm/lib/Target/Sparc/ |
SparcRegisterInfo.cpp | 82 assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!");
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrBuilder.h | 17 // (Operand), Base, Displacement, Index.
|
/external/llvm/lib/Target/X86/ |
X86InstrFMA.td | 15 // FMA3 - Intel 3 operand Fused Multiply-Add instructions
|
/external/llvm/lib/Transforms/Utils/ |
AddrModeMatcher.cpp | 266 // Match the base operand of the GEP. 390 // If this asm operand is our Value*, and if it isn't an indirect memory 391 // operand, we can't fold it! 438 // If this is a memory operand, we're cool, otherwise bail out.
|
CloneFunction.cpp | 122 // Loop over all of the instructions in the function, fixing up operand 390 // Loop over all of the instructions in the block, fixing up operand 477 // If the loops above have made these phi nodes have 0 or 1 operand, 479 // correctness, because 0-operand phis are not valid.
|
DemoteRegToStack.cpp | 128 // Iterate over each operand, insert store in each predecessor.
|
LowerInvoke.cpp | 317 // Set the operand of the instructions back to the AllocaInst. 327 // Set the operand of the cast instruction back to the AllocaInst. 328 // Normally it's forbidden to replace a CastInst's operand because it 332 // operand, but we want this one to remain.
|
/external/llvm/test/CodeGen/ARM/ |
vicmp.ll | 6 ; to VCGT and VCGE. Test all the operand types for not-equal but only sample
|
/external/llvm/test/CodeGen/Thumb2/ |
crash.ll | 27 ; The first INSERT_SUBREG needs an <undef> use operand for that to work.
|
/external/llvm/test/CodeGen/X86/ |
optimize-max-3.ll | 36 ; leaving a two-operand max which doesn't fit the usual pattern.
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.h | 33 // have an associated memory operand that describes the access.
|
/external/openssl/crypto/perlasm/ |
ppc-xlate.pl | 112 # arguments is 64, with "operand out of range" error.
|
/external/srec/srec/Semproc/include/ |
SR_ExpressionParser.h | 63 * Any operand other than equal sign required next
|
/external/v8/src/mips/ |
codegen-mips.cc | 289 void JumpToNonSmiInput(Condition cond, Register cmp1, const Operand& cmp2); 292 const Operand& cmp2); 315 const Operand& cmp2) { 324 const Operand& cmp2) {
|
/external/v8/test/mjsunit/ |
div-mod.js | 94 // Return NaN if either operand is NaN, if divisor is 0 or
|
/external/valgrind/main/VEX/priv/ |
host_amd64_defs.h | 160 /* --------- Operand, which can be reg, immediate or memory. --------- */ 195 /* --------- Operand, which can be reg or immediate only. --------- */ 225 /* --------- Operand, which can be reg or memory only. --------- */ 413 /* Destinations are on the RIGHT (second operand) */
|
host_arm_defs.h | 225 /* a.k.a (a very restricted form of) Shifter Operand, 283 /* -------- Neon Immediate operand -------- */ 320 /* ------ Neon Register or Scalar Operand ------ */ 613 /* Destinations are on the LEFT (first operand) */
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGNonSpeculativeJIT.cpp | 61 void NonSpeculativeJIT::valueToNumber(JSValueOperand& operand, FPRReg fpr) 63 GPRReg jsValueGpr = operand.gpr(); 98 void NonSpeculativeJIT::valueToInt32(JSValueOperand& operand, GPRReg result) 100 GPRReg jsValueGpr = operand.gpr();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.5.1.js | 36 If either operand is NaN, the result is NaN.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
IntermTraverse.cpp | 118 operand->traverse(it);
|
ParseHelper.h | 62 void unaryOpError(int line, const char* op, TString operand);
|
Completed in 398 milliseconds
<<21222324252627282930>>