Searched refs:LoadValue (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 298 struct LoadValue { struct in __anon04b34a390311::EarlyCSE 303 LoadValue() in LoadValue() argument 305 LoadValue(Value *Data, unsigned Generation, unsigned MatchingId, in LoadValue() function 311 ScopedHashTableVal<Value *, LoadValue>> 313 typedef ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 610 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 633 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() 687 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 745 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode()
|
/external/v8/src/ |
D | api-experimental.cc | 83 FastAccessorBuilder::ValueId FastAccessorBuilder::LoadValue(ValueId value_id, in LoadValue() function in v8::experimental::FastAccessorBuilder 85 return FromApi(this)->LoadValue(value_id, offset); in LoadValue()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 299 const Value *LoadValue) const { in isLoadOfStoredAddress() 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
|
D | PPCHazardRecognizers.h | 96 const Value *LoadValue) const;
|
/external/v8/include/ |
D | v8-experimental.h | 34 ValueId LoadValue(ValueId value_id, int offset);
|
/external/v8/src/compiler/ |
D | fast-accessor-assembler.h | 59 ValueId LoadValue(ValueId value_id, int offset);
|
D | fast-accessor-assembler.cc | 95 FastAccessorAssembler::ValueId FastAccessorAssembler::LoadValue(ValueId value, in LoadValue() function in v8::internal::compiler::FastAccessorAssembler
|
/external/v8/test/cctest/ |
D | test-api-fast-accessor-builder.cc | 250 auto val = builder->LoadValue( in TEST()
|