Home
last modified time | relevance | path

Searched defs:Cond (Results 1 – 25 of 133) sorted by relevance

123456

/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp92 struct Cond { struct
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
112 struct Cond { struct
113 T foo() { return B ? T() : E(); } in foo()
114 typedef Lookup<sizeof(B ? T() : E())> Type;
Dconstructor-template.cpp60 X2 test(bool Cond, X2 x2) { in test()
80 X4 test_X4(bool Cond, X4 x4) { in test_X4()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp69 DefinedSVal Cond, in assume()
85 Loc Cond, bool Assumption) { in assumeAux()
146 NonLoc Cond, in assumeAux()
/external/clang/lib/Sema/
DScopeInfo.cpp141 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
147 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp86 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
116 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
182 MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp169 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch()
250 const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const { in InsertBranch() argument
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp172 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
262 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
DMSP430BranchSelector.cpp150 SmallVector<MachineOperand, 1> Cond; in runOnMachineFunction() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.h12 struct rc_instruction * Cond; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.h12 struct rc_instruction * Cond; member
/external/clang/test/SemaCXX/
Dvector.cpp40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional()
108 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, in test_implicit_conversions()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h75 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { in assumeDual()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h296 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
388 const SmallVectorImpl<MachineOperand> &Cond, in canInsertSelect()
414 const SmallVectorImpl<MachineOperand> &Cond, in insertSelect()
438 SmallVectorImpl<MachineOperand> &Cond, in analyzeSelect()
635 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp122 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
224 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp189 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
277 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
/external/mesa3d/src/gallium/drivers/radeon/
DR600ISelLowering.cpp488 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, HWTrue, HWFalse, CC); in LowerSELECT_CC() local
501 SDValue Cond; in LowerSETCC() local
DR600InstrInfo.cpp180 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
264 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600ISelLowering.cpp488 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, HWTrue, HWFalse, CC); in LowerSELECT_CC() local
501 SDValue Cond; in LowerSETCC() local
DR600InstrInfo.cpp180 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
264 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp205 void SIAnnotateControlFlow::handleLoopCondition(Value *Cond) { in handleLoopCondition()
268 Value *Cond = Term->getCondition(); in handleLoop() local
/external/llvm/lib/CodeGen/
DIfConversion.cpp734 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in FeasibilityAnalysis() local
959 SmallVector<MachineOperand, 4> Cond; in RemoveExtraEdges() local
1030 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertSimple() local
1111 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertTriangle() local
1460 SmallVectorImpl<MachineOperand> &Cond, in PredicateBlock()
1503 SmallVectorImpl<MachineOperand> &Cond, in CopyAndPredicateBlock()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp278 Value *Cond = BI->getCondition(); in calcPointerHeuristics() local
365 Value *Cond = BI->getCondition(); in calcZeroHeuristics() local
425 Value *Cond = BI->getCondition(); in calcFloatingPointHeuristics() local
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp134 SmallVectorImpl<MachineOperand> &Cond) { in classifyCondBranch()
166 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
295 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp68 if (ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition())) { in ConstantFoldTerminator() local
99 Value *Cond = BI->getCondition(); in ConstantFoldTerminator() local
185 Value *Cond = SI->getCondition(); in ConstantFoldTerminator() local
199 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(), in ConstantFoldTerminator() local
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1278 ICmpInst *Cond = getLoopTest(L); in needsLFTR() local
1357 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { in AlmostDeadIV()
1391 Value *Cond = in FindLoopCounter() local
1435 if (ICmpInst *Cond = getLoopTest(L)) { in FindLoopCounter() local
1628 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond"); in LinearFunctionTestReplace() local

123456