/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleConstraintManager.cpp | 27 DefinedSVal Cond, in assumeInternal() 46 NonLoc Cond, bool Assumption) { in assume() 54 NonLoc Cond, in assumeAux()
|
H A D | ConstraintManager.cpp | 93 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 D | X86FlagsCopyLowering.cpp | 740 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 D | TypeErasedDataflowAnalysis.cpp | 104 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 D | LibCallsShrinkWrap.cpp | 139 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 D | LoopBoundSplit.cpp | 52 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 D | LoopDeletion.cpp | 163 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 D | NVPTXInstrInfo.cpp | 98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 183 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVRedundantCopyElimination.cpp | 75 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 D | AMDGPUAsmUtils.h | 31 bool (*Cond)(T Context) = nullptr; member 40 bool (*Cond)(const MCSubtargetInfo &STI) = nullptr; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.cpp | 174 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 D | ByteCodeStmtGen.cpp | 300 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 D | CSKYInstrInfo.cpp | 36 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 D | WebAssemblyInstrInfo.cpp | 92 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 161 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
|
H A D | WebAssemblyLowerBrUnless.cpp | 70 Register Cond = MI.getOperand(1).getReg(); in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 167 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 D | LoongArchInstrInfo.cpp | 200 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 D | BPFInstrInfo.cpp | 169 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 223 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 256 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 310 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 D | SparcInstrInfo.cpp | 184 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 D | AMDGPUAtomicOptimizer.cpp | 280 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 D | SIPreEmitPeephole.cpp | 297 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 D | PoisonChecking.cpp | 236 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 D | MipsInstrInfo.cpp | 111 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 137 ArrayRef<MachineOperand> Cond, in insertBranch() 206 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()
|