Home
last modified time | relevance | path

Searched refs:IsPostTypeLegalization (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3465 bool IsPostTypeLegalization = false; member
3590 IsPostTypeLegalization = Value;
3608 bool IsPostTypeLegalization : 1; member
3613 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
3631 IsPostTypeLegalization = Value;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp173 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()
HDSelectionDAGBuilder.cpp9048 if (CLI.IsPostTypeLegalization) { in LowerCallTo()