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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 181 bool isSubregFoldable() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 371 bool isSubregFoldable() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1065 virtual bool isSubregFoldable() const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InlineSpiller.cpp 843 bool SpillSubRegs = TII.isSubregFoldable() ||

Completed in 35 milliseconds