Home
last modified time | relevance | path

Searched refs:NewResults (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/util/testresult/
Dtestresult.go35 func NewResults() *Results { func
/external/boringssl/src/util/
Dall_tests.go432 testOutput := testresult.NewResults()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8895 SDValue NewResults[] = { in performPostLD1Combine() local
8899 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
9319 std::vector<SDValue> NewResults; in performNEONPostLDSTCombine() local
9321 NewResults.push_back(SDValue(UpdN.getNode(), i)); in performNEONPostLDSTCombine()
9323 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()
9324 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10175 SDValue NewResults[] = { in performPostLD1Combine() local
10179 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
10339 std::vector<SDValue> NewResults; in performNEONPostLDSTCombine() local
10341 NewResults.push_back(SDValue(UpdN.getNode(), i)); in performNEONPostLDSTCombine()
10343 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()
10344 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7265 std::vector<SDValue> NewResults; in CombineBaseUpdate() local
7267 NewResults.push_back(SDValue(UpdN.getNode(), i)); in CombineBaseUpdate()
7269 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()
7270 DCI.CombineTo(N, NewResults); in CombineBaseUpdate()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10080 SmallVector<SDValue, 5> NewResults; in CombineBaseUpdate() local
10082 NewResults.push_back(SDValue(UpdN.getNode(), i)); in CombineBaseUpdate()
10087 SDValue &LdVal = NewResults[0]; in CombineBaseUpdate()
10091 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()
10092 DCI.CombineTo(N, NewResults); in CombineBaseUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11713 SmallVector<SDValue, 5> NewResults; in CombineBaseUpdate() local
11715 NewResults.push_back(SDValue(UpdN.getNode(), i)); in CombineBaseUpdate()
11720 SDValue &LdVal = NewResults[0]; in CombineBaseUpdate()
11724 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()
11725 DCI.CombineTo(N, NewResults); in CombineBaseUpdate()
/external/boringssl/src/ssl/test/runner/
Drunner.go15054 testOutput := testresult.NewResults()