/external/clang/test/SemaCXX/ |
nullptr.cpp | 47 (void)(0 ? nullptr : 0); // expected-error {{non-pointer operand type 'int' incompatible with nullptr}} 49 (void)(0 ? nullptr : A()); // expected-error {{non-pointer operand type 'A' incompatible with nullptr}} 50 (void)(0 ? A() : nullptr); // expected-error {{non-pointer operand type 'A' incompatible with nullptr}}
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 255 bool isCallOp : 1; // Is a function call operand. 560 /// operand use/def information 589 unsigned Operand; 591 SUnitIterator(SUnit *N, unsigned Op) : Node(N), Operand(Op) {} 594 return Operand == x.Operand; 600 Operand = I.Operand; 605 return Node->Preds[Operand].getSUnit(); 610 ++Operand; [all...] |
SelectionDAGNodes.h | 122 // isOperandOf - Return true if this node is an operand of N. 147 /// reachesChainWithoutSideEffects - Return true if this operand (which must 148 /// be a chain) reaches the specified operand without crossing any 211 /// this operand. 337 /// NumOperands/NumValues - The number of entries in the Operand/Value list. 466 /// getOperandNo - Retrieve the operand # of this use in its user. 497 /// isOperandOf - Return true if this node is an operand of N. 507 /// N is either an operand of this node, or can be reached by recursively 513 /// N is either an operand of this node, or can be reached by recursively 530 /// ConstantSDNode operand [all...] |
/external/llvm/include/llvm/Target/ |
TargetOpcodes.h | 55 /// the first operand is an immediate integer constant. This constant is 74 // In SDNode form, the first operand encodes the register class created by 76 // pair. Once it has been lowered to a MachineInstr, the regclass operand
|
/external/llvm/lib/MC/MCDisassembler/ |
EDToken.cpp | 190 /// operandIndex == 0 means the operand is the instruction (which the 191 /// AsmParser treats as an operand but edis does not). We therefore skip 192 /// operandIndex == 0 and subtract 1 from all other operand indices.
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 103 default: llvm_unreachable("Unknown iflags operand"); 112 default: llvm_unreachable("Unknown imod operand"); 261 /// Target Operand Flag enum. 268 /// MO_LO16 - On a symbol operand, this represents a relocation containing 272 /// MO_HI16 - On a symbol operand, this represents a relocation containing 276 /// MO_LO16_NONLAZY - On a symbol operand "FOO", this represents a 282 /// MO_HI16_NONLAZY - On a symbol operand "FOO", this represents a 287 /// MO_LO16_NONLAZY_PIC - On a symbol operand "FOO", this represents a 293 /// MO_HI16_NONLAZY_PIC - On a symbol operand "FOO", this represents a 299 /// MO_PLT - On a symbol operand, this represents an ELF PLT reference on [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.h | 135 /// Examine constraint string and operand type and determine a weight value. 136 /// The operand object must already have been set up with the operand type.
|
/external/llvm/lib/Target/MSP430/ |
MSP430AsmPrinter.cpp | 131 /// PrintAsmOperand - Print out an operand for an inline asm expression. 136 // Does this asm operand have a single letter operand modifier?
|
/external/llvm/lib/VMCore/ |
Metadata.cpp | 84 assert(Op <= N->getNumOperands() && "Invalid operand number"); 95 // Initialize the operand list, which is co-allocated on the end of the node. 158 // function-local operand, return the first such operand's parent function. 191 // Add all the operand pointers. Note that we don't have to add the 273 /// getOperand - Return specified operand. 279 // Add all the operand pointers. Note that we don't have to add the 293 // Replace value from this node's operand list. 318 // Update the operand. 395 /// getOperand - Return specified operand [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.6.3.js | 36 If either operand is NaN, the result is NaN. 39 The sum of an infinity and a finite value is equal to the infinite operand. 43 operand.
|
/external/llvm/include/llvm/ |
InstrTypes.h | 104 // allocate space for exactly one operand 413 Value *S, ///< The value to be casted (operand 0) 426 Value *S, ///< The value to be casted (operand 0) 427 Type *Ty, ///< The type to which operand is casted 434 Value *S, ///< The value to be casted (operand 0) 442 Value *S, ///< The value to be casted (operand 0) 443 Type *Ty, ///< The type to which operand is casted 450 Value *S, ///< The value to be casted (operand 0) 458 Value *S, ///< The value to be casted (operand 0) 459 Type *Ty, ///< The type to which operand is caste [all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | [all...] |
/external/llvm/utils/TableGen/ |
FastISelEmitter.cpp | 68 /// OperandsSignature - This class holds a description of a list of operand 196 // If there is more than one predicate weighing in on this operand 222 // For now, filter out any operand with a predicate. 223 // For now, filter out any operand with multiple values. 285 llvm_unreachable("Unknown operand kind!"); 298 // Implicit physical register operand. 313 llvm_unreachable("Unknown operand kind!"); 327 llvm_unreachable("Unknown operand kind!"); 340 // Implicit physical register operand. e.g. Instruction::Mul expect to 341 // select to a binary op. On x86, mul may take a single operand wit [all...] |
AsmWriterEmitter.cpp | 62 // If this differs in the same operand as the rest of the instructions in 78 // If the operand is the same for all instructions, just print it. 81 // If this is the operand that varies between all of the instructions, 82 // emit a switch for just this operand now. 144 // This command matches one operand so far. 169 // set share the operand. 178 // Okay, found another instruction in this command set. If the operand 195 // Okay, everything in this command set has the same next operand. Add it 283 /// chunk of the output as well as indices used for operand printing. 304 // Nuke the string from the operand list. It is now handled [all...] |
/external/srec/srec/cfront/ |
log_tabl.c | 84 int log_lookup(log_table_info *logtab, int operand, int shift) 89 if (operand <= 0) 90 operand = 1; 91 while ((operand & logtab->mask)) 93 operand >>= 1; 96 if (operand >= logtab->size) 99 operand = (operand + 1) >> 1; 102 log_report("tab: %d %d -> %d\n", operand, shift, 103 (int)((shift) *(logtab->shift) + logtab->table[operand])); [all...] |
/external/llvm/tools/llvm-mc/ |
Disassembler.cpp | 350 EDOperand *operand; local 351 if (inst->getOperand(operand, operandIndex)) { 352 errs() << "error: couldn't get operand\n"; 358 if (operand->evaluate(evaluatedResult, verboseEvaluator, Arg)) { 359 errs() << "error: Couldn't evaluate an operand\n";
|
/external/webkit/Source/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 56 // Section 1: MacroAssembler operand types 97 // (as opposed to situations in which a memory operand is provided 145 // Describes an memory operand given by a pointer. For regular load & store 158 // A pointer sized immediate operand to an instruction - this is wrapped 184 // A 32bit immediate operand to an instruction - this is wrapped in a
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
intermediate.h | 401 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {} 402 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {} 407 void setOperand(TIntermTyped* o) { operand = o; } 408 TIntermTyped* getOperand() { return operand; } 412 TIntermTyped* operand; member in class:TIntermUnary
|
/external/v8/src/x64/ |
lithium-codegen-x64.cc | 169 __ movq(Operand(rsp, offset), rax); 190 __ movq(Operand(rbp, StandardFrameConstants::kContextOffset), rsi); 200 __ movq(rax, Operand(rbp, parameter_offset)); 203 __ movq(Operand(rsi, context_offset), rax); 348 Operand LCodeGen::ToOperand(LOperand* op) const { 350 // representable as an Operand. 356 return Operand(rbp, -(index + 3) * kPointerSize); 359 return Operand(rbp, -(index - 1) * kPointerSize); 486 __ movq(rsi, Operand(rbp, StandardFrameConstants::kContextOffset)); 913 __ leal(left, Operand(left, left, times_2, 0)) [all...] |
/external/llvm/lib/Target/Blackfin/ |
BlackfinRegisterInfo.cpp | 98 .addReg(Reg) // No kill on two-addr operand 201 "Instr doesn't have FrameIndex operand!"); 222 assert(FIPos==1 && "Bad frame index operand"); 255 assert(FIPos==1 && "Bad frame index operand"); 265 assert(FIPos==1 && "Bad frame index operand"); 280 assert(FIPos==1 && "Bad frame index operand"); 302 assert(FIPos==1 && "Bad frame index operand");
|
/external/v8/src/arm/ |
debug-arm.cc | 149 __ tst(reg, Operand(0xc0000000)); 152 __ mov(reg, Operand(reg, LSL, kSmiTagSize)); 161 __ mov(r0, Operand(0, RelocInfo::NONE)); // no arguments 162 __ mov(r1, Operand(ExternalReference::debug_break(masm->isolate()))); 174 __ mov(reg, Operand(reg, LSR, kSmiTagSize)); 178 __ mov(reg, Operand(kDebugZapValue)); 190 __ mov(ip, Operand(after_break_target));
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.def | 32 If a code does not use operand vectors, STRUCTURE should be NULL. */ 85 translation from CHANGE_DYNAMIC_TYPE_EXPR. The first operand 86 (gimple_cdt_new_type) is the new type. The second operand 107 LHS is the operand on the LHS of the assignment. It must be a tree node 110 RHS1 is the first operand on the RHS of the assignment. It must be a tree 113 RHS2 is the second operand on the RHS of the assignemnt. It must be a tree 133 LHS is the operand where the return value from FN is stored. It may
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
gimple.def | 32 If a code does not use operand vectors, STRUCTURE should be NULL. */ 85 translation from CHANGE_DYNAMIC_TYPE_EXPR. The first operand 86 (gimple_cdt_new_type) is the new type. The second operand 107 LHS is the operand on the LHS of the assignment. It must be a tree node 110 RHS1 is the first operand on the RHS of the assignment. It must be a tree 113 RHS2 is the second operand on the RHS of the assignemnt. It must be a tree 133 LHS is the operand where the return value from FN is stored. It may
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
gimple.def | 32 If a code does not use operand vectors, STRUCTURE should be NULL. */ 85 translation from CHANGE_DYNAMIC_TYPE_EXPR. The first operand 86 (gimple_cdt_new_type) is the new type. The second operand 107 LHS is the operand on the LHS of the assignment. It must be a tree node 110 RHS1 is the first operand on the RHS of the assignment. It must be a tree 113 RHS2 is the second operand on the RHS of the assignemnt. It must be a tree 133 LHS is the operand where the return value from FN is stored. It may
|
/external/v8/src/mips/ |
assembler-mips.h | 298 // Class Operand represents a shifter operand in data processing instructions. 299 class Operand BASE_EMBEDDED { 302 INLINE(explicit Operand(int32_t immediate, 304 INLINE(explicit Operand(const ExternalReference& f)); 305 INLINE(explicit Operand(const char* s)); 306 INLINE(explicit Operand(Object** opp)); 307 INLINE(explicit Operand(Context** cpp)); 308 explicit Operand(Handle<Object> handle); 309 INLINE(explicit Operand(Smi* value)) [all...] |