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

1234

/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp150 SmallVector<MachineOperand, 1> Cond; local
H A DMSP430InstrInfo.cpp169 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
260 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h75 ProgramStatePair assumeDual(ProgramStateRef State, DefinedSVal Cond) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp115 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
187 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp170 AnalyzeBranch( MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
251 InsertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp206 Value *Cond = SI->getCondition(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp68 assume(ProgramStateRef state, DefinedSVal Cond, bool Assumption) argument
84 assumeAux(ProgramStateRef state, Loc Cond, bool Assumption) argument
145 assumeAux(ProgramStateRef state, NonLoc Cond, bool Assumption) argument
[all...]
H A DCoreEngine.cpp453 void CoreEngine::HandleBranch(const Stmt *Cond, const Stmt *Term, argument
/freebsd-10.0-release/tools/regression/ia64/emulated/
H A Dtest.c35 #define Cond 2 macro
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp402 SmallVector<MachineOperand, 4> Cond; local
H A DEarlyIfConversion.cpp123 SmallVector<MachineOperand, 4> Cond; member in class:__anon2147::SSAIfConv
H A DMachineBlockPlacement.cpp881 SmallVector<MachineOperand, 4> Cond; // For AnalyzeBranch. local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp92 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
123 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
190 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, SmallVectorImpl<MachineInstr*> &BranchInstrs) const argument
[all...]
H A DMipsDelaySlotFiller.cpp656 SmallVector<MachineOperand, 2> Cond; local
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp203 void SIAnnotateControlFlow::handleLoopCondition(Value *Cond) { argument
266 Value *Cond = Term->getCondition(); local
H A DAMDILISelLowering.cpp385 SDValue Cond = Op.getOperand(1); local
H A DR600ISelLowering.cpp591 SDValue Cond = (isZero(LHS) ? RHS : LHS); local
655 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC); local
H A DSIISelLowering.cpp382 SDValue Cond = DAG.getNode(ISD::SETCC, DL, MVT::i1, LHS, RHS, CC); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp127 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
230 InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp200 unsigned Cond; local
104 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
216 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
351 isBranch(const MachineInstr *MI, unsigned &Cond, const MachineOperand *&Target) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp187 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
275 InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp305 ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition()); local
322 ConstantInt *Cond = dyn_cast<ConstantInt>(SI->getCondition()); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp207 evalAssume(ProgramStateRef State, SVal Cond, bool Assumption) const argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp490 SDValue Cond = N->getOperand(0); local
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp144 classifyCondBranch(MachineInstr *I, MachineBasicBlock *&TBB, SmallVectorImpl<MachineOperand> &Cond) argument
175 AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
304 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]

Completed in 232 milliseconds

1234