Searched refs:Result1 (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | functional-control-flow-to-regions.mlir | 19 // CHECK: [[Result1:%.*]] = call @testIf1Else 20 // CHECK: "tf.Yield"([[Result1]]) 53 // CHECK: [[Result1:%.*]] = call @testIf1Else 54 // CHECK: "tf.Yield"([[Result1]]) 75 // CHECK: [[Result1:%.*]] = call @testIf1Else 76 // CHECK: "tf.Yield"([[Result1]]) 164 // CHECK: [[Result1:%.*]] = call @testWhileCond 165 // CHECK: "tf.Yield"([[Result1]]) 193 // CHECK: [[Result1:%.*]] = call @testWhileCond 194 // CHECK: "tf.Yield"([[Result1]]) [all …]
|
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/ |
D | AdminPPI.c | 70 UINT32 Result1; member 94 _Out_ UINT32 *Result1, in ExecutePPICommand() argument 105 memset(Result1, 0, sizeof(UINT32)); in ExecutePPICommand() 207 memcpy(Result1, &retVal1, sizeof(UINT32)); in ExecutePPICommand() 272 … memcpy(*ResponseBuffer, &(rsp.outputParameters.Result1), (rspLen - sizeof(TPM2_RESPONSE_HEADER))); in _admin__PPIRequest() 396 &PPIResponse.outputParameters.Result1, in _admin__PPICommand()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | associated_min_max.inl | 91 U Result1 = x < y ? a : b; local 93 U Result = Test1 < Test2 ? Result1 : Result2; 112 U Result1 = x[i] < y[i] ? a[i] : b[i]; local 114 Result[i] = Test1 < Test2 ? Result1 : Result2; 135 U Result1 = x < y ? a[i] : b[i]; local 137 Result[i] = Test1 < Test2 ? Result1 : Result2; 157 U Result1 = x[i] < y[i] ? a : b; local 159 Result[i] = Test1 < Test2 ? Result1 : Result2; 283 U Result1 = x > y ? a : b; local 285 U Result = Test1 > Test2 ? Result1 : Result2; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | Target.td | 41 // bool select(const MatchOperand &Root, MatchOperand &Result1)
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 569 auto Result1 = Writer.addRecord(std::move(Record1)); in TEST_P() local 570 ASSERT_EQ(InstrProfError::take(std::move(Result1)), in TEST_P()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24462 SDValue Result1 = DAG.getTargetExtractSubreg(X86::sub_mask_1, DL, in LowerINTRINSIC_WO_CHAIN() local 24464 return DAG.getMergeValues({Result0, Result1}, DL); in LowerINTRINSIC_WO_CHAIN()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25601 SDValue Result1 = DAG.getTargetExtractSubreg(X86::sub_mask_1, DL, in LowerINTRINSIC_WO_CHAIN() local 25603 return DAG.getMergeValues({Result0, Result1}, DL); in LowerINTRINSIC_WO_CHAIN()
|