HomeSort by relevance Sort by last modified time
    Searched full:useop (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
PathOpsSkpClipTest.cpp 80 bool useOp = i ? true : false;
81 canvas.setAllowSimplifyClip(useOp);
84 make_filepath(&outFile, useOp ? outSkpClipDir : outOldClipDir, pngName);
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 619 unsigned UseOp;
621 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp)
622 : DefMI(DefMI), DefOp(DefOp), UseOp(UseOp) {}
625 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp)
626 : UseOp(UseOp) {
    [all...]
ScheduleDAGInstrs.cpp 262 int UseOp = I->OpIdx;
265 if (UseOp < 0)
276 UseOp));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 207 milliseconds