Home
last modified time | relevance | path

Searched defs:isSubregFoldable (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h414 bool isSubregFoldable() const override { return true; } isSubregFoldable() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h215 bool isSubregFoldable() const override { return true; } isSubregFoldable() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1151 virtual bool isSubregFoldable() const { return false; } isSubregFoldable() function