HomeSort by relevance Sort by last modified time
    Searched refs:NumMemOps (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 52 unsigned NumMemOps = SizeVal >> 2;
66 while (EmittedNumMemOps < NumMemOps) {
68 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) {
80 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 50 unsigned NumMemOps = SizeVal >> 2;
63 while (EmittedNumMemOps < NumMemOps) {
65 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) {
77 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) {
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 150 unsigned NumMemOps = SizeVal >> 2;
170 unsigned NumMEMCPYs = (NumMemOps + MaxLoadsInLDM - 1) / MaxLoadsInLDM;
183 unsigned NextEmittedNumMemOps = NumMemOps * (I + 1) / NumMEMCPYs;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 150 unsigned NumMemOps = SizeVal >> 2;
170 unsigned NumMEMCPYs = (NumMemOps + MaxLoadsInLDM - 1) / MaxLoadsInLDM;
183 unsigned NextEmittedNumMemOps = NumMemOps * (I + 1) / NumMEMCPYs;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 946 milliseconds