Home
last modified time | relevance | path

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

1234567891011

/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()
180 ScalarEvolution &SE, ConditionInfo &Cond) { in canSplitLoopBound()
395 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/NVPTX/
H A DNVPTXInstrInfo.cpp95 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
180 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRedundantCopyElimination.cpp75 const SmallVectorImpl<MachineOperand> &Cond, in guaranteesZeroRegInBlock()
101 SmallVector<MachineOperand, 3> Cond; in optimizeBlock() 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.cpp285 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 DSIAnnotateControlFlow.cpp211 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 DSIPreEmitPeephole.cpp297 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 DAMDGPUAsmUtils.h31 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 DSPIRVInstrInfo.cpp185 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 DDomConditionCache.cpp13 static void findAffectedValues(Value *Cond, in findAffectedValues()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp92 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() argument
161 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch() argument
[all...]
H A DWebAssemblyLowerBrUnless.cpp70 Register Cond = MI.getOperand(1).getReg(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp169 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 DX86FlagsCopyLowering.cpp722 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 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/MSP430/
H A DMSP430InstrInfo.cpp167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
256 ArrayRef<MachineOperand> Cond, 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/LoongArch/
H A DLoongArchInstrInfo.cpp255 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 DBranchRelaxation.cpp323 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 DSparcInstrInfo.cpp193 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
247 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
330 ArrayRef<MachineOperand> Cond, in insertBranch()
/freebsd/lib/libc/net/
H A Dbase64.c56 #define Assert(Cond) if (!(Cond)) abort() argument
/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/Transforms/Instrumentation/
H A DPoisonChecking.cpp237 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 DMipsInstrInfo.cpp111 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
137 ArrayRef<MachineOperand> Cond, in insertBranch()
206 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()

1234567891011