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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h109 bool enableEarlyIfConversion() const override { return true; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h291 virtual bool enableEarlyIfConversion() const { return false; } function in class:llvm::TargetSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp316 bool AArch64Subtarget::enableEarlyIfConversion() const { function in class:AArch64Subtarget
H A DAArch64Subtarget.h527 bool enableEarlyIfConversion() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h345 bool enableEarlyIfConversion() const override { return true; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp375 bool X86Subtarget::enableEarlyIfConversion() const { function in class:X86Subtarget
H A DX86Subtarget.h921 bool enableEarlyIfConversion() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h932 bool enableEarlyIfConversion() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp908 if (!STI.enableEarlyIfConversion())

Completed in 94 milliseconds