HomeSort by relevance Sort by last modified time
    Searched refs:LoadValue (Results 1 - 9 of 9) 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/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 96 const Value *LoadValue) const;
PPCHazardRecognizers.cpp 302 const Value *LoadValue) const {
305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
310 if (StoreValue[i] == LoadValue) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 96 const Value *LoadValue) const;
PPCHazardRecognizers.cpp 302 const Value *LoadValue) const {
305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
310 if (StoreValue[i] == 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-7.0/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 366 struct LoadValue {
372 LoadValue() = default;
373 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId,
381 ScopedHashTableVal<Value *, LoadValue>>;
383 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 2983 milliseconds