HomeSort by: relevance | last modified time | path
    Searched defs:shouldReduceLoadWidth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1526 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 720 bool AMDGPUTargetLowering::shouldReduceLoadWidth(SDNode *N,
724 if (!TargetLoweringBase::shouldReduceLoadWidth(N, ExtTy, NewVT))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 10941 bool AArch64TargetLowering::shouldReduceLoadWidth(SDNode *Load,
10945 if (!TargetLoweringBase::shouldReduceLoadWidth(Load, ExtTy, NewVT))

Completed in 52 milliseconds