Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4384 bool IsPostTypeLegalization = false; member
4522 IsPostTypeLegalization = Value;
4545 bool IsPostTypeLegalization : 1; member
4550 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
4568 IsPostTypeLegalization = Value;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10286 if (CLI.IsPostTypeLegalization) { in LowerCallTo()
H A DTargetLowering.cpp192 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()