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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Localizer.cpp 86 if (!TL.shouldLocalize(MI, TTI))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 1071 bool shouldLocalize(const MachineInstr &MI,
AArch64ISelLowering.cpp 17193 bool AArch64TargetLowering::shouldLocalize(
17213 return TargetLoweringBase::shouldLocalize(MI, TTI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 2239 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2856 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;

Completed in 113 milliseconds