HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 601 - 625 of 2613) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 300 if (parseMachineBasicBlockDefinitions(MF, YamlMF.Body.Value.Value, PFS,
303 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange));
321 if (parseMachineInstructions(MF, YamlMF.Body.Value.Value, PFS, IRSlots,
324 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange));
350 const auto *RC = getRegClass(MF, VReg.Class.Value);
354 VReg.Class.Value + "'");
356 if (!PFS.VirtualRegisterSlots.insert(std::make_pair(VReg.ID.Value, Reg))
360 Twine(VReg.ID.Value) + "'")
    [all...]
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 30 import proguard.evaluation.value.*;
55 * Creates a new BasicInvocationUnit with the given value factory.
89 // Get the reference value.
90 Value value = getMethodParameterValue(clazz, local
96 // Store the value in variable 0.
97 variables.store(variableIndex++, value);
113 // Get the parameter value.
114 Value value = getMethodParameterValue(clazz local
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
meta.h 44 static const bool Value = Cond;
58 template <typename C, typename T1, typename T2> struct SelectIf : SelectIfCond<C::Value, T1, T2> {};
67 template <typename C1, typename C2> struct AndExpr : AndExprCond<C1::Value, C2::Value>::Type {};
68 template <typename C1, typename C2> struct OrExpr : OrExprCond<C1::Value, C2::Value>::Type {};
91 BoolType<IsConst<CT>::Value >= IsConst<T>::Value> >::Type {};
102 : BoolType< ::std::is_base_of<B,D>::value> {};
122 enum { Value = (sizeof(Check(Host(), 0)) == sizeof(Yes)) };
    [all...]
  /build/kati/
var.h 30 class Value;
53 virtual void AppendVar(Evaluator* ev, Value* v);
77 virtual void AppendVar(Evaluator* ev, Value* v) override;
92 RecursiveVar(Value* v, VarOrigin origin, StringPiece orig);
103 virtual void AppendVar(Evaluator* ev, Value* v) override;
110 Value* v_;
156 virtual void AppendVar(Evaluator* ev, Value* v) override {
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 103 // Otherwise, just return the character as its ascii value.
117 virtual Value *codegen() = 0;
126 Value *codegen() override;
135 Value *codegen() override;
147 Value *codegen() override;
159 Value *codegen() override;
170 Value *codegen() override;
184 Value *codegen() override;
357 return Error("expected ',' after for start value");
364 // The step value is optional
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 22 #include "llvm/IR/Value.h" // PointerLikeTypeTraits<Value*>
38 /// V - This is the IR pointer value for the access, or it is null if unknown.
41 PointerUnion<const Value *, const PseudoSourceValue *> V;
43 /// Offset - This is an offset from the base Value*.
46 explicit MachinePointerInfo(const Value *v = nullptr, int64_t offset = 0)
55 if (V.is<const Value*>())
56 return MachinePointerInfo(V.get<const Value*>(), Offset+O);
89 /// Value of the reference along with a byte size and offset. This allows it
131 /// be a normal LLVM IR Value, or one of the special values used in CodeGen
    [all...]
FastISel.h 33 Value *Val;
71 const Value *Callee;
81 SmallVector<Value *, 16> OutVals;
95 const Value *Target, ArgListTy &&ArgsList,
141 const Value *Target, ArgListTy &&ArgsList,
167 CallLoweringInfo &setTailCall(bool Value = true) {
168 IsTailCall = Value;
172 CallLoweringInfo &setIsPatchPoint(bool Value = true) {
173 IsPatchPoint = Value;
192 DenseMap<const Value *, unsigned> LocalValueMap
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp 42 Value *cleanupValue(Value *V);
91 Value *TexHandle = cleanupValue(I.getOperand(0));
109 Value *TexHandle = cleanupValue(I.getOperand(0));
128 Value *TexHandle = cleanupValue(I.getOperand(0));
169 Value *NVPTXImageOptimizer::cleanupValue(Value *V) {
  /external/v8/src/
splay-tree.h 18 // typedef Value: the value type
20 // static Value kNoValue(): the dummy value used to initialize nodes
34 typedef typename Config::Value Value;
59 // Inserts the given key in this tree with the given value. Returns
102 Node(const Key& key, const Value& value)
104 value_(value),
121 Value value() { return value_; } function in class:v8::internal::SplayTree::Node
141 Value& value() { return node_->value_; } function in class:v8::internal::SplayTree::BASE_EMBEDDED
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
value.cpp 9 #include "value.h"
249 v8::Local<v8::Value> hError;
276 v8::Local<v8::Value> hValue = v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
323 v8::Local<v8::Value> hValue = v8::Number::New(m_pIsolate, FXJSE_ftod(fFloat));
341 hArrayObject->Set(i, v8::Local<v8::Value>::New(
350 v8::Local<v8::Value> hDate = v8::Date::New(m_pIsolate, dDouble);
356 v8::Local<v8::Value> hObject =
357 v8::Local<v8::Value>::New(m_pIsolate, m_hValue);
361 v8::Local<v8::Value> hPropValue =
    [all...]
context.cpp 11 #include "value.h"
44 if (globalobj) { list[objname].forEach( function (name) { if (!globalobj[name]) { Object.defineProperty(globalobj, name, {writable: true, enumerable: false, value: \n\
74 v8::Local<v8::Value> hException = trycatch.Exception();
77 v8::Local<v8::Value> hValue;
114 v8::Local<v8::Value> hValue =
115 v8::Local<v8::Value>::New(pIsolate, lpValue->DirectGetValue());
136 v8::Local<v8::Value> hValue =
137 v8::Local<v8::Value>::New(pIsolate, lpValue->DirectGetValue());
141 nLine = hValue.As<v8::Object>()->Get(3)->ToInt32()->Value();
142 nCol = hValue.As<v8::Object>()->Get(5)->ToInt32()->Value();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 105 Value *StrippedDest = MI->getArgOperand(0)->stripPointerCasts();
141 Value *Src = Builder->CreateBitCast(MI->getArgOperand(1), NewSrcPtrTy);
142 Value *Dest = Builder->CreateBitCast(MI->getArgOperand(0), NewDstPtrTy);
178 Value *Dest = MI->getDest();
186 // Extract the fill value and store.
200 static Value *SimplifyX86immshift(const IntrinsicInst &II,
266 // Concatenate the sub-elements to create the 64-bit value.
283 // If shift-by-zero then just return the original value.
310 static Value *SimplifyX86extend(const IntrinsicInst &II,
322 Value *SV = Builder.CreateShuffleVector(II.getArgOperand(0)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 55 Value *Op;
56 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {}
82 Value *Base;
85 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {}
112 XorOpnd(Value *V);
116 Value *getValue() const { return OrigVal; }
117 Value *getSymbolicPart() const { return SymbolicPart; }
124 // Sort the XorOpnd-Pointer in ascending order of symbolic-value-rank.
126 // 1) Cluster together the operands sharing the same symbolic-value.
127 // 2) Operand having smaller symbolic-value-rank is permuted earlier, which
    [all...]
SeparateConstOffsetFromGEP.cpp 220 static Value *Extract(Value *Idx, GetElementPtrInst *GEP,
223 /// it. It returns the numeric value of the extracted constant offset (0 if
225 static int64_t Find(Value *Idx, GetElementPtrInst *GEP,
246 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
265 Value *rebuildWithoutConstOffset();
281 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
283 Value *removeConstOffset(unsigned ChainIndex);
284 /// A helper function to apply ExtInsts, a list of s/zext, to value V.
287 Value *applyExts(Value *V)
    [all...]
GVN.cpp 10 // This pass performs global value numbering to eliminate fully redundant
13 // Note that this pass does the value numbering itself; it does not use the
81 /// This class holds the mapping between values and value numbers. It is used
104 friend hash_code hash_value(const Expression &Value) {
105 return hash_combine(Value.opcode, Value.type,
106 hash_combine_range(Value.varargs.begin(),
107 Value.varargs.end()));
112 DenseMap<Value*, uint32_t> valueNumbering;
123 Value *LHS, Value *RHS)
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 348 assert(MCO.isReg() && "New value consumers must be registers");
628 int64_t Value) {
632 return Value;
634 uint32_t Lower6 = static_cast<uint32_t>(Value >> Alignment) & 0x3f;
    [all...]
  /external/libchrome/base/json/
json_parser.cc 33 // takes ownership of the input string. The real root value is Swap()ed into
37 DictionaryHiddenRootValue(std::string* json, Value* root) : json_(json) {
38 DCHECK(root->IsType(Value::TYPE_DICTIONARY));
61 scoped_ptr<Value>* out) override {
62 // If the caller won't take ownership of the removed value, just call up.
68 // Otherwise, remove the value while its still "owned" by this and copy it
70 scoped_ptr<Value> out_owned;
87 ListHiddenRootValue(std::string* json, Value* root) : json_(json) {
88 DCHECK(root->IsType(Value::TYPE_LIST));
107 bool Remove(size_t index, scoped_ptr<Value>* out) override
528 Value* value = ParseNextToken(); local
    [all...]
  /external/libweave/third_party/chromium/base/json/
json_parser.cc 32 // takes ownership of the input string. The real root value is Swap()ed into
36 DictionaryHiddenRootValue(std::string* json, Value* root) : json_(json) {
37 DCHECK(root->IsType(Value::TYPE_DICTIONARY));
60 scoped_ptr<Value>* out) override {
61 // If the caller won't take ownership of the removed value, just call up.
67 // Otherwise, remove the value while its still "owned" by this and copy it
69 scoped_ptr<Value> out_owned;
86 ListHiddenRootValue(std::string* json, Value* root) : json_(json) {
87 DCHECK(root->IsType(Value::TYPE_LIST));
106 bool Remove(size_t index, scoped_ptr<Value>* out) override
523 Value* value = ParseNextToken(); local
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 122 if (Value *T = (M.*Get)(Target))
172 if (Value *V = (M.*Get)(Name))
276 yaml::MappingNode *Value;
286 Value = dyn_cast<yaml::MappingNode>(Entry.getValue());
287 if (!Value) {
294 return parseRewriteFunctionDescriptor(YS, Key, Value, DL);
296 return parseRewriteGlobalVariableDescriptor(YS, Key, Value, DL);
298 return parseRewriteGlobalAliasDescriptor(YS, Key, Value, DL);
315 yaml::ScalarNode *Value;
326 Value = dyn_cast<yaml::ScalarNode>(Field.getValue())
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 35 #include "llvm/IR/Value.h"
115 llvm::Value *
119 llvm::Value *&ThisPtrForCall,
120 llvm::Value *MemFnPtr,
123 llvm::Value *
126 llvm::Value *MemPtr,
129 llvm::Value *EmitMemberPointerConversion(CodeGenFunction &CGF,
131 llvm::Value *Src) override;
144 llvm::Value *EmitMemberPointerComparison(CodeGenFunction &CGF,
145 llvm::Value *L, llvm::Value *R
    [all...]
CGObjC.cpp 31 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult;
46 llvm::Value *CodeGenFunction::EmitObjCStringLiteral(const ObjCStringLiteral *E)
59 llvm::Value *
74 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl);
85 // and cast value to correct type
99 llvm::Value *Cast = Builder.CreateBitCast(GV, ConvertType(EncodingQT));
113 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E,
139 SmallVector<llvm::Value *, 16> NeededObjects;
153 llvm::Value *value = EmitScalarExpr(Rhs) local
999 llvm::Value *value; local
2076 llvm::Value *value = Builder.CreateLoad(addr); local
2455 llvm::Value *value = CGF.EmitScalarExpr(e); local
2614 llvm::Value *value = loadResult.getPointer(); local
2711 llvm::Value *value = result.getPointer(); local
2733 llvm::Value *value = result.getPointer(); local
2752 llvm::Value *value = result.getPointer(); local
2768 llvm::Value *value = result.getPointer(); local
2815 llvm::Value *value = result.getPointer(); local
2843 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS()); local
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 54 /// as it finds a value with multiple uses.
55 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) {
71 // trivial uses, we can still consider this to be a single-use value.
86 static inline bool AreAnyUnderlyingObjectsAnAlloca(const Value *V,
88 SmallPtrSet<const Value *, 4> Visited;
89 SmallVector<const Value *, 4> Worklist;
92 const Value *P = Worklist.pop_back_val();
108 for (Value *IncValue : PN->incoming_values())
164 STATISTIC(NumRets, "Number of return value forwarding
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 19 // Two variables are considered as aliasing iff you can reach one value's node
20 // from the other value's node and the language formed by concatenating all of
61 StratifiedSets<Value *> Sets;
63 SmallVector<Value *, 4> ReturnedValues;
65 FunctionInfo(StratifiedSets<Value *> &&S, SmallVector<Value *, 4> &&RV)
69 // Try to go from a Value* to a Function*. Never returns nullptr.
70 static Optional<Function *> parentFunctionOfValue(Value *);
83 // operand. This function gets the "proper" value to track for each
85 static Optional<Value *> getTargetValue(Instruction *)
    [all...]
PHITransAddr.cpp 57 static bool VerifySubExpr(Value *Expr,
59 // If this is a non-instruction value, there is nothing to do.
116 // If the input value is not an instruction, or if it is not defined in CurBB,
123 static void RemoveInstInputs(Value *V,
145 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB,
148 // If this is a non-instruction value, it can't require PHI translation.
165 // translated, we need to incorporate the value into the expression or fail.
174 // If this is a non-phi value, and it is analyzable, we can incorporate it
192 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT)
    [all...]
  /external/v8/test/cctest/
cctest.h 277 v8::Local<v8::Value> global_object = v8::Local<v8::Value>()) {
284 v8::Local<v8::Value> global_object = v8::Local<v8::Value>()) {
307 v8::Local<v8::Value> global_object) {
332 static inline v8::Local<v8::Value> v8_num(double x) {
400 static inline v8::MaybeLocal<v8::Value> CompileRun(
408 static inline v8::Local<v8::Value> CompileRunChecked(v8::Isolate* isolate,
420 static inline v8::Local<v8::Value> CompileRun(v8::Local<v8::String> source) {
421 v8::Local<v8::Value> result
    [all...]

Completed in 882 milliseconds

<<21222324252627282930>>