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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 481 bool shouldRemoveExtendFromGSIndex(EVT VT) const override;
RISCVISelLowering.cpp 8424 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(EVT VT) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 1047 bool shouldRemoveExtendFromGSIndex(EVT VT) const override;
AArch64ISelLowering.cpp 4074 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT VT) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1331 virtual bool shouldRemoveExtendFromGSIndex(EVT VT) const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 9646 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType())) {
9655 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType())) {

Completed in 62 milliseconds