HomeSort by relevance Sort by last modified time
    Searched full:operand (Results 751 - 775 of 1353) sorted by null

<<31323334353637383940>>

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 25 // It is also worth noting that the duplicate operand of the two
262 // Save the operand that kills the register. We want to unset the kill
289 /// register as a two-address operand.
816 /// DeleteUnusedInstr - If an instruction with a tied register operand can
    [all...]
ScheduleDAGInstrs.cpp 67 // likely that the other operand will lead us to the base
80 assert(V->getType()->isIntegerTy() && "Unexpected operand type!");
323 // Adjust the dependence latency using operand def/use
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 861 // Note: PredReg is operand 2 for ADJCALLSTACKDOWN.
865 // Note: PredReg is operand 3 for ADJCALLSTACKUP.
933 assert(i < MI->getNumOperands() &&"Instr doesn't have FrameIndex operand!");
    [all...]
ARMInstrVFP.td 31 // Operand Definitions.
40 def vfp_f32imm : Operand<f32>,
52 def vfp_f64imm : Operand<f64>,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.td 70 // MSP430 Operand Definitions.
74 def memsrc : Operand<i16> {
79 def memdst : Operand<i16> {
85 def jmptarget : Operand<OtherVT> {
89 // Operand for printing out a condition code.
90 def cc : Operand<i8> {
    [all...]
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 66 for (unsigned operand = 0; operand < this->get_num_operands(); operand++) {
67 op[operand] = this->operands[operand]->constant_expression_value();
68 if (!op[operand])
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
  /external/freetype/src/psaux/
t1decode.c 444 /* Decode operator or operand */
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 255 // When this operand is a const char* or char*, and the other operand
256 // is a ::std::string or ::string, we print this operand as a C string
    [all...]
  /external/icu4c/i18n/
repattrn.cpp 674 // Types with no operand field of interest.
709 // types with an integer operand field.
825 REGEX_DUMP_DEBUG_PRINTF(("\nIndex Binary Type Operand\n" \
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 293 // Analyze operands of the call, assigning locations to each operand.
551 /// Examine constraint type and operand type and determine a weight value.
552 /// This object must already have been set up with the operand type
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 683 // specified by the operand:
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 252 // ADDENode's second operand must be a flag output of an ADDC node in order
326 // SUBENode's second operand must be a flag output of an SUBC node in order
506 // Assume the 3rd operand is a CondCodeSDNode. Add code to check the type of
553 // Op's first operand must be a shift right.
557 // The second operand of the shift must be an immediate.
566 // Op's second operand must be a shifted mask.
596 // See if Op's first operand matches (and $src1 , mask0).
604 // See if Op's second operand matches (and (shl $src, pos), mask1).
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 33 // other computations (because it has a constant operand), return the
34 // non-constant operand of the multiply, and set CST to point to the multiplier.
76 // If one of the operands only has one non-zero bit, and if the other operand
InstCombineMulDivRem.cpp 25 /// computation, do so and return the new operand, otherwise return null.
317 // Okay, we know we replace the operand of the div/rem with 'Y' with no
319 // multiple uses. Based on our knowledge that the operand must be non-zero,
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 197 // silly PHI nodes which just merge an initial value (the incoming operand)
283 // argument operand, then the argument is dynamically constant.
338 // Exactly one operand should be the result of the call instruction.
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 250 // When this operand is a const char* or char*, and the other operand
251 // is a ::std::string or ::string, we print this operand as a C string
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 184 // Called on an operand once it has been consumed by a parent node.
732 // === Operand types ===
740 // used. We do so in order to attempt to avoid spilling one operand
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokeinterface/
Test_invokeinterface.java 287 * @title 4th operand must be zero
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 135 // Already 2-operand
  /dalvik/vm/interp/
Stack.h 37 to called methods) are specified by the "invoke" operand. The return
  /external/bison/lib/
bitset.c 407 four operand operations. */
  /external/clang/include/clang/AST/
TypeLoc.h 670 /// The attribute's expression operand, if it has one.
682 /// The location of the attribute's enumerated operand, if it has one.
694 /// The location of the parentheses around the operand, if there is
695 /// an operand.
    [all...]

Completed in 813 milliseconds

<<31323334353637383940>>