Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h156 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h382 bool isSubregFoldable() const override { return true; } in isSubregFoldable() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h903 virtual bool isSubregFoldable() const { return false; } in isSubregFoldable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp770 bool SpillSubRegs = TII.isSubregFoldable() || in foldMemoryOperand()