HomeSort by relevance Sort by last modified time
    Searched defs:IsDef (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 270 bool IsDef = !Op.isUndef();
271 if (Op.isImplicit() && IsDef != SetDef)
300 if (!Op.isReg() || !Op.isDef() || Op.getReg() != Reg)
328 if (!Op.isReg() || !Op.isDef() || Op.getReg() != Reg)
428 if (Op.isReg() && Op.isDef())
544 if (!Op.isReg() || !Op.isDef())
711 assert(MD.isDef());
749 if (!Op.isReg() || !Op.isDef())
786 if (!Op.isReg() || !Op.isDef())
833 if (Op.isDef() && isRefInMap(RR, Uses, Exec_Then)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 148 milliseconds