Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetOptions.h199 #define ARE_EQUAL(X) LHS.X == RHS.X macro
201 ARE_EQUAL(UnsafeFPMath) &&
202 ARE_EQUAL(NoInfsFPMath) &&
203 ARE_EQUAL(NoNaNsFPMath) &&
204 ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
205 ARE_EQUAL(UseSoftFloat) &&
206 ARE_EQUAL(NoZerosInBSS) &&
207 ARE_EQUAL(JITEmitDebugInfo) &&
208 ARE_EQUAL(JITEmitDebugInfoToDisk) &&
209 ARE_EQUAL(GuaranteedTailCallOpt) &&
[all …]