Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp26 DefinedSVal Cond, in assumeInternal()
45 NonLoc Cond, bool Assumption) { in assume()
53 NonLoc Cond, in assumeAux()
/freebsd/contrib/llvm-project/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()
179 ScalarEvolution &SE, ConditionInfo &Cond) { in canSplitLoopBound()
394 Value *Cond = in splitLoopBound() local
H A DLoopDeletion.cpp161 ConstantInt *Cond; in isLoopNeverExecuted() local
200 Value *Cond = in getValueOnFirstIteration() local
330 Value *Cond; in canProveExitOnFirstIteration() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp353 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
443 SmallVector<MachineOperand, 4> Cond; in removeBranch() local
462 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
553 ArrayRef<MachineOperand> Cond, DebugLoc DL, int *BytesAdded) const { in insertConstBranchAtInst()
613 ArrayRef<MachineOperand> Cond, in insertBranchAtInst()
675 SmallVectorImpl<MachineOperand> &Cond, in isBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRedundantCopyElimination.cpp71 const SmallVectorImpl<MachineOperand> &Cond, in guaranteesZeroRegInBlock()
97 SmallVector<MachineOperand, 3> Cond; in optimizeBlock() local
H A DRISCVLateBranchOpt.cpp50 SmallVector<MachineOperand, 4> Cond; in runOnBasicBlock() local
/freebsd/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; in performCallErrors() local
467 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
H A DCallPromotionUtils.cpp287 static CallBase &versionCallSiteWithCond(CallBase &CB, Value *Cond, in versionCallSiteWithCond()
392 auto *Cond = Builder.CreateICmpEQ(CB.getCalledOperand(), Callee); in versionCallSite() local
675 Value *Cond = Builder.CreateOr(ICmps); in promoteCallWithVTableCmp() local
H A DMatrixUtils.cpp44 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in CreateLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp85 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
170 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp192 Value *Cond = IRB.CreateExtractValue(IfCall, {0}); in openIf() local
208 Value *Cond = IRB.CreateExtractValue(ElseCall, {0}); in insertElse() local
217 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition()
271 Value *Cond = Term->getCondition(); in handleLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp213 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
262 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDomConditionCache.cpp13 static void findAffectedValues(Value *Cond, in findAffectedValues()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp168 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
174 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp729 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local
747 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg()
759 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
786 X86::CondCode Cond = X86::getCondFromSETCC(MI); in rewriteSetCC() local
847 X86::CondCode Cond = X86::COND_B; // CF == 1 in rewriteArithmetic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp94 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
163 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/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp169 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
223 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp162 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
251 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/lib/libc/net/
H A Dbase64.c56 #define Assert(Cond) if (!(Cond)) abort() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp191 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
245 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
328 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h123 std::optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp286 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
301 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
581 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()

12345678910>>...12