Home
last modified time | relevance | path

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

1234567891011

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp722 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 DLoopBoundSplit.cpp52 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 DLoopDeletion.cpp161 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 DNVPTXInstrInfo.cpp93 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 DRISCVRedundantCopyElimination.cpp75 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 DTypeErasedDataflowAnalysis.cpp82 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 DLibCallsShrinkWrap.cpp132 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 DSIAnnotateControlFlow.cpp212 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 DAMDGPUAsmUtils.h31 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 DSPIRVInstrInfo.cpp174 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 DByteCodeStmtGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp168 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 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
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp36 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 DDomConditionCache.cpp20 findAffectedValues(Value * Cond,SmallVectorImpl<Value * > & Affected) findAffectedValues() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
256 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp169 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
223 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp255 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 Dbase64.c56 #define Assert(Cond) if (!(Cond)) abort() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp193 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 DBranchRelaxation.cpp361 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 DPredicate.h123 std::optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor()

1234567891011