HomeSort by relevance Sort by last modified time
    Searched refs:Cond (Results 176 - 200 of 865) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
BasicBlockUtils.h 241 /// if (Cond)
251 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
265 /// if (Cond)
271 void SplitBlockAndInsertIfThenElse(Value *Cond, Instruction *SplitBefore,
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
gnu.go 20 if _, ok := inst.Args[0].(Cond); ok {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
gnu.go 20 if _, ok := inst.Args[0].(Cond); ok {
  /external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp 294 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) {
295 // A normal br.cond simply has the condition code.
296 if (Cond[0].getImm() != -1) {
297 assert(Cond.size() == 1 && "Unknown Cond array format");
298 CC = (AArch64CC::CondCode)(int)Cond[0].getImm();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ConstantFolding.h 85 Constant *ConstantFoldSelectInstruction(Constant *Cond, Constant *V1,
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 215 PathDiagnosticPiece *VisitTrueTest(const Expr *Cond,
221 PathDiagnosticPiece *VisitTrueTest(const Expr *Cond,
228 PathDiagnosticPiece *VisitTrueTest(const Expr *Cond,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMeta.h 15 template<bool cond> struct Cond {};
18 const T1& choose(Cond<true>, const T1& first, const T2&) {
23 const T2& choose(Cond<false>, const T1&, const T2& second) {
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 161 SmallVectorImpl<MachineOperand> &Cond) const override;
165 SmallVectorImpl<MachineOperand> &Cond,
169 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 165 SmallVectorImpl<MachineOperand> &Cond,
169 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
215 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const
225 // When returning true, set Cond to the mask of condition-code
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 491 SelectClass_match(const Cond_t &Cond, const LHS_t &LHS,
493 : C(Cond), L(LHS), R(RHS) {}
505 template<typename Cond, typename LHS, typename RHS>
506 inline SelectClass_match<Cond, LHS, RHS>
507 m_Select(const Cond &C, const LHS &L, const RHS &R) {
508 return SelectClass_match<Cond, LHS, RHS>(C, L, R);
513 template<int64_t L, int64_t R, typename Cond>
514 inline SelectClass_match<Cond, constantint_match<L>, constantint_match<R> >
515 m_SelectCst(const Cond &C) {
674 Cond_t Cond;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 64 /// GetOppositeBranchCondition - Return the inverse of the specified cond,
214 SmallVectorImpl<MachineOperand> &Cond,
219 const SmallVectorImpl<MachineOperand> &Cond,
326 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const;

Completed in 529 milliseconds

1 2 3 4 5 6 78 91011>>