/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 722 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local 740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg() argument 752 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() argument 780 X86::CondCode Cond = X86::COND_INVALID; rewriteArithmetic() local 827 X86::CondCode Cond = X86::getCondFromCMov(CMovI); rewriteCMov() local 853 X86::CondCode Cond = getCondFromFCMOV(CMovI.getOpcode()); rewriteFCMov() local 895 X86::CondCode Cond = X86::getCondFromBranch(JmpI); rewriteCondJmp() local 928 X86::CondCode Cond = X86::getCondFromSETCC(SetCCI); rewriteSetCC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopBoundSplit.cpp | 52 ConditionInfo &Cond, const Loop &L) { in analyzeICmp() argument 81 calculateUpperBound(const Loop & L,ScalarEvolution & SE,ConditionInfo & Cond,bool IsExitCond) calculateUpperBound() argument 126 hasProcessableCondition(const Loop & L,ScalarEvolution & SE,ICmpInst * ICmp,ConditionInfo & Cond,bool IsExitCond) hasProcessableCondition() argument 180 canSplitLoopBound(const Loop & L,const DominatorTree & DT,ScalarEvolution & SE,ConditionInfo & Cond) canSplitLoopBound() argument 395 Value *Cond = splitLoopBound() local [all...] |
H A D | LoopDeletion.cpp | 161 ConstantInt *Cond; in isLoopNeverExecuted() local 200 Value *Cond = in getValueOnFirstIteration() local 330 Value *Cond; in canProveExitOnFirstIteration() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.cpp | 93 analyzeBranch(MachineBasicBlock & MBB,MachineBasicBlock * & TBB,MachineBasicBlock * & FBB,SmallVectorImpl<MachineOperand> & Cond,bool AllowModify) const analyzeBranch() argument 178 insertBranch(MachineBasicBlock & MBB,MachineBasicBlock * TBB,MachineBasicBlock * FBB,ArrayRef<MachineOperand> Cond,const DebugLoc & DL,int * BytesAdded) const insertBranch() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRedundantCopyElimination.cpp | 75 const SmallVectorImpl<MachineOperand> &Cond, in guaranteesZeroRegInBlock() argument 99 SmallVector<MachineOperand, 3> Cond; optimizeBlock() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 82 auto *Cond = S->getCond(); VisitIfStmt() local 88 auto *Cond = S->getCond(); VisitWhileStmt() local 94 auto *Cond = S->getCond(); VisitDoStmt() local 100 auto *Cond = S->getCond(); VisitForStmt() local 121 auto *Cond = S->getCond(); VisitConditionalOperator() local 127 extendFlowCondition(const Expr & Cond) extendFlowCondition() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 132 Value *Cond = nullptr; in performCallDomainErrorOnly() local 184 Value *Cond = nullptr; in performCallRangeErrorOnly() local 222 Value *Cond = nullptr; performCallErrors() local 467 shrinkWrapCI(CallInst * CI,Value * Cond) shrinkWrapCI() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 212 Value *Cond = IRB.CreateExtractValue(IfCall, {0}); openIf() local 227 Value *Cond = IRB.CreateExtractValue(ElseCall, {0}); insertElse() local 236 handleLoopCondition(Value * Cond,PHINode * Broken,llvm::Loop * L,BranchInst * Term) handleLoopCondition() argument 284 Value *Cond = Term->getCondition(); handleLoop() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 31 bool (*Cond)(const MCSubtargetInfo &STI) = nullptr; member 40 bool (*Cond)(const MCSubtargetInfo &STI) = nullptr; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.cpp | 174 analyzeBranch(MachineBasicBlock & MBB,MachineBasicBlock * & TBB,MachineBasicBlock * & FBB,SmallVectorImpl<MachineOperand> & Cond,bool AllowModify) const analyzeBranch() argument 224 insertBranch(MachineBasicBlock & MBB,MachineBasicBlock * TBB,MachineBasicBlock * FBB,ArrayRef<MachineOperand> Cond,const DebugLoc & DL,int * BytesAdded) const insertBranch() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 168 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { markSafeWeakUse() local 174 if (const BinaryConditionalOperator *Cond = markSafeWeakUse() local
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.cpp | 36 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch() argument 48 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() argument 156 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DomConditionCache.cpp | 20 findAffectedValues(Value * Cond,SmallVectorImpl<Value * > & Affected) findAffectedValues() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 256 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.cpp | 169 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 223 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 255 SmallVectorImpl<MachineOperand> &Cond) { in analyzeBranch() argument 240 parseCondBranch(MachineInstr & LastInst,MachineBasicBlock * & Target,SmallVectorImpl<MachineOperand> & Cond) parseCondBranch() argument 370 insertBranch(MachineBasicBlock & MBB,MachineBasicBlock * TBB,MachineBasicBlock * FBB,ArrayRef<MachineOperand> Cond,const DebugLoc & DL,int * BytesAdded) const insertBranch() argument [all...] |
/freebsd-src/lib/libc/net/ |
H A D | base64.c | 56 #define Assert(Cond) if (!(Cond)) abort() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 193 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch() argument 247 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() argument 330 ArrayRef<MachineOperand> Cond, in insertBranch() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 361 SmallVector<MachineOperand, 4> Cond; in fixupConditionalBranch() local 372 SmallVectorImpl<MachineOperand>& Cond) { in fixupConditionalBranch() 540 SmallVector<MachineOperand, 4> Cond; in fixupUnconditionalBranch() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Predicate.h | 123 std::optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor()
|