Home
last modified time | relevance | path

Searched defs:enableEarlyIfConversion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h96 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp373 bool X86Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in X86Subtarget
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp474 bool AArch64Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in AArch64Subtarget
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h290 virtual bool enableEarlyIfConversion() const { return false; } in enableEarlyIfConversion() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h224 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h894 bool enableEarlyIfConversion() const override { in enableEarlyIfConversion() function