Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFInstrInfo.cpp81 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
136 ArrayRef<MachineOperand> Cond, in InsertBranch()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsInstrInfo.cpp89 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
117 ArrayRef<MachineOperand> Cond, DebugLoc DL) const { in InsertBranch()
179 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in AnalyzeBranch()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXInstrInfo.cpp170 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const { in AnalyzeBranch()
251 ArrayRef<MachineOperand> Cond, DebugLoc DL) const { in InsertBranch()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScopeInfo.cpp165 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
171 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSimpleConstraintManager.cpp69 DefinedSVal Cond, in assume()
115 NonLoc Cond, in assumeAux()
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.cpp175 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
265 ArrayRef<MachineOperand> Cond, in InsertBranch()
HDMSP430BranchSelector.cpp152 SmallVector<MachineOperand, 1> Cond; in runOnMachineFunction() local
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLocal.cpp75 if (ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition())) { in ConstantFoldTerminator() local
106 Value *Cond = BI->getCondition(); in ConstantFoldTerminator() local
201 Value *Cond = SI->getCondition(); in ConstantFoldTerminator() local
212 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(), in ConstantFoldTerminator() local
319 if (ConstantInt *Cond = dyn_cast<ConstantInt>(II->getArgOperand(0))) in isInstructionTriviallyDead() local
1184 else if (ConstantInt *Cond = in markAliveBlocks() local
/NextBSD/lib/libc/net/
HDbase64.c60 #define Assert(Cond) if (!(Cond)) abort() argument
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDConstraintManager.h75 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { in assumeDual()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.cpp130 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
232 ArrayRef<MachineOperand> Cond, in InsertBranch()
/NextBSD/contrib/llvm/lib/Analysis/
HDBranchProbabilityInfo.cpp294 Value *Cond = BI->getCondition(); in calcPointerHeuristics() local
384 Value *Cond = BI->getCondition(); in calcZeroHeuristics() local
466 Value *Cond = BI->getCondition(); in calcFloatingPointHeuristics() local
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreInstrInfo.cpp196 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
279 ArrayRef<MachineOperand> Cond, in InsertBranch()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIAnnotateControlFlow.cpp210 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, in handleLoopCondition()
287 Value *Cond = Term->getCondition(); in handleLoop() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDIfConversion.cpp750 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in FeasibilityAnalysis() local
1004 SmallVector<MachineOperand, 4> Cond; in RemoveExtraEdges() local
1078 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertSimple() local
1187 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertTriangle() local
1574 SmallVectorImpl<MachineOperand> &Cond, in PredicateBlock()
1616 SmallVectorImpl<MachineOperand> &Cond, in CopyAndPredicateBlock()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp650 bool Cond) { in getCondTfrOpcode()
684 unsigned DstR, unsigned DstSR, const MachineOperand &PredOp, bool Cond) { in genTfrFor()
775 MachineBasicBlock::iterator UseIt, unsigned PredR, bool Cond) { in getReachingDefForPred()
887 MachineBasicBlock::iterator Where, unsigned PredR, bool Cond) { in predicateAt()
941 unsigned PredR, bool Cond, MachineBasicBlock::iterator First, in renameInRange()
968 bool HexagonExpandCondsets::predicate(MachineInstr *TfrI, bool Cond) { in predicate()
HDHexagonHardwareLoops.cpp435 SmallVector<MachineOperand,2> Cond; in findInductionRegister() local
582 SmallVector<MachineOperand,2> Cond; in getLoopTripCount() local
1185 SmallVector<MachineOperand, 2> Cond; in convertToHardwareLoop() local
1254 SmallVector<MachineOperand, 0> Cond; in convertToHardwareLoop() local
1427 SmallVector<MachineOperand, 2> Cond; in loopCountMayWrapOrUnderFlow() local
1622 SmallVector<MachineOperand,2> Cond; in fixupInductionVariable() local
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetInstrInfo.h454 ArrayRef<MachineOperand> Cond, in InsertBranch()
579 ArrayRef<MachineOperand> Cond, in canInsertSelect()
603 unsigned DstReg, ArrayRef<MachineOperand> Cond, in insertSelect()
627 SmallVectorImpl<MachineOperand> &Cond, in analyzeSelect()
901 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64A53Fix835769.cpp132 SmallVector<MachineOperand, 2> Cond; in getBBFallenThrough() local
HDAArch64ConditionOptimizer.cpp279 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) { in parseCond()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp388 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
580 ArrayRef<MachineOperand> Cond, in InsertBranch()
625 ArrayRef<MachineOperand> Cond, in canInsertSelect()
666 unsigned DestReg, ArrayRef<MachineOperand> Cond, in insertSelect()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDIndVarSimplify.cpp1520 ICmpInst *Cond = getLoopTest(L); in needsLFTR() local
1599 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { in AlmostDeadIV()
1628 Value *Cond = in FindLoopCounter() local
1673 if (ICmpInst *Cond = getLoopTest(L)) { in FindLoopCounter() local
1873 Value *Cond = Builder.CreateICmp(P, CmpIndVar, ExitCnt, "exitcond"); in LinearFunctionTestReplace() local
HDCorrelatedValuePropagation.cpp232 Value *Cond = SI->getCondition(); in processSwitch() local
HDLoopUnswitch.cpp373 static Value *FindLIVLoopCondition(Value *Cond, Loop *L, bool &Changed) { in FindLIVLoopCondition()
593 bool LoopUnswitch::IsTrivialUnswitchCondition(Value *Cond, Constant **Val, in IsTrivialUnswitchCondition()
790 void LoopUnswitch::UnswitchTrivialCondition(Loop *L, Value *Cond, Constant *Val, in UnswitchTrivialCondition()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDReachableCode.cpp54 const Expr *Cond = DS->getCond()->IgnoreParenCasts(); in isTrivialDoWhile() local
263 const Stmt *Cond = B->getTerminatorCondition(/* stripParens */ false); in shouldTreatSuccessorsAsReachable() local

123456