Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4704 bool IsPostTypeLegalization = false; member
4850 IsPostTypeLegalization = Value;
4880 bool IsPostTypeLegalization : 1; member
4885 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
4903 IsPostTypeLegalization = Value;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2209 CallOptions.IsPostTypeLegalization = true; in ExpandFPLibCall()
4572 CallOptions.IsPostTypeLegalization = true; in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp10967 if (CLI.IsPostTypeLegalization) { in LowerCallTo()
H A DTargetLowering.cpp206 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()