HomeSort by relevance Sort by last modified time
    Searched refs:getCondition (Results 1 - 25 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/client/src/autotest/tko/
TestSet.java 18 public JSONObject getCondition() {
TestContextMenu.java 32 final JSONObject condition = tests.getCondition();
  /external/swiftshader/src/OpenGL/libGLESv2/
Fence.h 54 GLenum getCondition() const { return mCondition; }
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java 69 public Expr getCondition() {
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
FiniteTicketPool.java 66 public Condition getCondition() {
106 nextWaiter.getCondition().signal();
130 thisWaiter.getCondition().await();
196 waiter.getCondition().signal();
  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 57 CallInst *CI = dyn_cast<CallInst>(SI.getCondition());
101 ICmpInst *CmpI = dyn_cast<ICmpInst>(BI.getCondition());
103 CI = dyn_cast<CallInst>(BI.getCondition());
SCCP.cpp 550 LatticeVal BCValue = getValueState(BI->getCondition());
576 LatticeVal SCValue = getValueState(SI->getCondition());
619 LatticeVal BCValue = getValueState(BI->getCondition());
639 LatticeVal SCValue = getValueState(SI->getCondition());
847 LatticeVal CondValue = getValueState(I.getCondition());
    [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 135 BCValue = getOrInitValueState(BI->getCondition());
137 BCValue = getLatticeState(BI->getCondition());
150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
177 SCValue = getOrInitValueState(SI.getCondition());
179 SCValue = getLatticeState(SI.getCondition());
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 134 BCValue = getOrInitValueState(BI->getCondition());
136 BCValue = getLatticeState(BI->getCondition());
149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
176 SCValue = getOrInitValueState(SI.getCondition());
178 SCValue = getLatticeState(SI.getCondition());
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 130 Type *CondTy = SI.getCondition()->getType();
157 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
202 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
250 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
280 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
312 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
632 const PHINode *CondPHI = cast<PHINode>(SI.getCondition());
713 SI->getCondition(), SI->getFalseValue(), SI->getTrueValue());
772 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
844 Value *CondVal = SI.getCondition();
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 94 public final Condition getCondition() {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 69 Value *Cond = I.getCondition();
SIAnnotateControlFlow.cpp 170 return DA->isUniform(T->getCondition()) ||
219 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
337 Value *Cond = Term->getCondition();
404 PHINode *Phi = dyn_cast<PHINode>(Term->getCondition());
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 165 Value *PC = PBI->getCondition();
243 CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition());
272 Value *PC = PBI->getCondition();
281 Value *CC = PBI->getCondition();
438 Value *CC = PBI->getCondition();
SimplifyCFG.cpp 215 // 3> SI2->getCondition() and Cond have same operands.
216 CmpInst *Ci2 = dyn_cast<CmpInst>(SI2->getCondition());
629 Cond = dyn_cast<Instruction>(SI->getCondition());
632 Cond = dyn_cast<Instruction>(BI->getCondition());
652 CV = SI->getCondition();
654 if (BI->isConditional() && BI->getCondition()->hasOneUse())
655 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) {
685 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition());
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 39 if (A->getCondition() == SB->getCondition())
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 47 CallInst *CI = dyn_cast<CallInst>(SI->getCondition());
90 ICmpInst *CmpI = dyn_cast<ICmpInst>(BI->getCondition());
SimplifyCFG.cpp 183 return Pred1Br->getCondition();
205 return BI->getCondition();
437 Cond = dyn_cast<Instruction>(SI->getCondition());
440 Cond = dyn_cast<Instruction>(BI->getCondition());
458 CV = SI->getCondition();
460 if (BI->isConditional() && BI->getCondition()->hasOneUse())
461 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition()))
488 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition());
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
ConditionManager.java 160 if (getCondition(clz, conditions) == null) {
195 public <T extends Condition> T getCondition(Class<T> clz) {
196 return getCondition(clz, mConditions);
199 private <T extends Condition> T getCondition(Class<T> clz, List<Condition> conditions) {
AirplaneModeCondition.java 110 ConditionManager.get(context).getCondition(AirplaneModeCondition.class)
CellularDataCondition.java 108 CellularDataCondition condition = ConditionManager.get(context).getCondition(
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 29 ICmpInst *ICI = dyn_cast<ICmpInst>(SI->getCondition());
137 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
177 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
226 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
261 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
535 const PHINode *CondPHI = cast<PHINode>(SI.getCondition());
586 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
650 Value *CondVal = SI.getCondition();
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ValidateSwitch.cpp 115 TIntermConstantUnion *condition = node->getCondition()->getAsConstantUnion();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopRotation.cpp 300 if (!isa<ConstantInt>(PHBI->getCondition()) ||
301 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero())
SCCP.cpp 563 LatticeVal BCValue = getValueState(BI->getCondition());
589 LatticeVal SCValue = getValueState(SI->getCondition());
632 LatticeVal BCValue = getValueState(BI->getCondition());
652 LatticeVal SCValue = getValueState(SI->getCondition());
879 LatticeVal CondValue = getValueState(I.getCondition())
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>