Searched refs:NewResults (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/util/testresult/ |
D | testresult.go | 35 func NewResults() *Results { func
|
/external/boringssl/src/util/ |
D | all_tests.go | 432 testOutput := testresult.NewResults()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8895 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/ |
D | AArch64ISelLowering.cpp | 10175 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/ |
D | ARMISelLowering.cpp | 7265 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/ |
D | ARMISelLowering.cpp | 10080 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/ |
D | ARMISelLowering.cpp | 11713 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/ |
D | runner.go | 15054 testOutput := testresult.NewResults()
|