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.cpp108 bool AllowF64 = false,
116 bool AllowF64 = false,
1258 bool AllowF64, in shouldReplaceLibcallWithIntrinsic() argument
1264 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()
1305 bool AllowF64, bool AllowStrictFP) { in tryReplaceLibcallWithSimpleIntrinsic() argument
1306 if (!shouldReplaceLibcallWithIntrinsic(CI, AllowMinSizeF32, AllowF64, in tryReplaceLibcallWithSimpleIntrinsic()