Searched defs:Value (Results 276 - 300 of 431) sorted by relevance

<<1112131415161718

/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp89 const T & Value) {
92 R Default(const T & Value) const {
93 return Value;
863 // CHECK-tokens: Keyword: "const" [89:47 - 89:52] ParmDecl=Value:89:57 (Definition)
865 // CHECK-tokens: Punctuation: "&" [89:55 - 89:56] ParmDecl=Value:89:57 (Definition)
866 // CHECK-tokens: Identifier: "Value" [89:57 - 89:62] ParmDecl=Value:89:57 (Definition)
877 // CHECK-tokens: Keyword: "const" [92:13 - 92:18] ParmDecl=Value:92:23 (Definition)
879 // CHECK-tokens: Punctuation: "&" [92:21 - 92:22] ParmDecl=Value:92:23 (Definition)
880 // CHECK-tokens: Identifier: "Value" [9
88 Case(const char (&S)[N], const T & Value) argument
[all...]
/external/jhead/
H A Djhead.h153 char* Value; // value of data in string format member in struct:__anon19916
154 int DataLength; // length of string when format says Value is a string
184 void Put32u(void * Value, unsigned PutValue);
/external/llvm/include/llvm/ADT/
H A DDenseMap.h395 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, argument
400 new (&TheBucket->second) ValueT(Value);
405 BucketT *InsertIntoBucket(const KeyT &Key, ValueT &&Value, argument
410 new (&TheBucket->second) ValueT(std::move(Value));
414 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) { argument
418 new (&TheBucket->second) ValueT(std::move(Value));
/external/llvm/include/llvm/MC/
H A DMCContext.h181 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } argument
364 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } argument
396 void setSecureLog(raw_ostream *Value) { argument
397 SecureLog = Value;
399 void setSecureLogUsed(bool Value) { argument
400 SecureLogUsed = Value;
/external/llvm/include/llvm/Object/
H A DCOFF.h151 support::ulittle32_t Value; member in struct:llvm::object::coff_symbol
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h739 int &Mask, int &Value) const {
748 int Mask, int Value,
746 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, int Mask, int Value, const MachineRegisterInfo *MRI) const argument
/external/llvm/lib/MC/
H A DMCAssembler.cpp363 MCValue &Target, uint64_t &Value) const {
395 Value = Target.getConstant();
400 Value += Layout.getSymbolOffset(&getSymbolData(Sym));
405 Value -= Layout.getSymbolOffset(&getSymbolData(Sym));
420 Value -= Offset;
425 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
604 // bytes left to fill use the Value and ValueSize to fill the rest.
839 uint64_t Value; local
840 if (!evaluateFixup(Layout, Fixup, DF, Target, Value))
843 return getBackend().fixupNeedsRelaxation(Fixup, Value, D
896 int64_t Value = 0; local
[all...]
H A DMCStreamer.cpp89 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size) { argument
91 assert((isUIntN(8 * Size, Value) || isIntN(8 * Size, Value)) &&
97 buf[i] = uint8_t(Value >> (index * 8));
104 void MCStreamer::EmitULEB128IntValue(uint64_t Value, unsigned Padding) { argument
107 encodeULEB128(Value, OSE, Padding);
113 void MCStreamer::EmitSLEB128IntValue(int64_t Value) { argument
116 encodeSLEB128(Value, OSE);
120 void MCStreamer::EmitAbsValue(const MCExpr *Value, unsigned Size) { argument
121 const MCExpr *ABS = ForceExpAbs(Value);
126 EmitValue(const MCExpr *Value, unsigned Size) argument
134 EmitGPRel64Value(const MCExpr *Value) argument
138 EmitGPRel32Value(const MCExpr *Value) argument
[all...]
H A DMachObjectWriter.cpp615 MCValue Value; local
616 if (Expr->EvaluateAsRelocatable(Value, Layout)) {
617 if (Value.getSymA() && Value.getSymB())
H A DWinCOFFObjectWriter.cpp185 static inline void write_uint32_le(void *Data, uint32_t const &Value) { argument
187 Ptr[0] = (Value & 0x000000FF) >> 0;
188 Ptr[1] = (Value & 0x0000FF00) >> 8;
189 Ptr[2] = (Value & 0x00FF0000) >> 16;
190 Ptr[3] = (Value & 0xFF000000) >> 24;
193 static inline void write_uint16_le(void *Data, uint16_t const &Value) { argument
195 Ptr[0] = (Value & 0x00FF) >> 0;
196 Ptr[1] = (Value & 0xFF00) >> 8;
199 static inline void write_uint8_le(void *Data, uint8_t const &Value) { argument
201 Ptr[0] = (Value
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp415 unsigned Value, SH = 0; local
445 isInt32Immediate(Op1.getOperand(1), Value)) {
447 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
452 isInt32Immediate(Op1.getOperand(0).getOperand(1), Value)) {
453 // Note that Value must be in range here (less than 32) because
456 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
H A DPPCInstrInfo.cpp1058 int &Mask, int &Value) const {
1069 Value = MI->getOperand(2).getImm();
1086 int Mask, int Value,
1193 else if (MI->getParent() != CmpInstr->getParent() || Value != 0) {
1084 optimizeCompareInstr(MachineInstr *CmpInstr, unsigned SrcReg, unsigned SrcReg2, int Mask, int Value, const MachineRegisterInfo *MRI) const argument
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp508 Op.getOperand(2), // Export Value
726 // XXX: LLVM seems not to replace Chain Value inside CustomWidenLowerNode
1009 SDValue Value = Op.getOperand(1); local
1022 Chain = DAG.getStore(Chain, DL, Value, Ptr, StoreNode->getMemOperand());
1027 EVT ValueVT = Value.getValueType();
1056 Value, DAG.getConstant(i, MVT::i32));
1065 Value = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, Value);
1067 Chain = DAG.getNode(AMDGPUISD::REGISTER_STORE, DL, MVT::Other, Chain, Value, Ptr,
H A DSIISelLowering.cpp405 static SDNode *findUser(SDValue Value, unsigned Opcode) { argument
407 SDNode *Parent = Value.getNode();
411 if (I.getUse().get() != Value)
649 int32_t Value = analyzeImmediate(Op.getNode()); local
650 if (Value == -1) {
654 } else if (Value == 0) {
659 } else if (Value == Immediate) {
667 Immediate = Value;
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp328 // Change the base or index in AM to Value, where IsBase selects
331 SDValue Value) {
333 AM.Base = Value;
335 AM.Index = Value;
338 // The base or index of AM is equivalent to Value + ADJDYNALLOC,
342 SDValue Value) {
344 changeComponent(AM, IsBase, Value);
935 const Value *V1 = Load->getSrcValue();
936 const Value *V2 = Store->getSrcValue();
1005 uint64_t Value local
330 changeComponent(SystemZAddressingMode &AM, bool IsBase, SDValue Value) argument
341 expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, SDValue Value) argument
[all...]
/external/llvm/tools/lto/
H A DLTOModule.cpp684 void AddValueSymbols(const MCExpr *Value) { argument
685 switch (Value->getKind()) {
694 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Value);
701 markUsed(cast<MCSymbolRefExpr>(Value)->getSymbol());
705 AddValueSymbols(cast<MCUnaryExpr>(Value)->getSubExpr());
737 virtual void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { argument
771 virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {} argument
777 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size) {} argument
778 virtual void EmitULEB128Value(const MCExpr *Value) {} argument
779 virtual void EmitSLEB128Value(const MCExpr *Value) {} argument
780 EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, unsigned ValueSize, unsigned MaxBytesToEmit) argument
833 RecordStreamer::State Value = i->second; local
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp138 /// \brief Evaluates expression and stores the result to \p Value.
140 bool EvaluateExpression(StringRef Expr, std::string &Value) const;
360 bool Pattern::EvaluateExpression(StringRef Expr, std::string &Value) const {
374 Value = llvm::itostr(LineNumber + Offset);
406 std::string Value; local
409 if (!EvaluateExpression(VariableUses[i].first, Value))
419 AddFixedStringToRegEx(it->second, Value);
424 Value.begin(), Value.end());
425 InsertOffset += Value
481 std::string Value; local
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp141 static int Value(bit_value_t V) { function
838 uint64_t Value = 0;
842 Value += (*I & 0x7f) << Shift;
845 if (Value > 127)
846 OS << " /* 0x" << utohexstr(Value) << " */";
848 Value = 0;
852 Value += (*I & 0x7f) << Shift;
855 if (Value > 127)
856 OS << " /* 0x" << utohexstr(Value) << " */";
1025 Val = Value(Ins
[all...]
H A DSubtargetEmitter.cpp1396 const std::string &Value = R->getValueAsString("Value"); local
1399 if (Value=="true" || Value=="false")
1402 << Attribute << " = " << Value << ";\n"; local
1406 << Attribute << " < " << Value << ") "
1407 << Attribute << " = " << Value << ";\n"; local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp61 ValueRef::ValueRef(Value *v) : value(NULL), insn(NULL)
114 ValueDef::ValueDef(Value *v) : value(NULL), insn(NULL)
139 ValueRef::set(Value *refVal)
152 ValueDef::set(Value *defVal)
178 for (Value::UseIterator it = value->uses.begin(); it != value->uses.end();
218 Value::Value() function in class:nv50_ir::Value
262 pol.set<Value>(this, that);
299 pol.set<Value>(this, that);
372 pol.set<Value>(thi
[all...]
/external/openfst/src/include/fst/
H A Darc-map.h137 const A &arc = aiter.Value();
239 StateId s = siter.Value();
245 ofst->AddArc(s, (*mapper)(aiter.Value()));
451 A aarc(aiter.Value());
610 StateId Value() const { return s_; } function in class:fst::StateIterator
634 StateId Value_() const { return Value(); }
826 Label l = w1.Size() == 1 ? iter1.Value() : 0;
914 fst_->AddArc(p, ToArc(i ? 0 : l, iter1.Value(), AW::One(), n));
917 s = s + osymbols_->Find(iter1.Value());
H A Dcache.h680 impl_->UpdateNumKnownStates(aiter.Value().nextstate);
688 StateId Value() const { return s_; } function in class:fst::CacheStateIterator
699 virtual StateId Value_() const { return Value(); }
729 const Arc& Value() const { return state_->arcs[i_]; } function in class:fst::CacheArcIterator
777 const Arc& Value() const { return state_->arcs[i_]; } function in class:fst::CacheMutableArcIterator
842 virtual const Arc& Value_() const { return Value(); }
H A Dcompact-fst.h221 StateId s = siter.Value();
254 compacts_[pos++] = compactor.Compact(s, aiter.Value());
952 const StateId s = siter.Value();
960 first_pass_compactor.Compact(s, aiter.Value());
993 const StateId s = siter.Value();
1008 const StateId s = siter.Value();
1015 element = second_pass_compactor.Compact(s, aiter.Value());
1041 StateId Value() const { return s_; } function in class:fst::StateIterator
1089 const A& Value() const { function in class:fst::ArcIterator
1167 // const A& Value() cons
[all...]
H A Drandgen.h67 // Assumes Weight::Value() accesses the floating point
82 const A &arc = aiter.Value();
83 sum += exp(-to_log_weight_(arc.weight).Value());
85 sum += exp(-to_log_weight_(fst.Final(s)).Value());
92 const A &arc = aiter.Value();
93 p += exp(-to_log_weight_(arc.weight).Value());
127 fst.NumArcs(s))).Value();
215 pair<size_t, size_t> Value() const { return *sample_iter_; } function in class:fst::ArcSampler
226 // Stores (N, K) as described for Value().
285 pair<size_t, size_t> Value() cons function in class:fst::ArcSampler
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h225 virtual StateId Value() const = 0; // Current state (when !Done)
244 // StateId s = siter.Value();
263 StateId Value() const { return data_.base ? data_.base->Value() : s_; } function in class:fst::StateIterator
296 virtual const A& Value() const = 0; // Current state (when !Done)
318 // StdArc &arc = aiter.Value();
342 const Arc& Value() const { function in class:fst::ArcIterator
343 return data_.base ? data_.base->Value() : data_.arcs[i_];

Completed in 453 milliseconds

<<1112131415161718