HomeSort by: relevance | last modified time | path
    Searched refs:allowsMemoryAccessForAlignment (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1678 bool TargetLoweringBase::allowsMemoryAccessForAlignment(
1698 bool TargetLoweringBase::allowsMemoryAccessForAlignment(
1701 return allowsMemoryAccessForAlignment(Context, DL, VT, MMO.getAddrSpace(),
1710 return allowsMemoryAccessForAlignment(Context, DL, VT, AddrSpace, Alignment,
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 418 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(),
491 if (allowsMemoryAccessForAlignment(Context, DAG.getDataLayout(),
1783 allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1636 bool allowsMemoryAccessForAlignment(
1646 bool allowsMemoryAccessForAlignment(LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 512 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT,
623 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT,
685 if (!TLI.allowsMemoryAccessForAlignment(*DAG.getContext(), DL, MemVT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2967 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(),
2977 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand());
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 2216 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),
2259 !allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 8185 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),
8648 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),
8692 if (!allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),
AMDGPUISelLowering.cpp 775 return allowsMemoryAccessForAlignment(*DAG.getContext(), DAG.getDataLayout(),

Completed in 46 milliseconds