Home
last modified time | relevance | path

Searched refs:isSubregFoldable (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h181 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h371 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1065 virtual bool isSubregFoldable() const { return false; } in isSubregFoldable() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp843 bool SpillSubRegs = TII.isSubregFoldable() || in foldMemoryOperand()