HomeSort by relevance Sort by last modified time
    Searched defs:LoadValue (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 117 INT32 LoadValue;
129 LoadValue = (INT32) -TimerCount;
130 MmioWrite32 (gTLDR, LoadValue);
131 MmioWrite32 (gTCRR, LoadValue);
  /device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
Timer.c 184 INT32 LoadValue;
196 LoadValue = (INT32) -TimerCount;
197 MmioWrite32 (TLDR, LoadValue);
198 MmioWrite32 (TCRR, LoadValue);
  /external/v8/src/
api-experimental.cc 85 FastAccessorBuilder::ValueId FastAccessorBuilder::LoadValue(ValueId value_id,
87 return FromApi(this)->LoadValue(value_id, offset);
fast-accessor-assembler.cc 97 FastAccessorAssembler::ValueId FastAccessorAssembler::LoadValue(
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 281 struct LoadValue {
287 LoadValue()
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId,
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(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 162 milliseconds