Home
last modified time | relevance | path

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

12345678910>>...12

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp27 DefinedSVal Cond, in assumeInternal()
46 NonLoc Cond, bool Assumption) { in assume()
54 NonLoc Cond, in assumeAux()
H A DConstraintManager.cpp93 ConstraintManager::assumeDual(ProgramStateRef State, DefinedSVal Cond) { in assumeDual()
111 DefinedSVal Cond, bool Assumption) { in assume()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp740 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local
758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg()
770 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
798 X86::CondCode Cond = X86::COND_INVALID; in rewriteArithmetic() local
853 X86::CondCode Cond = X86::getCondFromCMov(CMovI); in rewriteCMov() local
879 X86::CondCode Cond = getCondFromFCMOV(CMovI.getOpcode()); in rewriteFCMov() local
921 X86::CondCode Cond = X86::getCondFromBranch(JmpI); in rewriteCondJmp() local
954 X86::CondCode Cond = X86::getCondFromSETCC(SetCCI); in rewriteSetCC() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp104 auto *Cond = S->getCond(); in VisitIfStmt() local
110 auto *Cond = S->getCond(); in VisitWhileStmt() local
116 auto *Cond = S->getCond(); in VisitDoStmt() local
122 auto *Cond = S->getCond(); in VisitForStmt() local
137 auto *Cond = S->getCond(); in VisitConditionalOperator() local
143 TerminatorVisitorRetTy extendFlowCondition(const Expr &Cond) { in extendFlowCondition()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp139 Value *Cond = nullptr; in performCallDomainErrorOnly() local
191 Value *Cond = nullptr; in performCallRangeErrorOnly() local
229 Value *Cond = nullptr; in performCallErrors() local
477 Value *Cond = BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V); in generateCondForPow() local
486 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp52 ConditionInfo &Cond, const Loop &L) { in analyzeICmp()
81 ConditionInfo &Cond, bool IsExitCond) { in calculateUpperBound()
126 ICmpInst *ICmp, ConditionInfo &Cond, in hasProcessableCondition()
180 ScalarEvolution &SE, ConditionInfo &Cond) { in canSplitLoopBound()
395 Value *Cond = in splitLoopBound() local
H A DLoopDeletion.cpp163 ConstantInt *Cond; in isLoopNeverExecuted() local
202 Value *Cond = in getValueOnFirstIteration() local
332 Value *Cond; in canProveExitOnFirstIteration() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
183 ArrayRef<MachineOperand> Cond, in insertBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRedundantCopyElimination.cpp75 const SmallVectorImpl<MachineOperand> &Cond, in guaranteesZeroRegInBlock()
99 SmallVector<MachineOperand, 3> Cond; in optimizeBlock() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h31 bool (*Cond)(T Context) = nullptr; member
40 bool (*Cond)(const MCSubtargetInfo &STI) = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp174 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
224 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp300 const Expr *Cond = S->getCond(); in visitWhileStmt() local
325 const Expr *Cond = S->getCond(); in visitDoStmt() local
349 const Expr *Cond = S->getCond(); in visitForStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp36 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
48 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
156 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp92 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
161 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
H A DWebAssemblyLowerBrUnless.cpp70 Register Cond = MI.getOperand(1).getReg(); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp167 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
173 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp200 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
215 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
330 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp169 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
223 ArrayRef<MachineOperand> Cond, in insertBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
256 ArrayRef<MachineOperand> Cond, in insertBranch()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp310 SmallVector<MachineOperand, 4> Cond; in fixupConditionalBranch() local
321 SmallVectorImpl<MachineOperand>& Cond) { in fixupConditionalBranch()
445 SmallVector<MachineOperand, 4> Cond; in fixupUnconditionalBranch() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp184 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
227 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
310 ArrayRef<MachineOperand> Cond, in insertBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp280 Value *Cond = B.CreateICmp(Pred, LHS, RHS); in buildNonAtomicBinOp() local
480 Value *const Cond = B.CreateIntrinsic(Intrinsic::amdgcn_ps_live, {}, {}); in optimizeAtomic() local
600 Value *const Cond = B.CreateICmpEQ(Mbcnt, B.getIntN(TyBitWidth, 0)); in optimizeAtomic() local
H A DSIPreEmitPeephole.cpp297 MachineBasicBlock *&FalseMBB, SmallVectorImpl<MachineOperand> &Cond) { in getBlockDestinations()
345 SmallVector<MachineOperand, 1> Cond; in removeExeczBranch() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp236 static void CreateAssert(IRBuilder<> &B, Value *Cond) { in CreateAssert()
250 static void CreateAssertNot(IRBuilder<> &B, Value *Cond) { in CreateAssertNot()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp111 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
137 ArrayRef<MachineOperand> Cond, in insertBranch()
206 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()

12345678910>>...12