Searched refs:ZeroExt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h439 bool ZeroExt, SelectionDAG &DAG) const;
H A DHexagonISelLoweringHVX.cpp1010 MVT ResTy, bool ZeroExt, SelectionDAG &DAG) const {
1015 if (!ZeroExt)
1009 extendHvxVectorPred(SDValue VecV, const SDLoc &dl, MVT ResTy, bool ZeroExt, SelectionDAG &DAG) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10219 Value *ZeroExt = CGF.Builder.CreateZExt(Ops[0], Int32Ty);
10220 Value *Shl = CGF.Builder.CreateShl(ZeroExt, 16);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17350 bool ZeroExt = In.getOpcode() == ISD::ZERO_EXTEND; local
17353 if (!ZeroExt && !AnyExt) {
17358 // The input is a ZeroExt or AnyExt. Check the original type.

Completed in 294 milliseconds