Home
last modified time | relevance | path

Searched refs:LoadValue (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp298 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/
Dapi-experimental.cc83 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/
DPPCHazardRecognizers.cpp299 const Value *LoadValue) const { in isLoadOfStoredAddress()
302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()
307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()
DPPCHazardRecognizers.h96 const Value *LoadValue) const;
/external/v8/include/
Dv8-experimental.h34 ValueId LoadValue(ValueId value_id, int offset);
/external/v8/src/compiler/
Dfast-accessor-assembler.h59 ValueId LoadValue(ValueId value_id, int offset);
Dfast-accessor-assembler.cc95 FastAccessorAssembler::ValueId FastAccessorAssembler::LoadValue(ValueId value, in LoadValue() function in v8::internal::compiler::FastAccessorAssembler
/external/v8/test/cctest/
Dtest-api-fast-accessor-builder.cc250 auto val = builder->LoadValue( in TEST()