Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4526 bool IsPostTypeLegalization = false; member
4672 IsPostTypeLegalization = Value;
4700 bool IsPostTypeLegalization : 1; member
4705 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
4723 IsPostTypeLegalization = Value;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10806 if (CLI.IsPostTypeLegalization) { in LowerCallTo()
H A DTargetLowering.cpp193 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()