Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4039 bool IsPostTypeLegalization = false; member
4170 IsPostTypeLegalization = Value;
4188 bool IsPostTypeLegalization : 1; member
4193 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
4211 IsPostTypeLegalization = Value;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp190 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()
H A DSelectionDAGBuilder.cpp9637 if (CLI.IsPostTypeLegalization) { in LowerCallTo()