Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp112 bool AllowF64 = false,
120 bool AllowF64 = false,
1260 bool AllowF64, in shouldReplaceLibcallWithIntrinsic() argument
1266 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()
1307 bool AllowF64, bool AllowStrictFP) { in tryReplaceLibcallWithSimpleIntrinsic() argument
1308 if (!shouldReplaceLibcallWithIntrinsic(CI, AllowMinSizeF32, AllowF64, in tryReplaceLibcallWithSimpleIntrinsic()