Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h119 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h291 virtual bool enableEarlyIfConversion() const { return false; } in enableEarlyIfConversion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp341 bool X86Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in X86Subtarget
H A DX86Subtarget.h940 bool enableEarlyIfConversion() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp327 bool AArch64Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in AArch64Subtarget
H A DAArch64Subtarget.h564 bool enableEarlyIfConversion() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h351 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h775 bool enableEarlyIfConversion() const override { in enableEarlyIfConversion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1051 if (!STI.enableEarlyIfConversion()) in runOnMachineFunction()