HomeSort by relevance Sort by last modified time
    Searched refs:allowsMisalignedMemoryAccesses (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 25 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
MipsSEISelLowering.h 34 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS = 0,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 59 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, unsigned Align,
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.h 47 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
SIISelLowering.h 89 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 189 bool TargetTransformInfo::allowsMisalignedMemoryAccesses(unsigned BitWidth,
193 return TTIImpl->allowsMisalignedMemoryAccesses(BitWidth, AddressSpace,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 392 bool allowsMisalignedMemoryAccesses(unsigned BitWidth, unsigned AddressSpace = 0,
671 virtual bool allowsMisalignedMemoryAccesses(unsigned BitWidth,
    [all...]
TargetTransformInfoImpl.h 247 bool allowsMisalignedMemoryAccesses(unsigned BitWidth,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 461 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 246 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 397 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 108 bool allowsMisalignedMemoryAccesses(unsigned BitWidth, unsigned AddressSpace,
111 return getTLI()->allowsMisalignedMemoryAccesses(M, AddressSpace, Alignment, Fast);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 85 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
89 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 85 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
89 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 85 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
89 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 85 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
89 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 85 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
89 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 85 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
89 return getTLI()->allowsMisalignedMemoryAccesses(E, AddressSpace, Alignment, Fast);
    [all...]

Completed in 447 milliseconds

1 2 3