Searched refs:AllZero (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8032 SDValue AllZero = DAG.getConstant(0, DL, OpVT); in visitIntrinsicCall() local 8035 Op = DAG.getSetCC(DL, OpVT, Op, AllZero, ISD::SETNE); in visitIntrinsicCall()
|
| H A D | TargetLowering.cpp | 9187 SDValue AllZero = DAG.getConstant(0, DL, SrcVT); in expandVPCTTZElements() local 9190 Source = DAG.getNode(ISD::VP_SETCC, DL, SrcVT, Source, AllZero, in expandVPCTTZElements()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5538 SDValue AllZero = DAG.getConstant(0, DL, SrcVT); in lowerVPCttzElements() local 5541 {Source, AllZero, DAG.getCondCode(ISD::SETNE), in lowerVPCttzElements()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5612 bool AllZero = true; in computeZeroableShuffleElements() local 5616 AllZero &= X86::isZeroNode(Op); in computeZeroableShuffleElements() 5620 if (AllZero) in computeZeroableShuffleElements()
|