Searched refs:FoldConstantVectorArithmetic (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1257 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1401 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3041 if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode() 3369 SDValue SelectionDAG::FoldConstantVectorArithmetic(unsigned Opcode, in FoldConstantVectorArithmetic() function in SelectionDAG 3967 if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode()
|
D | DAGCombiner.cpp | 13943 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3937 if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode() 4315 SDValue SelectionDAG::FoldConstantVectorArithmetic(unsigned Opcode, in FoldConstantVectorArithmetic() function in SelectionDAG 4923 if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) { in getNode()
|
D | DAGCombiner.cpp | 17542 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()
|