Searched refs:FakeOp (Results 1 – 2 of 2) 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/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2189 SDValue FakeOp; in PostISelFolding() local 2234 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding() 2235 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2241 if (FoldOperand(Node, i, Src, FakeOp, FakeOp, FakeOp, FakeOp, DAG)) in PostISelFolding() 2290 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
|