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

123

/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp219 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
302 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp187 Value *Cond = SI->getCondition(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DCodePlacementOpt.cpp78 SmallVector<MachineOperand, 4> Cond; local
107 SmallVector<MachineOperand, 4> Cond; local
H A DPeepholeOptimizer.cpp396 SmallVector<MachineOperand, 4> Cond; local
H A DEarlyIfConversion.cpp123 SmallVector<MachineOperand, 4> Cond; member in class:__anon10136::SSAIfConv
H A DMachineBlockPlacement.cpp875 SmallVector<MachineOperand, 4> Cond; // For AnalyzeBranch. local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp209 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
347 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsInstrInfo.cpp92 AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
193 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/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...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCloneFunction.cpp303 ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition()); local
320 ConstantInt *Cond = dyn_cast<ConstantInt>(SI->getCondition()); local
[all...]
H A DLocal.cpp98 Value *Cond = BI->getCondition(); local
184 Value *Cond = SI->getCondition(); local
198 Value *Cond = Builder.CreateICmpEQ(SI->getCondition(), local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp213 AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
376 InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp492 { Value *Cond; const APInt *C1, *C2; local
653 { Value *Cond; const APInt *C1, *C2; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInlineCost.cpp983 Value *Cond = BI->getCondition(); local
991 Value *Cond = SI->getCondition(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp486 SDValue Cond = N->getOperand(0); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp532 SmallVector<MachineOperand, 0> Cond; local
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-stress/
H A Dllvm-stress.cpp578 Value *Cond = getRandomValue(CondTy); local
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp144 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
278 ExprAST *Cond = ParseExpression(); local
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp159 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
306 ExprAST *Cond = ParseExpression(); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAG.h614 getSetCC(DebugLoc DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond) argument
626 getSelectCC(DebugLoc DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPatternMatch.h533 SelectClass_match(const Cond_t &Cond, const LHS_t &LHS, argument
705 Cond_t Cond; member in struct:llvm::PatternMatch::brc_match
[all...]

Completed in 189 milliseconds

123