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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 3720 bool IsPostTypeLegalization = false;
3851 IsPostTypeLegalization = Value;
3869 bool IsPostTypeLegalization : 1;
3874 IsPostTypeLegalization(false), IsSoften(false) {}
3892 IsPostTypeLegalization = Value;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 9358 if (CLI.IsPostTypeLegalization) {
9479 // FIXME: Split arguments if CLI.IsPostTypeLegalization
TargetLowering.cpp 195 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization)

Completed in 90 milliseconds