HomeSort by: relevance | last modified time | path
    Searched refs:RetZExt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 72 bool RetZExt : 1;
100 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
114 RetZExt = Call.hasRetAttr(Attribute::ZExt);
138 RetZExt = Call.hasRetAttr(Attribute::ZExt);
TargetLowering.h 3705 bool RetZExt : 1;
3735 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
3786 RetZExt = Call.hasRetAttr(Attribute::ZExt);
3836 RetZExt = Value;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 949 if (CLI.RetZExt)
1023 if (CLI.RetZExt)
SelectionDAGBuilder.cpp 9335 if (CLI.RetZExt)
9450 if (CLI.RetZExt)
9610 CLI.RetZExt == Args[i].IsZExt))
9714 else if (CLI.RetZExt)

Completed in 53 milliseconds