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

/external/v8/src/
H A Dapi-experimental.cc85 FastAccessorBuilder::ValueId FastAccessorBuilder::LoadValue(ValueId value_id, function in class:v8::experimental::FastAccessorBuilder
87 return FromApi(this)->LoadValue(value_id, offset);
H A Dfast-accessor-assembler.h68 ValueId LoadValue(ValueId value_id, int offset);
H A Dfast-accessor-assembler.cc97 FastAccessorAssembler::ValueId FastAccessorAssembler::LoadValue( function in class:v8::internal::FastAccessorAssembler
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h96 const Value *LoadValue) const;
H A DPPCHazardRecognizers.cpp302 const Value *LoadValue) const {
305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
310 if (StoreValue[i] == LoadValue) {
/external/v8/include/
H A Dv8-experimental.h35 ValueId LoadValue(ValueId value_id, int offset);
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp281 struct LoadValue { struct in class:__anon13465::EarlyCSE
287 LoadValue() function in struct:__anon13465::EarlyCSE::LoadValue
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, function in struct:__anon13465::EarlyCSE::LoadValue
296 ScopedHashTableVal<Value *, LoadValue>>
298 typedef ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
636 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(),
714 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand());
772 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(),
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp2126 SDValue LoadValue = DAG.getLoad(MVT::i32, dl, DAG.getEntryNode(), Callee, local
2133 Callee = DAG.getNode(ISD::ADD, dl, MVT::i32, LoadValue, Lo);
2135 Callee = LoadValue;

Completed in 138 milliseconds