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

  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 111 // Result = SELECT Cond, TrueOp, FalseOp
117 unsigned &FalseOp, bool &Optimizable) const override;
LanaiInstrInfo.cpp 442 unsigned &TrueOp, unsigned &FalseOp,
451 FalseOp = 2;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 113 // Result = SELECT Cond, TrueOp, FalseOp
119 unsigned &FalseOp, bool &Optimizable) const override;
LanaiInstrInfo.cpp 441 unsigned &TrueOp, unsigned &FalseOp,
450 FalseOp = 2;
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 941 Operand *FalseOp = getFalseOperand();
946 Str << ", " << FalseOp->getType() << " ";
947 FalseOp->dump(Func);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 267 unsigned &FalseOp, bool &Optimizable) const override;
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 298 unsigned &FalseOp, bool &Optimizable) const override;
ARMBaseInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 585 unsigned FalseOp = 0;
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 630 unsigned FalseOp = 0;
633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 534 milliseconds