Home
last modified time | relevance | path

Searched refs:ResultVals (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp270 SmallVector<SDValue, 2> ResultVals; in LegalizeOp() local
271 if (LowerOperationWrapper(Node, ResultVals)) { in LegalizeOp()
272 if (ResultVals.empty()) in LegalizeOp()
276 return RecursivelyLegalizeResults(Op, ResultVals); in LegalizeOp()
301 SmallVector<SDValue, 1> ResultVals; in LegalizeOp() local
302 if (LowerOperationWrapper(Node, ResultVals)) { in LegalizeOp()
303 if (ResultVals.empty()) in LegalizeOp()
307 return RecursivelyLegalizeResults(Op, ResultVals); in LegalizeOp()
494 SmallVector<SDValue, 8> ResultVals; in LegalizeOp() local
499 Promote(Node, ResultVals); in LegalizeOp()
[all …]
DLegalizeDAG.cpp1243 SmallVector<SDValue, 8> ResultVals; in LegalizeOp() local
1245 ResultVals.push_back(Res.getValue(i)); in LegalizeOp()
1247 ReplaceNode(Node, ResultVals.data()); in LegalizeOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp492 SmallVector<Value *, 4> ResultVals; in replaceMulWithMul24() local
512 ResultVals.push_back(Builder.CreateZExtOrTrunc(Result, in replaceMulWithMul24()
515 ResultVals.push_back(Builder.CreateSExtOrTrunc(Result, in replaceMulWithMul24()
520 Value *NewVal = insertValues(Builder, Ty, ResultVals); in replaceMulWithMul24()