| /external/clang/test/SemaTemplate/ |
| D | instantiate-expr-2.cpp | 92 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;
|
| D | constructor-template.cpp | 60 X2 test(bool Cond, X2 x2) { in test() 80 X4 test_X4(bool Cond, X4 x4) { in test_X4()
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFInstrInfo.cpp | 81 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 136 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.cpp | 89 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 118 const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const { in InsertBranch() argument 180 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in AnalyzeBranch()
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXInstrInfo.cpp | 170 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch() 251 const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const { in InsertBranch() argument
|
| /external/clang/lib/Sema/ |
| D | ScopeInfo.cpp | 165 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local 171 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | SimpleConstraintManager.cpp | 69 DefinedSVal Cond, in assume() 115 NonLoc Cond, in assumeAux()
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430InstrInfo.cpp | 175 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 265 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
|
| D | MSP430BranchSelector.cpp | 152 SmallVector<MachineOperand, 1> Cond; in runOnMachineFunction() local
|
| /external/clang/test/SemaCXX/ |
| D | vector.cpp | 40 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/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 73 if (ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition())) { in ConstantFoldTerminator() local 104 Value *Cond = BI->getCondition(); in ConstantFoldTerminator() local 199 Value *Cond = SI->getCondition(); in ConstantFoldTerminator() local 210 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(), in ConstantFoldTerminator() local 317 if (ConstantInt *Cond = dyn_cast<ConstantInt>(II->getArgOperand(0))) in isInstructionTriviallyDead() local 1201 else if (ConstantInt *Cond = in markAliveBlocks() local
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | radeon_emulate_loops.h | 12 struct rc_instruction * Cond; member
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | ConstraintManager.h | 75 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { in assumeDual()
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.cpp | 130 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 232 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | R600ISelLowering.cpp | 488 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, HWTrue, HWFalse, CC); in LowerSELECT_CC() local 501 SDValue Cond; in LowerSETCC() local
|
| D | R600InstrInfo.cpp | 180 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 264 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
|
| /external/llvm/include/llvm/Target/ |
| D | TargetInstrInfo.h | 412 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch() 538 const SmallVectorImpl<MachineOperand> &Cond, in canInsertSelect() 564 const SmallVectorImpl<MachineOperand> &Cond, in insertSelect() 588 SmallVectorImpl<MachineOperand> &Cond, in analyzeSelect() 867 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition()
|
| /external/llvm/lib/CodeGen/ |
| D | IfConversion.cpp | 746 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in FeasibilityAnalysis() local 970 SmallVector<MachineOperand, 4> Cond; in RemoveExtraEdges() local 1033 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertSimple() local 1142 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertTriangle() local 1535 SmallVectorImpl<MachineOperand> &Cond, in PredicateBlock() 1577 SmallVectorImpl<MachineOperand> &Cond, in CopyAndPredicateBlock()
|
| /external/llvm/lib/Analysis/ |
| D | BranchProbabilityInfo.cpp | 282 Value *Cond = BI->getCondition(); in calcPointerHeuristics() local 372 Value *Cond = BI->getCondition(); in calcZeroHeuristics() local 454 Value *Cond = BI->getCondition(); in calcFloatingPointHeuristics() local
|
| /external/llvm/lib/Target/R600/ |
| D | SIAnnotateControlFlow.cpp | 210 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, in handleLoopCondition() 279 Value *Cond = Term->getCondition(); in handleLoop() local
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.cpp | 196 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 284 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonExpandCondsets.cpp | 641 bool Cond) { in getCondTfrOpcode() 675 unsigned DstR, unsigned DstSR, const MachineOperand &PredOp, bool Cond) { in genTfrFor() 766 MachineBasicBlock::iterator UseIt, unsigned PredR, bool Cond) { in getReachingDefForPred() 878 MachineBasicBlock::iterator Where, unsigned PredR, bool Cond) { in predicateAt() 932 unsigned PredR, bool Cond, MachineBasicBlock::iterator First, in renameInRange() 959 bool HexagonExpandCondsets::predicate(MachineInstr *TfrI, bool Cond) { in predicate()
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64A53Fix835769.cpp | 132 SmallVector<MachineOperand, 2> Cond; in getBBFallenThrough() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 1366 ICmpInst *Cond = getLoopTest(L); in needsLFTR() local 1445 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { in AlmostDeadIV() 1474 Value *Cond = in FindLoopCounter() local 1519 if (ICmpInst *Cond = getLoopTest(L)) { in FindLoopCounter() local 1719 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond"); in LinearFunctionTestReplace() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 349 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch() 550 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch() 595 const SmallVectorImpl<MachineOperand> &Cond, in canInsertSelect() 637 const SmallVectorImpl<MachineOperand> &Cond, in insertSelect()
|