Home
last modified time | relevance | path

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

/external/boringssl/src/util/testresult/
Dtestresult.go36 func NewResults() *Results { func
/external/boringssl/src/util/
Dall_tests.go444 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/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp14231 SmallVector<SDValue, 5> NewResults; in CombineBaseUpdate() local
14233 NewResults.push_back(SDValue(UpdN.getNode(), i)); in CombineBaseUpdate()
14238 SDValue &LdVal = NewResults[0]; in CombineBaseUpdate()
14242 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()
14243 DCI.CombineTo(N, NewResults); in CombineBaseUpdate()
14367 SmallVector<SDValue, 5> NewResults; in PerformMVEVLDCombine() local
14369 NewResults.push_back(SDValue(UpdN.getNode(), i)); in PerformMVEVLDCombine()
14371 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); // chain in PerformMVEVLDCombine()
14372 DCI.CombineTo(N, NewResults); in PerformMVEVLDCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11577 SDValue NewResults[] = { in performPostLD1Combine() local
11581 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
11747 std::vector<SDValue> NewResults; in performNEONPostLDSTCombine() local
11749 NewResults.push_back(SDValue(UpdN.getNode(), i)); in performNEONPostLDSTCombine()
11751 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()
11752 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
/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/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp14022 SDValue NewResults[] = { in performPostLD1Combine() local
14026 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
14230 std::vector<SDValue> NewResults; in performNEONPostLDSTCombine() local
14232 NewResults.push_back(SDValue(UpdN.getNode(), i)); in performNEONPostLDSTCombine()
14234 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()
14235 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13268 SmallVector<SDValue, 5> NewResults; in CombineBaseUpdate() local
13270 NewResults.push_back(SDValue(UpdN.getNode(), i)); in CombineBaseUpdate()
13275 SDValue &LdVal = NewResults[0]; in CombineBaseUpdate()
13279 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()
13280 DCI.CombineTo(N, NewResults); in CombineBaseUpdate()
/external/boringssl/src/ssl/test/runner/
Drunner.go16648 testOutput := testresult.NewResults()