Home
last modified time | relevance | path

Searched defs:Condition (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp27 Value *Condition, *WidenableCondition; in isWidenableBranch() local
53 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch()
118 static void parseCondition(Value *Condition, in parseCondition()
141 Value *Condition = isGuard(U) ? cast<IntrinsicInst>(U)->getArgOperand(0) in parseWidenableGuard() local
156 auto Condition = BI->getCondition(); in extractWidenableCondition() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h93 Value *Condition; variable
108 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase()
118 PredicateAssume(Value *Op, IntrinsicInst *AssumeInst, Value *Condition) in PredicateAssume()
150 Value *Condition, bool TakenEdge) in PredicateBranch()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void check(bool Condition, const char *Message) { in Check() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp62 void UndefBranchChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
H A DTraversalChecker.cpp36 void TraversalDumper::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
H A DTestAfterDivZeroChecker.cpp208 void TestAfterDivZeroChecker::checkBranchCondition(const Stmt *Condition, in checkBranchCondition()
H A DCheckerDocumentation.cpp127 checkBranchCondition(const Stmt * Condition,CheckerContext & Ctx) const checkBranchCondition() argument
H A DLocalizationChecker.cpp1337 const Expr *Condition = I->getCond(); in VisitIfStmt() local
1370 const Expr *Condition = C->getCond()->IgnoreParenImpCasts(); in VisitConditionalOperator() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h57 #define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp563 analyzeBranch(MachineBasicBlock & MBB,MachineBasicBlock * & TrueBlock,MachineBasicBlock * & FalseBlock,SmallVectorImpl<MachineOperand> & Condition,bool AllowModify) const analyzeBranch() argument
659 insertBranch(MachineBasicBlock & MBB,MachineBasicBlock * TrueBlock,MachineBasicBlock * FalseBlock,ArrayRef<MachineOperand> Condition,const DebugLoc & DL,int * BytesAdded) const insertBranch() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp159 void CheckAssert(SMLoc Loc, Init *Condition, Init *Message) { in CheckAssert()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp223 emitARMWinCFIEpilogStart(unsigned Condition) emitARMWinCFIEpilogStart() argument
H A DARMTargetStreamer.cpp127 void ARMTargetStreamer::emitARMWinCFIEpilogStart(unsigned Condition) {} in emitARMWinCFIEpilogStart()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinEH.h61 unsigned Condition; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp37 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1337 if (const Expr *Condition = getCondition(BB->getTerminatorStmt())) { joinSuccessors() local
1344 handleConditional(const CFGBlock * BB,const Expr * Condition,State & ToAlter) const handleConditional() argument
1352 handleParameterCheck(const CFGBlock * BB,const Expr * Condition,State & ToAlter) const handleParameterCheck() argument
1402 handleConventionalCheck(const CFGBlock * BB,const Expr * Condition,State & ToAlter) const handleConventionalCheck() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h92 Condition, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h415 uint8_t Condition() const { in Condition() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h110 Condition enumerator
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2723 llvm::Value *Condition = nullptr; FormX86ResolverCondition() local
2798 llvm::Value *Condition = FormAArch64ResolverCondition(RO); EmitAArch64MultiVersionResolver() local
2843 llvm::Value *Condition = FormX86ResolverCondition(RO); EmitX86MultiVersionResolver() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h537 const Expr *Condition; variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2571 RecoverCastedSymbol(ProgramStateRef state,const Stmt * Condition,const LocationContext * LCtx,ASTContext & Ctx) RecoverCastedSymbol() argument
2608 getRightmostLeaf(const Stmt * Condition) getRightmostLeaf() argument
2634 ResolveCondition(const Stmt * Condition,const CFGBlock * B) ResolveCondition() argument
2696 assumeCondition(const Stmt * Condition,ExplodedNode * N) assumeCondition() argument
2742 processBranch(const Stmt * Condition,NodeBuilderContext & BldCtx,ExplodedNode * Pred,ExplodedNodeSet & Dst,const CFGBlock * DstT,const CFGBlock * DstF) processBranch() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1939 auto Condition = Branch->isConditional() ? Branch->getCondition() : nullptr; redirectToHub() local
2003 Value *Condition; calcPredicateUsingInteger() local
2060 Value *Condition; calcPredicateUsingBooleans() local
[all...]

123