Searched refs:CondBranches (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 172 SmallVectorImpl<MachineInstr *> &CondBranches,
|
D | X86InstrInfo.cpp | 3962 SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const { in AnalyzeBranchImpl() argument 4061 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 4114 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 4125 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranch() local 4126 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify); in analyzeBranch() 4135 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranchPredicate() local 4136 if (AnalyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches, in analyzeBranchPredicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 176 SmallVectorImpl<MachineInstr *> &CondBranches,
|
D | X86InstrInfo.cpp | 2577 SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const { in AnalyzeBranchImpl() argument 2676 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 2729 CondBranches.push_back(&*I); in AnalyzeBranchImpl() 2740 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranch() local 2741 return AnalyzeBranchImpl(MBB, TBB, FBB, Cond, CondBranches, AllowModify); in analyzeBranch() 2750 SmallVector<MachineInstr *, 4> CondBranches; in analyzeBranchPredicate() local 2751 if (AnalyzeBranchImpl(MBB, MBP.TrueDest, MBP.FalseDest, Cond, CondBranches, in analyzeBranchPredicate()
|