summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index 8f60a33e8d3..849fe962e2b 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -624,26 +624,6 @@ namespace llvm {
/// Define some predicates that are used for node matching.
namespace X86 {
- /// Return true if the specified
- /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
- /// suitable for input to VEXTRACTF128, VEXTRACTI128 instructions.
- bool isVEXTRACT128Index(SDNode *N);
-
- /// Return true if the specified
- /// INSERT_SUBVECTOR operand specifies a subvector insert that is
- /// suitable for input to VINSERTF128, VINSERTI128 instructions.
- bool isVINSERT128Index(SDNode *N);
-
- /// Return true if the specified
- /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
- /// suitable for input to VEXTRACTF64X4, VEXTRACTI64X4 instructions.
- bool isVEXTRACT256Index(SDNode *N);
-
- /// Return true if the specified
- /// INSERT_SUBVECTOR operand specifies a subvector insert that is
- /// suitable for input to VINSERTF64X4, VINSERTI64X4 instructions.
- bool isVINSERT256Index(SDNode *N);
-
/// Return the appropriate
/// immediate to extract the specified EXTRACT_SUBVECTOR index
/// with VEXTRACTF128, VEXTRACTI128 instructions.
OpenPOWER on IntegriCloud