Searched refs:StoredBytes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3437 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; local
3439 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes;
3478 8 * (StoredBytes - Offset));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp410 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; local
412 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes;
447 8 * (StoredBytes - Offset));

Completed in 74 milliseconds