/external/llvm/lib/Analysis/ |
ScalarEvolutionAliasAnalysis.cpp | 35 const SCEV *AS = SE.getSCEV(const_cast<Value *>(LocA.Ptr)); 36 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); 78 Value *AO = GetBaseValue(AS); 79 Value *BO = GetBaseValue(BS); 93 /// Given an expression, try to find a base value. 96 Value *SCEVAAResult::GetBaseValue(const SCEV *S) {
|
ScalarEvolutionExpander.cpp | 38 Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty, 114 Value *SCEVExpander::InsertNoopCastOfTo(Value *V, Type *Ty) { 173 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, 174 Value *LHS, Value *RHS) { 188 // Don't count dbg.value against the ScanLimit, to avoid perturbing the 251 // the value at this scale. It will be considered for subsequent 315 // the sum into a single value, so just use that [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SITypeRewriter.cpp | 75 Value *Ptr = I.getPointerOperand(); 80 Value *BitCast = Builder.CreateBitCast(Ptr, 88 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType()); 97 SmallVector <Value*, 8> Args; 103 Value *Arg = I.getArgOperand(i);
|
/external/v8/test/cctest/ |
trace-extension.cc | 77 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) { 115 void TraceExtension::Trace(const v8::FunctionCallbackInfo<v8::Value>& args) { 137 void TraceExtension::JSTrace(const v8::FunctionCallbackInfo<v8::Value>& args) { 154 const v8::FunctionCallbackInfo<v8::Value>& args) { 160 const v8::FunctionCallbackInfo<v8::Value>& args) {
|
test-api-interceptors.cc | 43 using ::v8::Value; 48 void Returns42(const v8::FunctionCallbackInfo<v8::Value>& info) { 53 const v8::PropertyCallbackInfo<Value>& info) { 56 info.GetReturnValue().Set(v8_str("bad value")); 62 const v8::PropertyCallbackInfo<v8::Value>& info) {} 65 void EmptyInterceptorSetter(Local<Name> name, Local<Value> value, 66 const v8::PropertyCallbackInfo<v8::Value>& info) {} 70 const v8::PropertyCallbackInfo<v8::Value>& info) { 77 void SimpleAccessorSetter(Local<String> name, Local<Value> value 364 v8::Local<Value> value = CompileRun( local 405 v8::Local<Value> value = CompileRun( local 426 v8::Local<Value> value = CompileRun(source); local 653 v8::Local<Value> value = CompileRun( local 693 v8::Local<Value> value = CompileRun( local 727 v8::Local<Value> value = CompileRun( local 765 v8::Local<Value> value = CompileRun( local 801 v8::Local<Value> value = CompileRun( local 841 v8::Local<Value> value = CompileRun( local 915 v8::Local<Value> value = CompileRun( local 2393 v8::Local<Value> value = CompileRun( local 2414 v8::Local<Value> value = CompileRun( local 2452 v8::Local<Value> value = CompileRun( local 2474 v8::Local<Value> value = CompileRun( local 2505 v8::Local<Value> value = CompileRun( local 2545 v8::Local<Value> value = CompileRun( local 2585 v8::Local<Value> value = CompileRun( local 2617 v8::Local<Value> value = CompileRun( local 2651 v8::Local<Value> value = CompileRun( local 2682 v8::Local<Value> value = CompileRun( local 2945 v8::Local<Value> value = CompileRun( local 3001 v8::Local<Value> value = CompileRun( local 3045 v8::Local<Value> value = CompileRun( local 3069 v8::Local<Value> value = CompileRun("obj.x"); local 3087 v8::Local<Value> value = CompileRun("obj[42]"); local 3487 int value; member in struct:__anon24363::ShouldInterceptData [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winusb.h | 62 USHORT Value; 74 WINBOOL WINAPI WinUsb_GetPowerPolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, ULONG PolicyType, PULONG ValueLength, PVOID Value); 76 WINBOOL WINAPI WinUsb_GetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, PULONG ValueLength, PVOID Value); 84 WINBOOL WINAPI WinUsb_SetPowerPolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, ULONG PolicyType, ULONG ValueLength, PVOID Value); 85 WINBOOL WINAPI WinUsb_SetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, ULONG ValueLength, PVOID Value);
|
/system/connectivity/shill/ |
json_store.cc | 86 // A coerced value is used to represent values that base::Value does 87 // not directly support. A coerced value has the form 88 // {'_native_type': <type-as-string>, '_encoded_value': <value-as-string>} 89 bool IsCoercedValue(const base::DictionaryValue& value) { 90 return value.HasKey(kCoercedValuePropertyNativeType) && 91 value.HasKey(kCoercedValuePropertyEncodedValue); 135 unique_ptr<string> MakeStringFromValue(const base::Value& value) { 136 const auto value_type = value.GetType() 205 const base::Value& value = it.value(); local 303 const auto& value = key_and_value.second; local [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 34 static bool pointsToConstantGlobal(Value *V) { 55 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, 58 // ahead and replace the value with the global, this lets the caller quickly 61 SmallVector<std::pair<Value *, bool>, 35> ValuesToInspect; 100 // load (but one that potentially returns the value itself), so we can 101 // ignore it if we know that the value isn't captured. 176 Value *V = IC.Builder->getInt32(1); 198 Value *NullIdx = Constant::getNullValue(IdxTy); 199 Value *Idx[2] = {NullIdx, NullIdx}; 216 Value *V = IC.Builder->CreateIntCast(AI.getArraySize(), IntPtrTy, false) [all...] |
InstCombinePHI.cpp | 29 Value *LHSVal = FirstInst->getOperand(0); 30 Value *RHSVal = FirstInst->getOperand(1); 80 Value *InLHS = FirstInst->getOperand(0); 81 Value *InRHS = FirstInst->getOperand(1); 104 Value *NewInLHS = InInst->getOperand(0); 108 Value *NewInRHS = InInst->getOperand(1); 134 SmallVector<Value*, 16> FixedOperands(FirstInst->op_begin(), 207 Value *FirstOp = FirstInst->getOperand(i); 231 Value *Base = FixedOperands[0]; 242 /// that defines it. This means that it must be obvious the value of the load i [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 17 // induction value against the exit value. This turns loops like: 20 // is changed to compute the derived value outside of the loop, eliminating 21 // the dependence on the exit value of the induction variable. If the only 22 // purpose of the loop is to compute the exit value of some derived 79 cl::desc("Choose the strategy to replace exit value in IndVarSimplify"), 80 cl::values(clEnumValN(NeverRepl, "never", "never replace exit value"), 82 "only replace exit value when the cost is cheap"), 84 "always replace exit value whenever possible"), 127 bool isValidRewrite(Value *FromVal, Value *ToVal) [all...] |
ScalarReplAggregates.cpp | 96 SmallVector<Value*, 32> DeadInsts; 320 bool CanConvertToScalar(Value *V, uint64_t Offset, Value* NonConstantIdx); 323 void ConvertUsesToScalar(Value *Ptr, AllocaInst *NewAI, uint64_t Offset, 324 Value *NonConstantIdx); 326 Value *ConvertScalar_ExtractValue(Value *NV, Type *ToType, 327 uint64_t Offset, Value* NonConstantIdx, 329 Value *ConvertScalar_InsertValue(Value *StoredVal, Value *ExistingVal [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 59 FIHashList.Add(I,'Value' + IntToStr(I)); 76 CheckEquals(P.Value, 'Value' + IntToStr(Values[I])); 93 CheckEquals(P.Value, 'Value' + IntToStr(Values[I]));
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
ExpressionEvaluator.java | 51 import com.google.clearsilver.jsilver.values.Value; 52 import static com.google.clearsilver.jsilver.values.Value.literalValue; 62 private Value currentValue; 79 * Evaluate an expression into a single value. 81 public Value evaluate(PExpression expression) { 85 Value result = currentValue; 96 setResult(Value.variableValue(variableName, context)); 101 String value = node.getValue().getText(); local 102 value = value.substring(1, value.length() - 1); // Remove enclosing quotes 111 String value = node.getValue().getText(); local 117 String value = node.getValue().getText(); local [all...] |
TemplateInterpreter.java | 60 import com.google.clearsilver.jsilver.values.Value; 110 Value value = expressionEvaluator.evaluate(node.getExpression()); local 111 writeVariable(value); 122 Value value = expressionEvaluator.evaluate(node.getExpression()); local 123 context.writeUnescaped(value.asString()); 146 Value value = expressionEvaluator.evaluate(expression); local 150 templateLoader.createTemp(stackTraceDescription, value.asString(), contex 210 Value value = expressionEvaluator.evaluate(node.getExpression()); local 244 Value value = expressionEvaluator.evaluate(node.getExpression()); local 259 Value value = expressionEvaluator.evaluate(node.getExpression()); local 276 Value value = expressionEvaluator.evaluate(node.getExpression()); local 295 Value value = expressionEvaluator.evaluate(node.getExpression()); local 393 Value value = expressionEvaluator.evaluate(node.getExpression()); local [all...] |
/external/llvm/include/llvm/IR/ |
Operator.h | 56 static unsigned getOpcode(const Value *V) { 66 static inline bool classof(const Value *V) { 118 static inline bool classof(const Value *V) { 157 static inline bool classof(const Value *V) { 311 static inline bool classof(const Value *V) { 327 static inline bool classof(const Value *V) { 388 Value *getPointerOperand() { 391 const Value *getPointerOperand() const { 420 /// value, just potentially different types. 446 /// all-constant, it returns false and the value of the offset APInt i [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 59 /// constant value, convert it into an unconditional branch to the constant 107 Value *Cond = BI->getCondition(); 201 Value *Cond = SI->getCondition(); 212 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(), 259 Value *Address = IBI->getAddress(); 341 /// RecursivelyDeleteTriviallyDeadInstructions - If the specified value is a 346 llvm::RecursivelyDeleteTriviallyDeadInstructions(Value *V, 361 Value *OpV = I->getOperand(i); 380 /// areAllUsesEqual - Check whether the uses of a value are all the same. 383 /// value [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
repeated_field_reflection.h | 51 // of the value depends on the field's cpp_type. Following is a mapping from 75 typedef void Value; 86 virtual const Value* Get( 87 const Field* data, int index, Value* scratch_space) const = 0; 90 virtual void Set(Field* data, int index, const Value* value) const = 0; 91 virtual void Add(Field* data, const Value* value) const = 0; 114 virtual const Value* GetIteratorValue(const Field* data, 116 Value* scratch_space) const = 0 [all...] |
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 291 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression"); 366 // If this value has an initializer, emit it. 428 llvm::Value *NRVOFlag) 432 llvm::Value *NRVOFlag; 444 llvm::Value *DidNRVO = 463 llvm::Value *V = CGF.Builder.CreateLoad(Stack); 464 llvm::Value *F = CGF.CGM.getIntrinsic(llvm::Intrinsic::stackrestore); 478 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE), variable 480 CGF.EmitExtendGCLifetime(value); 662 llvm::Value *value = EmitScalarExpr(init); local 711 llvm::Value *value = nullptr; local [all...] |
/external/jsoncpp/src/lib_json/ |
json_reader.cpp | 9 #include <json/value.h> 90 Reader::parse(const std::string& document, Value& root, bool collectComments) { 97 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { 112 Value& root, 143 "A valid JSON document must be either an array or an object value.", 195 currentValue() = Value(); 201 // "Un-read" the current token and mark the current value as a null 204 currentValue() = Value(); 213 return addError("Syntax error: value, object or array expected.", token); 409 currentValue() = Value(objectValue) 437 Value& value = currentValue()[name]; local 473 Value& value = currentValue()[index++]; local 527 Value::LargestUInt value = 0; local 567 double value = 0; local [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.h | 32 class Value; 44 /// There are several cases where we have to parse the value but where the 51 t_APSInt, t_APFloat, // Value in APSIntVal/APFloatVal. 52 t_Null, t_Undef, t_Zero, t_None, // No value. 53 t_EmptyArray, // No value: [] 54 t_Constant, // Value in ConstantVal. 55 t_InlineAsm, // Value in FTy/StrVal/StrVal2/UIntVal. 56 t_ConstantStruct, // Value in ConstantStructElts. 57 t_PackedConstantStruct // Value in ConstantStructElts. 102 // "optimized" format which doesn't participate in the normal value us [all...] |
/external/llvm/lib/DebugInfo/PDB/ |
PDBExtras.cpp | 16 #define CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, Str, Stream) \ 17 case Class::Value: \ 21 #define CASE_OUTPUT_ENUM_CLASS_NAME(Class, Value, Stream) \ 22 CASE_OUTPUT_ENUM_CLASS_STR(Class, Value, #Value, Stream) 288 raw_ostream &llvm::operator<<(raw_ostream &OS, const Variant &Value) { 289 switch (Value.Type) { 291 OS << (Value.Bool ? "true" : "false"); 294 OS << Value.Double; 297 OS << Value.Int16 [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.cpp | 48 // increment = 2, to skip the value for each property-value pairs 54 // value 56 assert(Val && "Value operand not a constant int"); 130 bool llvm::isTexture(const llvm::Value &val) { 143 bool llvm::isSurface(const llvm::Value &val) { 156 bool llvm::isSampler(const llvm::Value &val) { 179 bool llvm::isImageReadOnly(const llvm::Value &val) { 194 bool llvm::isImageWriteOnly(const llvm::Value &val) { 209 bool llvm::isImageReadWrite(const llvm::Value &val) [all...] |
/external/llvm/unittests/IR/ |
PatternMatch.cpp | 54 Value *One = IRB.CreateAdd(IRB.CreateAdd(IRB.getInt32(1), IRB.getInt32(2)), 56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); 57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), 59 Value *V; 70 Value *L = ConstantFP::get(FltTy, 1.0); 71 Value *R = ConstantFP::get(FltTy, 2.0); 72 Value *MatchL, *MatchR; 109 Value *L = ConstantFP::get(FltTy, 1.0); 110 Value *R = ConstantFP::get(FltTy, 2.0); 111 Value *MatchL, *MatchR [all...] |
/external/llvm/unittests/ADT/ |
DenseMapTest.cpp | 37 int Value; 40 explicit CtorTester(int Value = 0) : Value(Value) { 43 CtorTester(uint32_t Value) : Value(Value) { 46 CtorTester(const CtorTester &Arg) : Value(Arg.Value) { 53 operator uint32_t() const { return Value; } [all...] |
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestBase.h | 60 void endFunctionWithRet(Function *Func, Value *RetValue) { 70 SmallVector<Value*, 1> CallArgs; 75 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs); 86 Value *ReturnVal = ConstantInt::get(Context, APInt(32, returnCode)); 99 Value *Arg1 = &*args; 100 Value *Arg2 = &*++args; 101 Value *AddResult = Builder.CreateAdd(Arg1, Arg2); 171 Value *Param = &*Result->arg_begin(); 172 Value *Zero = ConstantInt::get(Context, APInt(32, 0)); 183 Value *One = ConstantInt::get(Context, APInt(32, 1)) [all...] |