Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp26 DefinedSVal Cond, in assume()
45 NonLoc Cond, bool Assumption) { in assume()
53 NonLoc Cond, in assumeAux()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp740 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local
758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg()
770 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
798 X86::CondCode Cond = X86::COND_INVALID; in rewriteArithmetic() local
853 X86::CondCode Cond = X86::getCondFromCMov(CMovI); in rewriteCMov() local
879 X86::CondCode Cond = getCondFromFCMOV(CMovI.getOpcode()); in rewriteFCMov() local
921 X86::CondCode Cond = X86::getCondFromBranch(JmpI); in rewriteCondJmp() local
954 X86::CondCode Cond = X86::getCondFromSETCC(SetCCI); in rewriteSetCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp138 Value *Cond = nullptr; in performCallDomainErrorOnly() local
190 Value *Cond = nullptr; in performCallRangeErrorOnly() local
228 Value *Cond = nullptr; in performCallErrors() local
476 Value *Cond = BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V); in generateCondForPow() local
485 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
H A DMatrixUtils.cpp44 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in CreateLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
183 ArrayRef<MachineOperand> Cond, in insertBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp107 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
176 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
H A DWebAssemblyLowerBrUnless.cpp71 Register Cond = MI->getOperand(1).getReg(); in runOnMachineFunction() local
H A DWebAssemblyFixBrTableDefaults.cpp97 SmallVector<MachineOperand, 2> Cond; in fixBrTableDefault() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp166 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
172 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/netbsd-src/external/bsd/nsd/dist/compat/
H A Db64_ntop.c56 #define Assert(Cond) if (!(Cond)) abort() argument
H A Db64_pton.c56 #define Assert(Cond) if (!(Cond)) abort() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp154 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
162 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
245 ArrayRef<MachineOperand> Cond, in insertBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp166 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
256 ArrayRef<MachineOperand> Cond, in insertBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
222 ArrayRef<MachineOperand> Cond, in insertBranch()
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dbase64.c67 #define Assert(Cond) if (!(Cond)) abort() argument
/netbsd-src/lib/libc/net/
H A Dbase64.c73 #define Assert(Cond) if (!(Cond)) abort() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp242 static void CreateAssert(IRBuilder<> &B, Value *Cond) { in CreateAssert()
256 static void CreateAssertNot(IRBuilder<> &B, Value *Cond) { in CreateAssertNot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
124 ArrayRef<MachineOperand> Cond, in insertBranch()
193 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp280 Value *Cond = B.CreateICmp(Pred, LHS, RHS); in buildNonAtomicBinOp() local
474 Value *const Cond = B.CreateIntrinsic(Intrinsic::amdgcn_ps_live, {}, {}); in optimizeAtomic() local
594 Value *const Cond = B.CreateICmpEQ(Mbcnt, B.getIntN(TyBitWidth, 0)); in optimizeAtomic() local
H A DSIPreEmitPeephole.cpp277 MachineBasicBlock *&FalseMBB, SmallVectorImpl<MachineOperand> &Cond) { in getBlockDestinations()
326 SmallVector<MachineOperand, 1> Cond; in removeExeczBranch() local
H A DSIAnnotateControlFlow.cpp224 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition()
263 Value *Cond = Term->getCondition(); in handleLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h93 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { in assumeDual()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DGuardUtils.cpp66 auto *Cond = BI->getCondition(); in parseWidenableBranch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp120 SmallVector<MachineOperand, 4> Cond; in PeelSingleBlockLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp324 static MSP430CC::CondCodes getCondCode(unsigned Cond) { in getCondCode()
344 unsigned Cond = fieldFromInstruction(Insn, 10, 3); in getInstructionCJ() local

1234567891011