Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4189 bool IsPostTypeLegalization = false; member
4321 IsPostTypeLegalization = Value;
4344 bool IsPostTypeLegalization : 1; member
4349 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
4367 IsPostTypeLegalization = Value;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9885 if (CLI.IsPostTypeLegalization) { in LowerCallTo()
H A DTargetLowering.cpp191 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()