/freebsd/contrib/llvm-project/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 | 161 ConstantInt *Cond; in isLoopNeverExecuted() local 200 Value *Cond = in getValueOnFirstIteration() local 330 Value *Cond; in canProveExitOnFirstIteration() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.cpp | 95 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 180 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRedundantCopyElimination.cpp | 75 const SmallVectorImpl<MachineOperand> &Cond, in guaranteesZeroRegInBlock() 101 SmallVector<MachineOperand, 3> Cond; in optimizeBlock() local
|
/freebsd/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; in performCallErrors() local 467 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
|
H A D | CallPromotionUtils.cpp | 285 static CallBase &versionCallSiteWithCond(CallBase &CB, Value *Cond, in versionCallSiteWithCond() 390 auto *Cond = Builder.CreateICmpEQ(CB.getCalledOperand(), Callee); in versionCallSite() local 586 Value *Cond = Builder.CreateOr(ICmps); in promoteCallWithVTableCmp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 211 Value *Cond = IRB.CreateExtractValue(IfCall, {0}); in openIf() local 226 Value *Cond = IRB.CreateExtractValue(ElseCall, {0}); in insertElse() local 235 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition() 283 Value *Cond = Term->getCondition(); in handleLoop() local
|
H A D | SIPreEmitPeephole.cpp | 297 MachineBasicBlock *&FalseMBB, SmallVectorImpl<MachineOperand> &Cond) { in getBlockDestinations() 348 SmallVector<MachineOperand, 1> Cond; in removeExeczBranch() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.cpp | 185 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 235 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DomConditionCache.cpp | 13 static void findAffectedValues(Value *Cond, in findAffectedValues()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.cpp | 92 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() argument 161 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch() argument [all...] |
H A D | WebAssemblyLowerBrUnless.cpp | 70 Register Cond = MI.getOperand(1).getReg(); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 169 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local 175 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
|
/freebsd/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() 752 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg() 779 X86::CondCode Cond = X86::getCondFromSETCC(MI); in rewriteSetCC() local 817 X86::CondCode Cond = X86::COND_B; // CF == 1 in rewriteArithmetic() local
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 255 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch() 270 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 385 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 323 SmallVector<MachineOperand, 4> Cond; fixupConditionalBranch() local 334 __anon6cb7e2b90302(MachineBasicBlock *MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, SmallVectorImpl<MachineOperand>& Cond) fixupConditionalBranch() argument 458 SmallVector<MachineOperand, 4> Cond; fixupUnconditionalBranch() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 193 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch() 247 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 330 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/freebsd/lib/libc/net/ |
H A D | base64.c | 56 #define Assert(Cond) if (!(Cond)) abort() argument
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 237 static void CreateAssert(IRBuilder<> &B, Value *Cond) { in CreateAssert() 251 static void CreateAssertNot(IRBuilder<> &B, Value *Cond) { in CreateAssertNot()
|
/freebsd/contrib/llvm-project/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()
|