Searched refs:FakeOp (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SerializingExecutorTest.java | 106 class FakeOp implements Runnable { in testOrdering() class 109 FakeOp(int op) { in testOrdering() method in SerializingExecutorTest.FakeOp 119 e.execute(new FakeOp(0)); in testOrdering() 120 e.execute(new FakeOp(1)); in testOrdering() 121 e.execute(new FakeOp(2)); in testOrdering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2210 SDValue FakeOp; in PostISelFolding() local 2255 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() 2256 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2262 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG)) in PostISelFolding() 2297 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2309 SDValue FakeOp; in PostISelFolding() local 2354 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() 2355 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2361 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG)) in PostISelFolding() 2410 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu.py | 270 class FakeOp(object): class 302 fake_op = FakeOp()
|