Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h124 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h291 virtual bool enableEarlyIfConversion() const { return false; } in enableEarlyIfConversion() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp318 bool AArch64Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in AArch64Subtarget
DAArch64Subtarget.h582 bool enableEarlyIfConversion() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.cpp341 bool X86Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in X86Subtarget
DX86Subtarget.h945 bool enableEarlyIfConversion() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h355 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSubtarget.h782 bool enableEarlyIfConversion() const override { in enableEarlyIfConversion() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp1051 if (!STI.enableEarlyIfConversion()) in runOnMachineFunction()