Searched refs:getNeutralElement (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1983 SDValue getNeutralElement(unsigned Opcode, const SDLoc &DL, EVT VT,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3598 DAG.getNeutralElement(BaseOpc, DL, VecEltVT, SDNodeFlags()); in lowerVECREDUCE() 3627 DAG.getNeutralElement(BaseOpcode, DL, EltVT, Flags)); in getRVVFPReductionOpAndOperands() 3630 DAG.getNeutralElement(BaseOpcode, DL, EltVT, Flags)); in getRVVFPReductionOpAndOperands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5073 SDValue NeutralElem = DAG.getNeutralElement(BaseOpc, dl, ElemVT, Flags); in WidenVecOp_VECREDUCE() 5099 SDValue NeutralElem = DAG.getNeutralElement(BaseOpc, dl, ElemVT, Flags); in WidenVecOp_VECREDUCE_SEQ()
|
| H A D | SelectionDAG.cpp | 10497 SDValue SelectionDAG::getNeutralElement(unsigned Opcode, const SDLoc &DL, in getNeutralElement() function in SelectionDAG
|