Home
last modified time | relevance | path

Searched refs:IsZeroExt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp77 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); in SelectIndexedLoad() local
83 if (IsZeroExt) in SelectIndexedLoad()
89 if (IsZeroExt) in SelectIndexedLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13126 auto IsZeroExt = [&](SDValue Op) { in PerformMVEVMULLCombine() local
13163 if (SDValue Op0 = IsZeroExt(N0)) { in PerformMVEVMULLCombine()
13164 if (SDValue Op1 = IsZeroExt(N1)) { in PerformMVEVMULLCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8467 bool IsZeroExt = LeftOp.getOpcode() == ISD::ZERO_EXTEND; in combineShiftToMULH() local
8469 if ((!(IsSignExt || IsZeroExt)) || LeftOp.getOpcode() != RightOp.getOpcode()) in combineShiftToMULH()