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

  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reassociate.cpp 719 Value *TheOp = Ops[i].Op;
723 if (i+1 != Ops.size() && Ops[i+1].Op == TheOp) {
729 } while (i != Ops.size() && Ops[i].Op == TheOp);
731 DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
736 Mul = BinaryOperator::CreateMul(TheOp, Mul, "factor", I);
758 if (!BinaryOperator::isNeg(TheOp))
761 Value *X = BinaryOperator::getNegArgument(TheOp);
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 63 AsmWriterOperand TheOp = OpsToPrint.back().second;
69 if (OpsToPrint[i-1].second == TheOp) {
75 O << "\n " << TheOp.getCode(PassSubtarget);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 30 AsmWriterOperand TheOp = OpsToPrint.back().second;
36 if (OpsToPrint[i-1].second == TheOp) {
42 O << TheOp.getCode();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp 85 AsmWriterOperand TheOp = OpsToPrint.back().second;
91 if (OpsToPrint[i-1].second == TheOp) {
97 O << "\n " << TheOp.getCode(PassSubtarget);
    [all...]

Completed in 697 milliseconds