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

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 24 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
MipsSEISelLowering.h 25 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
Mips16ISelLowering.cpp 156 Mips16TargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
MipsSEISelLowering.cpp 128 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
  /external/llvm/lib/Target/R600/
SIISelLowering.h 46 bool allowsUnalignedMemoryAccesses(EVT VT, bool *IsFast) const;
SIISelLowering.cpp 101 bool SITargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 136 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const
SystemZISelLowering.cpp 283 bool SystemZTargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 287 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
290 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 460 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast = 0) const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 556 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
559 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 380 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
460 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 700 virtual bool allowsUnalignedMemoryAccesses(EVT, bool * /*Fast*/ = 0) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 726 if (!TLI.allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 702 milliseconds