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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 267 /// getStoreSizeInBits - Return the number of bits overwritten by a store
269 unsigned getStoreSizeInBits() const {
MachineValueType.h 518 /// getStoreSizeInBits - Return the number of bits overwritten by a store
520 unsigned getStoreSizeInBits() const {
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 203 unsigned BitWidth = VT.getStoreSizeInBits();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 48 unsigned StoreSize = VT.getStoreSizeInBits();
58 unsigned StoreSize = VT.getStoreSizeInBits();
442 unsigned NewSize = NewVT.getStoreSizeInBits();
449 unsigned OldSize = OldVT.getStoreSizeInBits();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 753 VA.getLocVT().getStoreSizeInBits() >> 3);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 169 milliseconds