Home
last modified time | relevance | path

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

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