Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.cpp288 bool AArch64Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in AArch64Subtarget
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.cpp374 bool X86Subtarget::enableEarlyIfConversion() const { in enableEarlyIfConversion() function in X86Subtarget
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetSubtargetInfo.h286 virtual bool enableEarlyIfConversion() const { return false; } in enableEarlyIfConversion() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZSubtarget.h108 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h334 bool enableEarlyIfConversion() const override { return true; } in enableEarlyIfConversion() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.h921 bool enableEarlyIfConversion() const override { in enableEarlyIfConversion() function