Searched refs:VSHRs (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 111 VSHRs, // ...right (signed) enumerator
|
D | ARMISelLowering.cpp | 880 case ARMISD::VSHRs: return "ARMISD::VSHRs"; in getTargetNodeName() 7580 ARMISD::VSHRs : ARMISD::VSHRu); in PerformIntrinsicCombine() 7728 ARMISD::VSHRs : ARMISD::VSHRu); in PerformShiftCombine()
|
D | ARMInstrNEON.td | 73 def NEONvshrs : SDNode<"ARMISD::VSHRs", SDTARMVSH>; 4122 defm VSHRs : N2VShR_QHSD<0, 1, 0b0000, 1, IIC_VSHLiD, "vshr", "s",NEONvshrs>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 110 VSHRs, // ...right (signed) enumerator
|
D | ARMISelLowering.cpp | 1184 case ARMISD::VSHRs: return "ARMISD::VSHRs"; in getTargetNodeName() 10589 ARMISD::VSHRs : ARMISD::VSHRu); in PerformIntrinsicCombine() 10736 ARMISD::VSHRs : ARMISD::VSHRu); in PerformShiftCombine()
|
D | ARMInstrNEON.td | 518 def NEONvshrs : SDNode<"ARMISD::VSHRs", SDTARMVSH>; 5425 defm VSHRs : N2VShR_QHSD<0, 1, 0b0000, 1, IIC_VSHLiD, "vshr", "s", "VSHRs",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 138 VSHRs, // ...right (signed) enumerator
|
D | ARMISelLowering.cpp | 1313 case ARMISD::VSHRs: return "ARMISD::VSHRs"; in getTargetNodeName() 12246 ARMISD::VSHRs : ARMISD::VSHRu); in PerformIntrinsicCombine() 12393 ARMISD::VSHRs : ARMISD::VSHRu); in PerformShiftCombine()
|
D | ARMInstrNEON.td | 508 def NEONvshrs : SDNode<"ARMISD::VSHRs", SDTARMVSH>; 5695 defm VSHRs : N2VShR_QHSD<0, 1, 0b0000, 1, IIC_VSHLiD, "vshr", "s", "VSHRs",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenFastISel.inc | 5486 // FastEmit functions for ARMISD::VSHRs. 5760 case ARMISD::VSHRs: return fastEmit_ARMISD_VSHRs_ri(VT, RetVT, Op0, Op0IsKill, imm1);
|
D | ARMGenDAGISel.inc | 6467 /* 13188*/ OPC_SwitchOpcode /*4 cases */, 66|128,1/*194*/, TARGET_VAL(ARMISD::VSHRs),// ->13387 6790 /* 13985*/ OPC_SwitchOpcode /*4 cases */, 67|128,1/*195*/, TARGET_VAL(ARMISD::VSHRs),// ->14185 23441 /* 51285*/ OPC_SwitchOpcode /*2 cases */, 38|128,1/*166*/, TARGET_VAL(ARMISD::VSHRs),// ->51456 23473 /* 51342*/ OPC_CheckOpcode, TARGET_VAL(ARMISD::VSHRs), 23497 /* 51389*/ /*SwitchOpcode*/ 63, TARGET_VAL(ARMISD::VSHRs),// ->51455 23546 /* 51479*/ OPC_CheckOpcode, TARGET_VAL(ARMISD::VSHRs), 23566 /* 51513*/ OPC_CheckOpcode, TARGET_VAL(ARMISD::VSHRs), 23589 /* 51559*/ /*SwitchOpcode*/ 94, TARGET_VAL(ARMISD::VSHRs),// ->51656 23620 /* 51610*/ OPC_CheckOpcode, TARGET_VAL(ARMISD::VSHRs), 35303 /* 77774*/ /*SwitchOpcode*/ 93, TARGET_VAL(ARMISD::VSHRs),// ->77870 [all …]
|