HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOp_match (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 271 struct BinaryOp_match {
275 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
291 inline BinaryOp_match<LHS, RHS, Instruction::Add>
293 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
297 inline BinaryOp_match<LHS, RHS, Instruction::FAdd>
299 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
303 inline BinaryOp_match<LHS, RHS, Instruction::Sub>
305 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
309 inline BinaryOp_match<LHS, RHS, Instruction::FSub>
311 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 428 struct BinaryOp_match {
432 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
447 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
449 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
453 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
455 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
459 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
461 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 445 struct BinaryOp_match {
449 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
466 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
470 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
472 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
476 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
478 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
482 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
484 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 445 struct BinaryOp_match {
449 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
466 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
470 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
472 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
476 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
478 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
482 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
484 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 428 struct BinaryOp_match {
432 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
447 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
449 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
453 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
455 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
459 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
461 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
465 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
467 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 445 struct BinaryOp_match {
449 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
466 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
470 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
472 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
476 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
478 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
482 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
484 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 445 struct BinaryOp_match {
449 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
466 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
470 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
472 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
476 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
478 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
482 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
484 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 479 struct BinaryOp_match {
483 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
504 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
508 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
510 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
514 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
516 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
520 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
522 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 415 struct BinaryOp_match {
419 BinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {}
434 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
436 return BinaryOp_match<LHS, RHS, Instruction::Add>(L, R);
440 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L,
442 return BinaryOp_match<LHS, RHS, Instruction::FAdd>(L, R);
446 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L,
448 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
452 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
454 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R)
    [all...]

Completed in 4177 milliseconds