HomeSort by: relevance | last modified time | path
    Searched defs:IsDef (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagOperands.h 48 bool IsDef;
51 GIMatchDagOperand(unsigned Idx, StringRef Name, bool IsDef)
52 : Idx(Idx), Name(Name), IsDef(IsDef) {}
56 bool isDef() const { return IsDef; }
66 bool IsDef);
95 void add(StringRef Name, unsigned Idx, bool IsDef);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
InstrDocsEmitter.cpp 152 bool IsDef = i < II->Operands.NumDefs;
166 OS << "* " << (IsDef ? "DEF" : "USE") << " ``" << Op.Rec->getName()
177 OS << "* " << (IsDef ? "DEF" : "USE") << " ``" << Op.Rec->getName()
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 70 bool isDef() const;
86 bool IsDef = false;
Assembler.cpp 102 const bool IsDef = OpIndex < MCID.getNumDefs();
105 if (IsDef && !OpInfo.isOptionalDef())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp 1845 bool IsDef = false;
1856 IsDef = true;
1860 if (!IsDef)
1956 if (MO.isDef()) {
2019 if (!MO.isReg() || !MO.isDef() || MO.isDead())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 547 bool isDef() const {
793 static bool IsDef(const NodeAddr<NodeBase*> BA) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 327 bool IsDef = false;
502 if (ED.IsDef)
1163 ED.IsDef = true;
1183 ED.IsDef = true;
1188 ED.IsDef = true;
1192 ED.IsDef = true;
1274 if (!ED.IsDef)
1294 if (ED.IsDef)
1850 assert((!ED.IsDef || ED.Rd.Reg != 0) && "Missing Rd for def");
1875 if (ED.IsDef && Diff != 0)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 5844 const char *IsDef = clang_isCursorDefinition(Result) ? " (Definition)" : "";
5860 IsDef);

Completed in 53 milliseconds