Searched defs:Cond (Results 1 - 25 of 203) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerBrUnless.cpp71 Register Cond = MI->getOperand(1).getReg(); local
H A DWebAssemblyFixBrTableDefaults.cpp97 SmallVector<MachineOperand, 2> Cond; local
H A DWebAssemblyInstrInfo.cpp104 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool ) const argument
174 insertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp95 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
180 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp140 SmallVector<MachineOperand, 2> Cond; local
H A DAArch64ConditionOptimizer.cpp304 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DParallel.cpp115 std::condition_variable Cond; member in class:llvm::parallel::detail::__anon2090::ThreadPoolExecutor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp162 SmallVector<MachineOperand, 4> Cond; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp25 assume(ProgramStateRef State, DefinedSVal Cond, bool Assumption) argument
44 assume(ProgramStateRef State, NonLoc Cond, bool Assumption) argument
52 assumeAux(ProgramStateRef State, NonLoc Cond, bool Assumption) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp120 SmallVector<MachineOperand, 4> Cond; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp44 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); local
H A DLocal.cpp157 Value *Cond = BI->getCondition(); local
286 Value *Cond = SI->getCondition(); local
304 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(), local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtCXX.cpp47 CXXForRangeStmt(Stmt *Init, DeclStmt *Range, DeclStmt *BeginStmt, DeclStmt *EndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp191 SmallVector<MachineOperand, 1> Cond; local
H A DMSP430InstrInfo.cpp163 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
253 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumptionCache.cpp87 Value *Cond = CI->getArgOperand(0), *A, *B; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp164 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
219 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp123 ConstantInt *Cond; local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h93 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp65 evalAssume(ProgramStateRef State, SVal Cond, bool Assumption) const argument
H A DCheckerDocumentation.cpp239 evalAssume(ProgramStateRef State, SVal Cond, bool Assumption) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp242 static void CreateAssert(IRBuilder<> &B, Value *Cond) { argument
256 static void CreateAssertNot(IRBuilder<> &B, Value *Cond) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h39 mutable std::condition_variable Cond; member in class:llvm::parallel::detail::Latch
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp170 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
370 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &dl, int *BytesAdded) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp326 SmallVector<MachineOperand, 1> Cond; local
275 getBlockDestinations( MachineBasicBlock &SrcMBB, MachineBasicBlock *&TrueMBB, MachineBasicBlock *&FalseMBB, SmallVectorImpl<MachineOperand> &Cond) argument

Completed in 400 milliseconds

123456789