Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h164 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h332 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1016 virtual bool isSubregFoldable() const { return false; } in isSubregFoldable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp802 bool SpillSubRegs = TII.isSubregFoldable() || in foldMemoryOperand()