Lines Matching defs:libcall
133 LLVM_DEBUG(dbgs() << ".. Convert to libcall\n");
134 return libcall(MI, LocObserver);
501 llvm_unreachable("Unknown libcall function");
692 // Unsupported libcall on the target.
694 LLVM_DEBUG(dbgs() << ".. .. Could not find libcall name for "
842 // Unsupported libcall on the target.
844 LLVM_DEBUG(dbgs() << ".. .. Could not find libcall name for "
880 llvm_unreachable("Unsupported libcall function");
1011 /// Returns the corresponding libcall for the given Pred and
1013 /// after the libcall.
1073 // Generates a libcall followed by ICMP.
1077 // FCMP libcall always returns an i32, and needs an ICMP with #0.
1080 // Generate libcall, holding result in Temp
1094 // Simple case if we have a direct mapping from predicate to libcall
1205 LegalizerHelper::libcall(MachineInstr &MI, LostDebugLocObserver &LocObserver) {
1262 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n");
1278 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n");
1298 LLVM_DEBUG(dbgs() << "No libcall available for type " << LLTy << ".\n");
3271 // For some reason SelectionDAG tries to promote to a libcall without