OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcondition
(Results
1 - 25
of
166
) sorted by null
1
2
3
4
5
6
7
/external/lldb/test/python_api/default-constructor/
sb_watchpoint.py
21
obj.
GetCondition
()
sb_breakpointlocation.py
14
obj.
GetCondition
()
sb_breakpoint.py
21
obj.
GetCondition
()
/external/chromium_org/third_party/angle/src/libGLESv2/
Fence.h
37
GLuint
getCondition
() const { return mCondition; }
59
GLuint
getCondition
() const { return mCondition; }
/external/chromium_org/third_party/angle/src/compiler/translator/
UnfoldShortCircuit.cpp
125
node->
getCondition
()->traverse(this);
128
node->
getCondition
()->traverse(mOutputHLSL);
165
if (node->
getCondition
())
167
node->
getCondition
()->traverse(this);
OutputGLSLBase.cpp
568
node->
getCondition
()->traverse(this);
578
node->
getCondition
()->traverse(this);
865
if (node->
getCondition
())
866
node->
getCondition
()->traverse(this);
889
ASSERT(node->
getCondition
() != NULL);
890
node->
getCondition
()->traverse(this);
921
ASSERT(node->
getCondition
() != NULL);
922
node->
getCondition
()->traverse(this);
LoopInfo.cpp
111
TIntermBinary* binOp = node->
getCondition
()->getAsBinaryNode();
RewriteElseBlocks.cpp
89
TIntermTyped *typedCondition = selection->
getCondition
()->getAsTyped();
/external/lldb/scripts/Python/interface/
SBBreakpointLocation.i
69
")
GetCondition
;
71
GetCondition
();
SBBreakpoint.i
71
print 'breakpoint location condition: %s' % hex(bl.
GetCondition
())
152
")
GetCondition
;
154
GetCondition
();
SBWatchpoint.i
73
")
GetCondition
;
75
GetCondition
();
/external/lldb/include/lldb/API/
SBBreakpointLocation.h
59
GetCondition
();
SBWatchpoint.h
67
GetCondition
();
SBBreakpoint.h
92
GetCondition
();
/external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp
62
CallInst *CI = dyn_cast<CallInst>(SI->
getCondition
());
108
ICmpInst *CmpI = dyn_cast<ICmpInst>(BI->
getCondition
());
110
CI = dyn_cast<CallInst>(BI->
getCondition
());
FlattenCFG.cpp
167
Value *PC = PBI->
getCondition
();
243
CmpInst *CI = dyn_cast<CmpInst>(BI->
getCondition
());
272
Value *PC = PBI->
getCondition
();
281
Value *CC = PBI->
getCondition
();
439
Value *CC = PBI->
getCondition
();
SimplifyCFG.cpp
162
// 3> SI2->
getCondition
() and Cond have same operands.
163
CmpInst *Ci2 = dyn_cast<CmpInst>(SI2->
getCondition
());
457
Cond = dyn_cast<Instruction>(SI->
getCondition
());
460
Cond = dyn_cast<Instruction>(BI->
getCondition
());
478
CV = SI->
getCondition
();
480
if (BI->isConditional() && BI->
getCondition
()->hasOneUse())
481
if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->
getCondition
()))
511
ICmpInst *ICI = cast<ICmpInst>(BI->
getCondition
());
751
ICmpInst *ICI = cast<ICmpInst>(BI->
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/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.cpp
178
if (TIntermNode* intermCondition = intermSelection->
getCondition
()) {
199
if (TIntermTyped* intermCondition = intermLoop->
getCondition
()) {
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
31
ICmpInst *ICI = dyn_cast<ICmpInst>(SI->
getCondition
());
159
Type *CondTy = SI.
getCondition
()->getType();
168
Value *NewSI = Builder->CreateSelect(SI.
getCondition
(), TI->getOperand(0),
208
Value *NewSI = Builder->CreateSelect(SI.
getCondition
(), OtherOpT,
256
Value *NewSel = Builder->CreateSelect(SI.
getCondition
(), OOp, C);
291
Value *NewSel = Builder->CreateSelect(SI.
getCondition
(), C, OOp);
401
const ICmpInst *IC = dyn_cast<ICmpInst>(SI.
getCondition
());
664
const PHINode *CondPHI = cast<PHINode>(SI.
getCondition
());
742
SI->
getCondition
(), SI->getFalseValue(), SI->getTrueValue());
755
const ICmpInst *IC = dyn_cast<ICmpInst>(SI.
getCondition
());
[
all
...]
/external/deqp/modules/glshared/
glsAttributeLocationTests.cpp
136
if (iter->
getCondition
() != Cond::COND_NEVER && iter->
getCondition
() != Cond::COND_ALWAYS)
137
conditions.insert(iter->
getCondition
().getName());
179
if (iter->
getCondition
() == Cond::COND_NEVER)
195
else if (iter->
getCondition
() == Cond::COND_ALWAYS)
208
"\tif (u_" << iter->
getCondition
().getName() << (iter->
getCondition
().getNegate() ? " != " : " == ") << "0.0)\n"
582
const bool isActive = attrib.
getCondition
() != Cond::COND_NEVER;
616
<< (attrib.
getCondition
() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", expected " + de::toString(expectedLocation) : "")
619
if (attrib.
getCondition
() == Cond::COND_NEVER && location != -1
[
all
...]
/external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp
193
Value *Ret = CallInst::Create(If, Term->
getCondition
(), "", Term);
267
Value *Cond = Term->
getCondition
();
311
PHINode *Phi = dyn_cast<PHINode>(Term->
getCondition
());
/external/lldb/test/python_api/watchpoint/condition/
TestWatchpointConditionAPI.py
78
self.expect(watchpoint.
GetCondition
(), exe=False,
/external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp
38
if (A->
getCondition
() == SB->
getCondition
())
/art/compiler/optimizing/
nodes.h
926
virtual IfCondition
GetCondition
() const = 0;
940
virtual IfCondition
GetCondition
() const {
955
virtual IfCondition
GetCondition
() const {
970
virtual IfCondition
GetCondition
() const {
985
virtual IfCondition
GetCondition
() const {
1000
virtual IfCondition
GetCondition
() const {
1015
virtual IfCondition
GetCondition
() const {
[
all
...]
Completed in 525 milliseconds
1
2
3
4
5
6
7