Searched refs:INSERTPS (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 4 ; used by an INSERTPS into a scalar load plus scalar_to_vector. 7 ; tries to canonicalize a vector load in input to an INSERTPS node into a 31 ; and eventually trigger the canonicalization on the INSERTPS node.
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 166 INSERTPS, enumerator
|
D | X86InstrFragmentsSIMD.td | 84 def X86insrtps : SDNode<"X86ISD::INSERTPS",
|
D | README-SSE.txt | 502 INSERTPS can match any insert (extract, imm1), imm2 for 4 x float, and insert
|
D | X86GenFastISel.inc | 3834 // FastEmit functions for X86ISD::INSERTPS. 4079 …case X86ISD::INSERTPS: return FastEmit_X86ISD_INSERTPS_rri(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKi…
|
D | X86ISelLowering.cpp | 7039 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2); in LowerINSERT_VECTOR_ELT_SSE4() 10656 case X86ISD::INSERTPS: return "X86ISD::INSERTPS"; in getTargetNodeName()
|
D | X86InstrSSE.td | 5435 defm INSERTPS : SS41I_insertf32<0x21, "insertps">;
|
D | X86GenDAGISel.inc | 46721 /*SwitchOpcode*/ 122, TARGET_VAL(X86ISD::INSERTPS),// ->97722
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 169 INSERTPS, enumerator
|
D | README-SSE.txt | 467 INSERTPS can match any insert (extract, imm1), imm2 for 4 x float, and insert
|
D | X86ISelLowering.cpp | 3799 case X86ISD::INSERTPS: in isTargetShuffle() 4873 case X86ISD::INSERTPS: in getTargetShuffleMask() 5464 SDValue Result = DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2, in LowerBuildVectorv4x32() 8779 return DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2, in lowerVectorShuffleAsInsertPS() 12665 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2); in LowerINSERT_VECTOR_ELT() 22121 case X86ISD::INSERTPS: return "X86ISD::INSERTPS"; in getTargetNodeName() 25206 if (Depth == 1 && Root.getOpcode() == X86ISD::INSERTPS) in combineX86ShuffleChain() 25212 Res = DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2, in combineX86ShuffleChain() 25771 if (V0.getOpcode() == X86ISD::INSERTPS || in combineTargetShuffle() 25772 V1.getOpcode() == X86ISD::INSERTPS) { in combineTargetShuffle() [all …]
|
D | X86InstrFragmentsSIMD.td | 111 def X86insertps : SDNode<"X86ISD::INSERTPS",
|
D | X86IntrinsicsInfo.h | 1934 X86_INTRINSIC_DATA(sse41_insertps, INTR_TYPE_3OP, X86ISD::INSERTPS, 0),
|
D | X86InstrSSE.td | 6300 defm INSERTPS : SS41I_insertf32<0x21, "insertps", 1, SSE_INSERT_ITINS>;
|