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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 101 virtual bool allowsUnalignedMemoryAccesses (EVT VT) const;
MipsISelLowering.cpp 234 bool MipsTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 267 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
270 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const;
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 550 /// allowsUnalignedMemoryAccesses - Returns true if the target allows
552 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 398 if (allowsUnalignedMemoryAccesses(LD->getMemoryVT()))
498 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 632 virtual bool allowsUnalignedMemoryAccesses(EVT) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 460 milliseconds