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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 96 virtual bool allowsUnalignedMemoryAccesses (EVT VT) const;
MipsISelDAGToDAG.cpp 264 assert(TLI.allowsUnalignedMemoryAccesses(VT) &&
MipsISelLowering.cpp 279 bool MipsTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 274 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
276 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 467 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
469 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 405 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
507 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 630 virtual bool allowsUnalignedMemoryAccesses(EVT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 665 milliseconds