Home
last modified time | relevance | path

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

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