Searched defs:enableEarlyIfConversion (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZSubtarget.h | 96 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86Subtarget.cpp | 374 bool X86Subtarget::enableEarlyIfConversion() const { enableEarlyIfConversion() function in X86Subtarget |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64Subtarget.cpp | 520 bool AArch64Subtarget::enableEarlyIfConversion() const { enableEarlyIfConversion() function in AArch64Subtarget |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetSubtargetInfo.h | 295 virtual bool enableEarlyIfConversion() const { return false; } enableEarlyIfConversion() function |
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCSubtarget.h | 224 bool enableEarlyIfConversion() const override { return true; } enableEarlyIfConversion() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | GCNSubtarget.h | 952 bool enableEarlyIfConversion() const override { enableEarlyIfConversion() function |