Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3720 bool IsPostTypeLegalization = false; member
3851 IsPostTypeLegalization = Value;
3869 bool IsPostTypeLegalization : 1; member
3874 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
3892 IsPostTypeLegalization = Value;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp195 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()
H A DSelectionDAGBuilder.cpp9358 if (CLI.IsPostTypeLegalization) { in LowerCallTo()