Searched refs:AllowMinSizeF32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 111 bool AllowMinSizeF32 = false, 119 bool AllowMinSizeF32 = false, 1259 bool AllowMinSizeF32, in shouldReplaceLibcallWithIntrinsic() argument 1279 if (IsF32 && !AllowMinSizeF32 && ParentF->hasMinSize()) in shouldReplaceLibcallWithIntrinsic() 1306 IRBuilder<> &B, CallInst *CI, Intrinsic::ID IntrID, bool AllowMinSizeF32, in tryReplaceLibcallWithSimpleIntrinsic() argument 1308 if (!shouldReplaceLibcallWithIntrinsic(CI, AllowMinSizeF32, AllowF64, in tryReplaceLibcallWithSimpleIntrinsic()
|