Searched refs:ScalarResult (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | gather_operation_test.cc | 386 XLA_TEST_F(GatherOperationTest, ScalarResult) { in XLA_TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4293 SDValue ScalarResult = getNode(Opcode, DL, SVT, V1, V2); in FoldConstantArithmetic() local 4295 ScalarResult = getNode(ISD::SIGN_EXTEND, DL, LegalSVT, ScalarResult); in FoldConstantArithmetic() 4298 if (!ScalarResult.isUndef() && ScalarResult.getOpcode() != ISD::Constant && in FoldConstantArithmetic() 4299 ScalarResult.getOpcode() != ISD::ConstantFP) in FoldConstantArithmetic() 4301 Outputs.push_back(ScalarResult); in FoldConstantArithmetic() 4393 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic() local 4397 ScalarResult = getNode(ISD::SIGN_EXTEND, DL, LegalSVT, ScalarResult); in FoldConstantVectorArithmetic() 4400 if (!ScalarResult.isUndef() && ScalarResult.getOpcode() != ISD::Constant && in FoldConstantVectorArithmetic() 4401 ScalarResult.getOpcode() != ISD::ConstantFP) in FoldConstantVectorArithmetic() 4403 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3444 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic() local 3448 ScalarResult = getNode(ISD::SIGN_EXTEND, DL, LegalSVT, ScalarResult); in FoldConstantVectorArithmetic() 3451 if (!ScalarResult.isUndef() && ScalarResult.getOpcode() != ISD::Constant && in FoldConstantVectorArithmetic() 3452 ScalarResult.getOpcode() != ISD::ConstantFP) in FoldConstantVectorArithmetic() 3454 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
|