Home
last modified time | relevance | path

Searched refs:getVecReduceBaseOpcode (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1332 NodeType getVecReduceBaseOpcode(unsigned VecReduceOpcode);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DISDOpcodes.h1421 NodeType getVecReduceBaseOpcode(unsigned VecReduceOpcode);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DISDOpcodes.h1428 NodeType getVecReduceBaseOpcode(unsigned VecReduceOpcode);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DISDOpcodes.h1404 NodeType getVecReduceBaseOpcode(unsigned VecReduceOpcode);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DISDOpcodes.h1421 NodeType getVecReduceBaseOpcode(unsigned VecReduceOpcode);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp917 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(N->getOpcode()); in ScalarizeVecOp_VECREDUCE_SEQ()
2977 unsigned CombineOpc = ISD::getVecReduceBaseOpcode(N->getOpcode()); in SplitVecOp_VECREDUCE()
6513 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(Opc); in WidenVecOp_VECREDUCE()
6551 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(Opc); in WidenVecOp_VECREDUCE_SEQ()
H A DTargetLowering.cpp10115 unsigned BaseOpcode = ISD::getVecReduceBaseOpcode(Node->getOpcode()); in expandVecReduce()
10171 unsigned BaseOpcode = ISD::getVecReduceBaseOpcode(Node->getOpcode()); in expandVecReduceSeq()
H A DSelectionDAG.cpp410 ISD::NodeType ISD::getVecReduceBaseOpcode(unsigned VecReduceOpcode) { in getVecReduceBaseOpcode() function in ISD
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6011 unsigned BaseOpc = ISD::getVecReduceBaseOpcode(Op.getOpcode()); in lowerVECREDUCE()
6053 unsigned BaseOpcode = ISD::getVecReduceBaseOpcode(Opcode); in getRVVFPReductionOpAndOperands()