/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelDAGToDAG.cpp | 55 static bool checkType(const Value *ptr, unsigned int addrspace); 56 static const Value *getBasePointerValue(const Value *V); 176 bool AMDGPUDAGToDAGISel::checkType(const Value *ptr, unsigned int addrspace) { 184 const Value * AMDGPUDAGToDAGISel::getBasePointerValue(const Value *V) 189 const Value *ret = NULL; 190 ValueMap<const Value *, bool> ValueBitMap; 191 std::queue<const Value *, std::list<const Value *> > ValueQueue [all...] |
/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 135 void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) override; 147 void emitELFSize(MCSymbolELF *Symbol, const MCExpr *Value) override; 167 void EmitValueImpl(const MCExpr *Value, unsigned Size, 169 void EmitIntValue(uint64_t Value, unsigned Size) override; 171 void EmitULEB128Value(const MCExpr *Value) override; 173 void EmitSLEB128Value(const MCExpr *Value) override; 175 void EmitGPRel64Value(const MCExpr *Value) override; 177 void EmitGPRel32Value(const MCExpr *Value) override; 182 void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, 190 unsigned char Value = 0) override [all...] |
/external/llvm/lib/Analysis/ |
Lint.cpp | 75 void visitMemoryReference(Instruction &I, Value *Ptr, 102 Value *findValue(Value *V, bool OffsetOk) const; 103 Value *findValueImpl(Value *V, bool OffsetOk, 104 SmallPtrSetImpl<Value *> &Visited) const; 133 void WriteValues(ArrayRef<const Value *> Vs) { 134 for (const Value *V : Vs) { 205 Value *Callee = CS.getCalledValue(); 235 Value *Actual = *AI [all...] |
DivergenceAnalysis.cpp | 54 // because the branch "br i1 %cond" depends on %tid and affects which value %a 59 // non-kernel-entry function and the return value of a function call as 75 #include "llvm/IR/Value.h" 88 PostDominatorTree &PDT, DenseSet<const Value *> &DV) 95 void exploreDataDependency(Value *V); 111 std::vector<Value *> Worklist; // Stack for DFS. 112 DenseSet<const Value *> &DV; // Stores all divergent values. 148 // A PHINode is uniform if it returns the same value no matter which path is 154 // Propagation rule 2: if a value defined in a loop is used outside, the user 231 void DivergencePropagator::exploreDataDependency(Value *V) [all...] |
LoopAccessAnalysis.cpp | 83 Value *llvm::stripIntegerCast(Value *V) { 92 Value *Ptr, Value *OrigPtr) { 100 Value *StrideVal = SI->second; 106 Value *One = ConstantInt::get(StrideVal->getType(), 1); 127 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, 219 // Update the low bound expression if we've found a new min value. 223 // Update the high bound expression if we've found a new max value. 285 DenseMap<Value *, unsigned> PositionMap [all...] |
/external/pdfium/xfa/src/fxjse/src/ |
dynprop.cpp | 10 #include "value.h"
12 const v8::FunctionCallbackInfo<v8::Value>& info) {
114 const v8::FunctionCallbackInfo<v8::Value>& info) {
136 const v8::FunctionCallbackInfo<v8::Value>& info) {
158 const v8::FunctionCallbackInfo<v8::Value>& info) {
160 static_cast<FXJSE_CLASS*>(info.Data().As<v8::External>()->Value());
194 const v8::FunctionCallbackInfo<v8::Value>& info) {
204 v8::Local<v8::Value> rgArgs[] = {hChainObj, info[0]};
205 v8::Local<v8::Value> hChainDescriptor = fn->Call(info.This(), 2, rgArgs);
213 const v8::FunctionCallbackInfo<v8::Value>& info) { [all...] |
/external/tinyxml/ |
xmltest.cpp | 131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() ); 258 XmlTest ( "Root element value is 'ToDo'.", "ToDo", node->Value()); 264 XmlTest ( "Value is 'Item'.", "Item", node->Value() ); 268 XmlTest ( "Value is 'Go to the'.", "Go to the", node->Value() ); 315 // Walk all the elements in a node by value. 341 XmlTest ( "Element parsed, value is 'Element0'.", "Element0", element0.Value() ); [all...] |
/external/clang/lib/Format/ |
Format.cpp | 45 static void enumeration(IO &IO, FormatStyle::LanguageKind &Value) { 46 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); 47 IO.enumCase(Value, "Java", FormatStyle::LK_Java); 48 IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript); 49 IO.enumCase(Value, "Proto", FormatStyle::LK_Proto); 54 static void enumeration(IO &IO, FormatStyle::LanguageStandard &Value) { 55 IO.enumCase(Value, "Cpp03", FormatStyle::LS_Cpp03); 56 IO.enumCase(Value, "C++03", FormatStyle::LS_Cpp03); 57 IO.enumCase(Value, "Cpp11", FormatStyle::LS_Cpp11); 58 IO.enumCase(Value, "C++11", FormatStyle::LS_Cpp11) [all...] |
/external/llvm/examples/Kaleidoscope/Chapter8/ |
toy.cpp | 184 // Otherwise, just return the character as its ascii value. 206 virtual Value *codegen() = 0; 223 Value *codegen() override; 234 Value *codegen() override; 248 Value *codegen() override; 265 Value *codegen() override; 283 Value *codegen() override; 301 Value *codegen() override; 322 Value *codegen() override; 343 Value *codegen() override [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 123 // Otherwise, just return the character as its ascii value. 137 virtual Value *Codegen() = 0; 145 virtual Value *Codegen(); 154 virtual Value *Codegen(); 164 virtual Value *Codegen(); 174 virtual Value *Codegen(); 184 virtual Value *Codegen(); 193 virtual Value *Codegen(); 204 virtual Value *Codegen(); 216 virtual Value *Codegen() [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 142 // Otherwise, just return the character as its ascii value. 156 virtual Value *Codegen() = 0; 164 virtual Value *Codegen(); 173 virtual Value *Codegen(); 183 virtual Value *Codegen(); 193 virtual Value *Codegen(); 203 virtual Value *Codegen(); 212 virtual Value *Codegen(); 223 virtual Value *Codegen(); 235 virtual Value *Codegen() [all...] |
/external/llvm/lib/Transforms/Scalar/ |
InductiveRangeCheckElimination.cpp | 121 Value *Length; 126 ScalarEvolution &SE, Value *&Index, 127 Value *&Length); 130 parseRangeCheck(Loop *L, ScalarEvolution &SE, Value *Condition, 131 const SCEV *&Index, Value *&UpperLimit); 139 Value *getLength() const { return Length; } 185 /// This is the value the condition of the branch needs to evaluate to for the 259 /// `Index` and `Length` to `nullptr`. Otherwise set `Index` to the value 267 ScalarEvolution &SE, Value *&Index, 268 Value *&Length) [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 101 // The first field contains the value that the switch produces when a certain 107 // and the second field contains the value generated for a certain case in the 113 ConstantInt *Value; 116 ValueEqualityComparisonCase(ConstantInt *Value, BasicBlock *Dest) 117 : Value(Value), Dest(Dest) {} 121 return Value < RHS.Value; 132 Value *isValueEqualityComparison(TerminatorInst *TI); 195 // 1> We have a constant incoming value for the conditional branch [all...] |
/external/llvm/lib/Object/ |
COFFYAML.cpp | 16 #define ECase(X) IO.enumCase(Value, #X, COFF::X); 27 IO &IO, COFFYAML::COMDATType &Value) { 28 IO.enumCase(Value, "0", 0); 40 IO &IO, COFFYAML::WeakExternalCharacteristics &Value) { 41 IO.enumCase(Value, "0", 0); 48 IO &IO, COFFYAML::AuxSymbolType &Value) { 53 IO &IO, COFF::MachineTypes &Value) { 79 IO &IO, COFF::SymbolBaseType &Value) { 99 IO &IO, COFF::SymbolStorageClass &Value) { 130 IO &IO, COFF::SymbolComplexType &Value) { [all...] |
/external/v8/src/ |
accessors.cc | 150 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { 160 v8::Local<v8::Name> name, v8::Local<v8::Value> val, 192 const v8::PropertyCallbackInfo<v8::Value>& info) { 204 v8::Local<v8::Value> val, 241 const v8::PropertyCallbackInfo<v8::Value>& info) { 251 Object* value = *Utils::OpenHandle(*v8::Local<v8::Value>(info.This())); local 252 if (!value->IsString()) { 253 // Not a string value. That means that we either got a String wrapper or 254 // a Value with a String wrapper in its prototype chain 930 Handle<Object> value = Utils::OpenHandle(*val); local 1016 Handle<Object> value = Utils::OpenHandle(*val); local 1078 Handle<Object> value = Utils::OpenHandle(*val); local 1134 Handle<Object> value = iter->GetValue(); local 1407 Object* value = context->get(slot); local [all...] |
/cts/suite/audio_quality/lib/src/ |
SignalProcessingImpl.cpp | 142 } else { //TaskCase::Value* 143 TaskCase::Value* val = reinterpret_cast<TaskCase::Value*>(inputs[i]); 144 bool isI64 = (val->getType() == TaskCase::Value::ETypeI64); 155 LOGD("%d-th param Value", i); 220 } else { //TaskCase::Value* 221 TaskCase::Value* val = reinterpret_cast<TaskCase::Value*>(outputs[i]); 228 val->setType(TaskCase::Value::ETypeI64); 230 val->setType(TaskCase::Value::ETypeDouble) [all...] |
/cts/suite/audio_quality/test/ |
TaskCaseTest.cpp | 71 TaskCase::Value val1(1.0f); 72 TaskCase::Value val2(2.0f); 73 TaskCase::Value val3((int64_t)1); 74 TaskCase::Value val4((int64_t)2); 75 TaskCase::Value val2_copy(2.0f); 91 TaskCase::Value valRead; 94 TaskCase::Value val4_2((int64_t)3);
|
/external/deqp/executor/tools/ |
xeExtractValues.cpp | 54 typedef xe::ri::NumericValue Value; 63 vector<Value> values; 104 static Value findValueByTag (const xe::ri::List& items, const string& tagName) 112 const Value value = findValueByTag(static_cast<const xe::ri::Section&>(item).items, tagName); local 113 if (value.getType() != Value::TYPE_EMPTY) 114 return value; 118 const xe::ri::Number& value = static_cast<const xe::ri::Number&>(item); local 119 return value.value 248 dst << "," << *value; local [all...] |
/external/llvm/unittests/Analysis/ |
AliasAnalysisTest.cpp | 49 SetVector<Value *> Pointers; 57 for (Value *P1 : Pointers) 58 for (Value *P2 : Pointers) 177 auto *Value = ConstantInt::get(IntType, 42); 180 auto *Store1 = new StoreInst(Value, Addr, BB); 182 auto *Add1 = BinaryOperator::CreateAdd(Value, Value, "add", BB);
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_EventHandler.h | 82 CFX_WideString& Value, 85 CFX_WideString& Value, 95 CFX_WideString& Value, 105 CFX_WideString& Value, 123 const CFX_WideString& Value); 127 const CFX_WideString& Value); 184 CFX_WideString& Value();
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
LazyValue.java | 32 package org.jf.smalidea.debugging.value; 42 import com.sun.jdi.Value; 50 public class LazyValue<T extends Value> implements Value { 57 private Value value; field in class:LazyValue 106 if (value == null) { 116 value = SmaliCodeFragmentFactory.evaluateRegister(evaluationContext, method, registerNumber, type); 122 return (T)value; 127 T value = getNullableValue() local 157 Value value = getNullableValue(); local 165 Value value = getNullableValue(); local 173 Value value = getNullableValue(); local [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map_entry.h | 46 template <typename Key, typename Value, 63 // reflection api, in which the static type of key and value is unknown. 84 // fields. However, in order to decide the in-memory type of key/value, we need 108 template <typename Key, typename Value, 113 // Provide utilities to parse/serialize key/value. Provide utilities to 116 typedef MapTypeHandler<kValueFieldType, Value> ValueTypeHandler; 126 Key, Value, kKeyFieldType, kValueFieldType, default_enum_value> EntryType; 130 Key, Value, kKeyFieldType, kValueFieldType, default_enum_value> 148 virtual inline const ValueMapEntryAccessorType& value() const { function in class:google::protobuf::internal::MapEntry 149 return entry_lite_.value(); [all...] |
map_entry_lite.h | 41 template <typename Key, typename Value, 46 template <typename Key, typename Value, 59 template <typename Key, typename Value, 64 // Provide utilities to parse/serialize key/value. Provide utilities to 67 typedef MapTypeHandler<kValueFieldType, Value> ValueTypeHandler; 105 virtual inline const ValueMapEntryAccessorType& value() const { function in class:google::protobuf::internal::MapEntryLite 135 // 3) unknown enum value: keep it in parsing. In proto2, caller should 136 // check the value and put this entry into containing message's unknown 137 // field set if the value is an unknown enum. In proto3, caller doesn't 138 // need to care whether the value is unknown enum 310 inline const ValueMapEntryAccessorType& value() const { return value_; } function in class:google::protobuf::internal::MapEntryLite::MapEntryWrapper 344 inline const ValueMapEntryAccessorType& value() const { return value_; } function in class:google::protobuf::internal::MapEntryLite::MapEnumEntryWrapper [all...] |
/external/llvm/lib/Target/Hexagon/AsmParser/ |
HexagonAsmParser.cpp | 60 cl::desc("Warn for mismatching a signed and unsigned value"), 365 int64_t Value; 366 if (!Expr->evaluateAsAbsolute(Value)) { 370 int64_t Extended = SignExtend64 (Value, 32); 371 if ((Extended < 0) == (Value < 0)) { 761 int64_t Value (I.getImm()); 762 if ((Value & 0x100000000) != (Value & 0x80000000)) { 764 Value ^= 0x100000000; 769 MCConstantExpr::create(Value, getContext()))) [all...] |
/external/llvm/include/llvm/Option/ |
ArgList.h | 232 /// getLastArgValue - Return the value of the last argument, or a default. 276 /// name instead of the first option value. 416 /// \p Id, with the provided \p Value and append it to the argument 419 StringRef Value) { 420 append(MakePositionalArg(BaseArg, Opt, Value)); 425 /// \p Id, with the provided \p Value and append it to the argument 428 StringRef Value) { 429 append(MakeSeparateArg(BaseArg, Opt, Value)); 434 /// \p Id, with the provided \p Value and append it to the argument list. 436 StringRef Value) { [all...] |