Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h491 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h364 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1208 virtual bool isSubregFoldable() const { return false; } in isSubregFoldable() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp930 bool SpillSubRegs = TII.isSubregFoldable() || in foldMemoryOperand()