Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3465 bool IsPostTypeLegalization = false; member
3590 IsPostTypeLegalization = Value;
3608 bool IsPostTypeLegalization : 1; member
3613 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
3631 IsPostTypeLegalization = Value;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3703 bool IsPostTypeLegalization = false; member
3834 IsPostTypeLegalization = Value;
3852 bool IsPostTypeLegalization : 1; member
3857 IsPostTypeLegalization(false), IsSoften(false) {} in MakeLibCallOptions()
3875 IsPostTypeLegalization = Value;
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp177 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()
DSelectionDAGBuilder.cpp9119 if (CLI.IsPostTypeLegalization) { in LowerCallTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp173 .setIsPostTypeLegalization(CallOptions.IsPostTypeLegalization) in makeLibCall()
DSelectionDAGBuilder.cpp9048 if (CLI.IsPostTypeLegalization) { in LowerCallTo()