Searched refs:RevOpcode (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 6248 unsigned RevOpcode = IsFSHL ? ISD::FSHR : ISD::FSHL; in expandFunnelShift() local 6250 isOperationLegalOrCustom(RevOpcode, VT) && isPowerOf2_32(BW)) { in expandFunnelShift() 6261 Y = DAG.getNode(RevOpcode, DL, VT, X, Y, One); in expandFunnelShift() 6264 X = DAG.getNode(RevOpcode, DL, VT, X, Y, One); in expandFunnelShift() 6269 Result = DAG.getNode(RevOpcode, DL, VT, X, Y, Z); in expandFunnelShift()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 2156 constexpr IValueT RevOpcode = B26 | B25 | B23 | B21 | B20 | B19 | B18 | B17 | in rev() local 2158 emitRdRm(Cond, RevOpcode, OpRd, OpRm, RevName); in rev()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9554 unsigned RevOpcode = NumActiveLanes == 16 ? ARMISD::VREV16 : ARMISD::VREV32; in LowerVecReduce() local 9555 SDValue Rev = DAG.getNode(RevOpcode, dl, VT, Op0); in LowerVecReduce()
|