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

1 2

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 189 bool TargetTransformInfo::allowsMisalignedMemoryAccesses(unsigned BitWidth,
193 return TTIImpl->allowsMisalignedMemoryAccesses(BitWidth, AddressSpace,
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 160 Mips16TargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
MipsSEISelLowering.cpp 333 MipsSETargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 234 bool WebAssemblyTargetLowering::allowsMisalignedMemoryAccesses(
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool allowsMisalignedMemoryAccesses(unsigned BitWidth,
  /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/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /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/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /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/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /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/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /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/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /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/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /prebuilts/clang/host/linux-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/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 273 bool allowsMisalignedMemoryAccesses(LLVMContext &Context,
  /prebuilts/clang/host/linux-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...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 506 bool SystemZTargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]

Completed in 337 milliseconds

1 2