Home
last modified time | relevance | path

Searched refs:enableEarlyIfConversion (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h133 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h287 virtual bool enableEarlyIfConversion() const { return false; } in enableEarlyIfConversion() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h293 bool enableEarlyIfConversion() const override;
H A DAArch64Subtarget.cpp380 bool AArch64Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in AArch64Subtarget
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.cpp361 bool X86Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in X86Subtarget
H A DX86Subtarget.h406 bool enableEarlyIfConversion() const override;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h377 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h802 bool enableEarlyIfConversion() const override { in enableEarlyIfConversion() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1049 if (!STI.enableEarlyIfConversion()) in runOnMachineFunction()